php, mysql connection

Reply

Join Date: Jun 2007
Posts: 5
Reputation: nyadimo is an unknown quantity at this point 
Solved Threads: 0
nyadimo nyadimo is offline Offline
Newbie Poster

php, mysql connection

 
0
  #1
Jun 2nd, 2007
hi
i am trying to design a dynamic website using php and mysql, how can i make configuration so as to connect successfully?
Reply With Quote Quick reply to this message  
Join Date: Aug 2006
Posts: 223
Reputation: Anonymusius is on a distinguished road 
Solved Threads: 10
Anonymusius's Avatar
Anonymusius Anonymusius is offline Offline
Posting Whiz in Training

Re: php, mysql connection

 
0
  #2
Jun 2nd, 2007
http://nl3.php.net/manual/en/ref.mysql.php

Scroll down, to Table of Contents. There is a list of mysql functions. You should especially look at:
mysql_connect();
mysql_select();
mysql_close();
mysql_select_db();
mysql_query();
mysql_fetch_array();
mysql_result();

I assume you already know mysqls query language. If not look on the Internet for tutorials. Ask if you have any more problems.
Reply With Quote Quick reply to this message  
Join Date: Jun 2007
Posts: 5
Reputation: nyadimo is an unknown quantity at this point 
Solved Threads: 0
nyadimo nyadimo is offline Offline
Newbie Poster

Re: php, mysql connection

 
0
  #3
Jun 2nd, 2007
yes, i know mysqls query language, but what i need to know is how to connect mysql database with php. i am designing a dynamic website using macromedia dreamweaver 8, mysql and php. how can i go about configuration in order to connect successfully?
Reply With Quote Quick reply to this message  
Join Date: Jun 2007
Posts: 5
Reputation: nyadimo is an unknown quantity at this point 
Solved Threads: 0
nyadimo nyadimo is offline Offline
Newbie Poster

Re: php, mysql connection

 
0
  #4
Jun 2nd, 2007
yes, i know mysqls query language, but what i need to know is how to connect mysql database with php. i am designing a dynamic website using macromedia dreamweaver 8, mysql and php. how can i go about configuration in order to connect successfully?
Reply With Quote Quick reply to this message  
Join Date: May 2007
Posts: 6
Reputation: shashi28 is an unknown quantity at this point 
Solved Threads: 0
shashi28's Avatar
shashi28 shashi28 is offline Offline
Newbie Poster

Re: php, mysql connection

 
0
  #5
Jun 3rd, 2007
You can do this simply by using Macromedia Dreamweaver 8. What you require to do is. Make a new site in tht. Choose PHP MY SQL while configuring the testing server configuration. Add database via Database pallete.Enter your hostname, database, username, password respectively and connect to the database. More over you can visit http://itzip.blogspot.com for more details. And if you want to connect to MY SQL with PHP Coding YOU can visit http://w3schools.com ......

Just have a look and comment...

With Regards
Shashi Agrawal
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the PHP Forum


Views: 1701 | Replies: 4
Thread Tools Search this Thread



Tag cloud for PHP
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC