On Wednesday 29 August 2001 14:45, Glyndower wrote: > Heres my "I'm a newbie" question... exactly how and where do I define the > variables so that i can use them in a different order than they are in the > query? Go over your results like this instead: while ($row = mysql_fetch_row($result)) { echo $row['listnum']; // displays 'listnum' field echo $row['officephone']; // etc... } (I've assumed your syntax for the mysql_fetch_row() function, I haven't used it in a while (use PostgreSQL myself)). ad -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
- Re: [PHP] Making gd Extensions Dennis Moore
- RE: [PHP] Making gd Extensions Chris Mulcahy
- RE: [PHP] Making gd Extens... Matthew Loff
- RE: [PHP] Making gd Ex... Chris Mulcahy
- RE: [PHP] Making gd Extens... Rasmus Lerdorf
- Re: [PHP] Making gd Ex... Dennis Moore
- Re: [PHP] Making gd Ex... Dan Mahoney, System Admin
- [PHP] Re: Sorry, i need HTML help Gary
- Re: [PHP] Re: Sorry, i need HTML help Tim
- [PHP] syntax help please? Glyndower
- Re: [PHP] syntax help please? Alexander Deruwe
- Re: [PHP] syntax help please? David Robley
- Re: [PHP] Re: Sorry, i need HTML help Kyle Smith
- Re: Re: [PHP] Sorry, i need HTML help alvarez
- Re: Re: [PHP] Sorry, i need HTML help Andrew Brampton
- RE: Re: [PHP] Sorry, i need HTML help Erik H. Mathy
- RE: Re: [PHP] Sorry, i need HTML he... Seb Frost
- RE: Re: [PHP] Sorry, i need HTM... B. van Ouwerkerk