Hello Jeff,

Thursday, April 15, 2004, 3:18:53 AM, you wrote:

JO> Ok, I have no clue what version of PHP I have installed, 4.??.??, and I have

Find out:

<?
  echo phpinfo();
?>

(view it in a browser)

JO> like the newest version of MySQL insatlled, and PHP and MySQL work fine
JO> together, excpet when I use mysql_fetch_row($query)   then I have problems,

What error does it give you? What actually happens? Post some of your
code perhaps?

More info needed, mysql_fetch_row certainly works so whatever the
cause, it's AYE (at your end).

-- 
Best regards,
 Richard Davey
 http://www.phpcommunity.org/wiki/296.html

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

Reply via email to