Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi all,
I am a new programmer in PHP and mysql. I need to know how I can configure my remote host for a new database. I want to start developing my first project on php mysql integration.
I am very thankful to you for your help.
Looking forward to know from you.
Posted

1 solution

1) "Remote FTP server" sounds like a gibberish. All FTP servers are "remote" ones, they cannot be "local"; why could be?

2) FTP has nothing to do with MySQL (SQL, RDBMS). It cannot be used for database integration with PHP or anything else.
Nevertheless, using PHP with MySQL is very usual, as both are nearly always are bundled with LAMP (http://en.wikipedia.org/wiki/LAMP_%28software_bundle%29[^]). See http://www.freewebmasterhelp.com/tutorials/phpmysql[^].

3) PHP can be easily used to implement Web-based FTP client. See:
http://freshmeat.net/projects/asukphpftp/[^],
http://www.raditha.com/php/ftp/[^],
http://radinks.net/ftp/php/[^],
http://www.phpclasses.org/package/5036-PHP-Access-files-in-an-FTP-server.html[^].

—SA
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900