<!-- Save as config.php -->
<?php
$servername="localhost";
$dbusername="root";
$dbpassword="";
$dbname="your database name";
if(!$connect = mysql_connect($servername, $dbusername, $dbpassword))
echo mysql_error();
if(!$db = mysql_select_db($dbname, $connect))
echo mysql_error();
?>
Blogger templates
Blogger news
Blogroll
Archives
-
▼
2011
(212)
-
▼
April
(11)
- Codeigniter session issue fixation
- Php Web Design Website Development Company in India
- Print Output
- Javascript Key code
- How to hack a facebook account
- MySQL connectivity with PHP
- Creating a constructor in PHP class
- form with html entities in php
- Sorting a multidimensional array in PHP - intellig...
- understanding JSON
- include() in php
-
▼
April
(11)