how to retrieve information from the database to the PHP webpage????
below is a table in MYSQL
-------------------------------------------------------------
Name l Year started l address l id l
-------------------------------------------------------------
john l 2000 l London l J007 l
-------------------------------------------------------------
how can i just select the year started (2000) to show at the PHP web page?
Here our friend BradC has suplied you with the basic PHP functions for accessing a MySql database, all you have to do now is learn the Mysql - PHP queries at www.w3schools.com (free )..
__________________
let my source be on your side...
<a href="http://www.programersguild.com">Programer's Guild</a><a href="http://gcf.linuxserver.at">Gnome Code factory
</a>
__________________
Author of <a href=http://www.hotscripts.com/Detailed/18290.html target=_blank>ezSQL</a> (makes life soooo easy when working with databases)