Quote:
Originally posted by Vinney
[B]whats the whole query please ? am a noob ..... i dont know anything about mysql in php.
|
That is the whole query.
Quote:
and what do i use to call the custom user fields of field5 and field9?
|
[sql]SELECT userid,field5,field9 FROM userfield;[/sql]
Quote:
would $post[field9] and $post[field5] work in this case.? or is it something else?
|
If in the postbit then yes.