We have 81 guests online
PHP Scripts arrow Free PHP Tutorials arrow Free PHP Tutorials arrow PHP Tutorials and Examples arrow PHP 
Free PHP Tutorials arrow PHP Tutorials and Examples arrow PHP

Mysql Open/Close Connection Scripts
User Rating: / 4
PoorBest 

This script contains the easiest mysql connection ever.

  1. <?php
  2. //this should be saved as 'opendata.php'
  3.  
  4. $mysqlconnection = mysql_connect( "localhost" , "username" , "password" );
  5.  
  6.  
  7. ?>
  8. ========================================
  9. <?php
  10. //should be called closedata.php
  11.  
  12. mysql_close( $mysqlconnection );
  13.  
  14. ?>

 

 

Directory Stats

There are 1019 listing and 46 categories in our website

Change Language