Re: [PHP] Probably basic but seems advanced to me, PHP/SQL generation.

2002-02-28 Thread Jason Cox
. Hope that clears things up a bit. Jason Cox - Original Message - From: "DARCY,MATTHEW (Non-HP-UnitedKingdom,ex2)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 28, 2002 6:55 AM Subject: RE: [PHP] Probably basic but seems advanced to me, PHP/

RE: [PHP] Probably basic but seems advanced to me, PHP/SQL generation.

2002-02-28 Thread DARCY,MATTHEW (Non-HP-UnitedKingdom,ex2)
advanced to me, PHP/SQL generation. while ($row=mysql_fetch_row($result)) { echo "1 $row[0]" for($x=1; $xhttp://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Probably basic but seems advanced to me, PHP/SQL generation.

2002-02-28 Thread Bas Jobsen
while ($row=mysql_fetch_row($result)) { echo "1 $row[0]" for($x=1; $x Hello PHP'ers. > > First of all - scince joining this list I have got some great help and it > is really helping my build me site so a BIG thank you to all. > > Now back to the help.. > > I have a table with cols, and sa

[PHP] Probably basic but seems advanced to me, PHP/SQL generation.

2002-02-28 Thread DARCY,MATTHEW (Non-HP-UnitedKingdom,ex2)
Hello PHP'ers. First of all - scince joining this list I have got some great help and it is really helping my build me site so a BIG thank you to all. Now back to the help.. I have a table with cols, and say 20 rows in this table. col: 1 2 3 4 5 6 7