Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

move mysql database to internet

Status
Not open for further replies.

jartse

Programmer
Apr 10, 2002
15
FI
what file and where i have to upload
when i want move mysql database on computer to internet

or how i create directly on internet
using PHP
 
Well, as long as the computer that the mysql database is on and the web server can talk to each other, you should just be able to use the php mysql_[italic]function_calls[/italic] to talk get/send information from/to the database.

If you need help with the functions, or configuring the php module with mysql support, try this link:

- english

replace the "en" in the hyperlink with the following for different languages:
Code:
pt_BR - portguese
cs    - czech
nl    - dutch
fr    - french
and many more...

Kevin
 
one thing pt_BR is brazilian portuguese, not portuguese. For portuguese is pt_pt or only pt.

Don't ofend our people calling us brazilian. We are going to be world champions. ... go Figo, go Rui Costa, go Tugas. Anikin
Hugo Alexandre Dias
Web-Programmer
anikin_jedi@hotmail.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top