On Thursday 27 February 2003 01:00, Luis A wrote:

> <?php
> $link = mysql_connect("localhost", "nobody");
> mysql_select_db("mydb", $link);
> $result = mysql_query("SELECT * FROM opina", $link);
> echo "Nombre: ".mysql_result($result, 0, "nombre")."<br>";

[snip]

You need to use the mysql_fetch_*() functions as well. See manual for details. 

Aren't you the guy who doesn't have internet access? [sic]. If so let me know 
and I'll email the manual to you, state whether you want:

a) English or Spanish (I see you're using a Cuba domain)
b) Single HTML or Multiple HTML or Windows HTML (CHM format)


-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
"His great aim was to escape from civilization, and, as soon as he had
money, he went to Southern California."
*/


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

Reply via email to