Originally posted by zingbats
The code would be much appreciated 😃
You made yourself quite clear :rolleyes:. I charge my customers upwards of twenty US dollars/hour for coding. My page is linked to my profile if you wish to inquite about my services....
On the offhand chance that you are seeking advice, I suggest that you either provide a section of your own code that is giving you trouble, ask a better question, read some other publicly available code, or check out the handbook. Some of the relevant functions include mysql_query(), mysql_fetch_array(), mysql_connect(), echo(), foreach() ......
if ($name=="pig") {
$query="select * from animals where name='pig'";
$details=mysql_fetch_array($query);
// etc., etc.,
...there's quite a bit of discussion on these forums as to why we feel this way....