Mr. Wong,
    You are no help.  As you can probably see I am NOT an experienced php
developer!!  Posting to this list, reading the manual, and scouring sites
for tutorials is all I have to provide me with a way to maybe begin doing
writting php apps.  I did read your reply about "feeding the results into an
array"  however I have not been able to accomplish what I have set out to
do.  A GOOD EXPLANATION IS ALL WE NEED!!! You posting stuff on how we should
read the manual does not suffice!  People post to this newsgroup to get
answers to problems they cannot figure out.  I am sure you have been working
with php enough to know how to accomplish anything you need, and for the
rest of us we rely on examples, etc to get it done.  I appriciate you taking
the time to reply to mine and others posts, however if you do not have
anything nice to say please keep it to yourself.  I am trying to find an
answer to a problem and reading your RTFM does not help.  Thannks again,
Jas

"Jason Wong" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> On Friday 31 May 2002 00:19, Jas wrote:
> > Not sure how to do this, but I need to pull the contents of an array
into
> > editable text fields...  As of yet I have not found a way to accomplish
> > this:
>
> Good grief, I already posted the answer yesterday. Don't you read the
replies?
> Even if you don't, spending a little time googling for "mysql php
tutorial"
> would get you numerous examples.
>
> > $table = "auth_users";
> >  $record = @mysql_query("SELECT * FROM $table WHERE user_id =
> > '$user_id'",$dbh);
>
> [snip]
>
> >     echo $record;
> >
> > It only echoes the resource id, any help or examples would be great!!!!
>
> I repeat, mysql_query() returns a resource-id which you need to feed into
> mysql_fetch_array() to get the actual record.
>
> --
> Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
> Open Source Software Systems Integrators
> * Web Design & Hosting * Internet & Intranet Applications Development *
>
>
> /*
> The chief danger in life is that you may take too many precautions.
> -- Alfred Adler
> */
>



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to