Total members 9950 | Gratitudes |It is currently Sat Feb 11, 2012 3:16 am Login / Join Codemiles


All times are UTC [ DST ]




Post new topic Reply to topic  Quick reply  [ 1 post ] 
Author Question
 Question subject: How to Connect to MySql Server
PostPosted: Sat Apr 07, 2007 12:55 pm 
Offline
Mastermind
User avatar

Joined: Tue Mar 27, 2007 10:55 pm
Posts: 2103
Location: Earth
Has thanked: 39 time
Have thanks: 56 time

This is a code to connect to the database using PHP.one the local host.
    localhost= Server of Mysql database :!:
    username= root
    password=""
    Database name=book


Code:
         $connection =mysql_connect("localhost","root","",true,1);
      mysql_select_db("library",$connection);

$result1 = mysql_query ("SELECT * FROM               
                          book", $connection);
                   
   while ($row = mysql_fetch_row($result1))
   {
     // (4) Print out each element in $row, that is,
     // print the values of the attributes
      for ($i=0; $i";
   }
   // (5) Close the database connection
   mysql_close($connection);

_________________
Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )


TOP
 Profile Send private message  
Reply with quote  
Post new topic Reply to topic Quick reply  [ 1 post ] 
Quick reply


  


 Similar topics
 Topic title   Forum   Author   Comments 
 delete duplicate rows in mysql using php  PHP Tutorials  msi_333  2
 Ajax Source code to Suggest application with JSP Server side  AJAX  msi_333  5
 RMI EXAMPLE FOR CLIENT SERVER ARCHITECTURE CODE ?????  Java  Anonymous  0
 client server problem  Java  bablu1790  0
 How to connect to serial port using java  Java  msi_333  11

All times are UTC [ DST ]


Users browsing similar posts

Users browsing this forum: No registered users and 1 guest



Jump to:  
Previous Question | Next Question 




Home
General Talks
Finished Projects
Code Library
Games
Tutorials

Java
C/C++
C-sharp
php
Script
JSP/Servlets
Ajax
ASP/ASP.net
Google SEO
Database
Communications
Phpbb3 styles
Photoshop tutorials
Flash tutorials
Find a job






Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team