[snip]
I am such a newbie it's not funny. I have a php bible and I am checking the
code on three different websites.
I was wondering if someone had some sample code on this:
I want to list field1 from a mysql db - (I can do that) - but I want to put
a hyperlink so the user can click it and go into the entire record to
update.
[/snip]
while($row = mysql_fetch_object($result)){
print("<a href=\"field1\">" . field1 . "</a>");
}
You just print the desired field into an a tag, if I am understanding you
correctly. I would have to see your code to let you know more.
HTH!
Jay
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php