Skip to content

Instantly share code, notes, and snippets.

View jeanmonod's full-sized avatar

Jeanmonod David jeanmonod

  • Idael Software
  • Switzerland
View GitHub Profile
<?php
// Script written by Vladislav "FractalizeR" Rastrusny
// http://www.fractalizer.ru
//MySQL connection settings
$db_server = 'localhost';
$db_user="root";
$db_password="";
mysql_connect($db_server, $db_user, $db_password) or die(mysql_error());