September 27th, 2000, 07:57 AM
-
I have an ISP account which supports PHP and mySQL, my ISP have given me my database name, password and username for the mySQL database.
I realise you can use SQL commands from PHP but cannot seem to create and display a table from PSP using SQL.
Can i create a mySQL table and then display it from a PHP page or do i need some special software to talk directly to mySQL.
------------------
Cheers,
Nick
September 27th, 2000, 08:25 AM
-
Either telnet to your isp and start a mysql-session or why not try this: http://www.htmlwizard.net/projects/p...min/index.html for a webclient. Just edit config.inc.php3 to fit your needs.
/ NoXcuz
[This message has been edited by NoXcuz (edited September 27, 2000).]