Fwd: [PHP-DB] Q

2004-08-22 Thread Remember14a
Dear friends, Php query modification, guidance, please.not mysql alteration table.So thatQuery displays data in tabular form with "Onclick" link to web site in another column of table. Guidance, please. ---BeginMessage--- [EMAIL PROTECTED] wrote: Dear Friends, Data in the table is displayed by

Re: Fwd: [PHP-DB] Q

2004-08-22 Thread Peter Ellis
Try using 0 and 1 in place of 'id' and 'email', depending on the order in which these are presented in the database. If the database presents id first, then id is 0. If email is first, email is 0. You should really read the PHP manuals on mysql_fetch_array() before assuming a particular

FW: Fwd: [PHP-DB] Q

2004-08-22 Thread Darryl
: Re: Fwd: [PHP-DB] Q Try using 0 and 1 in place of 'id' and 'email', depending on the order in which these are presented in the database. If the database presents id first, then id is 0. If email is first, email is 0. You should really read the PHP manuals on mysql_fetch_array() before assuming