Hi Greg,
I've been on a holiday and just got to ttry this last night. Worked like a
charm. Thank You!
Salut, verdon
> Hi Verdon,
>
> Be sure that $connobj is declared as a global variable in the
> mysql_connection.php file. You can do this in two ways:
>
> 1) instead of $connobj = blah, use
Hi Verdon,
Be sure that $connobj is declared as a global variable in the
mysql_connection.php file. You can do this in two ways:
1) instead of $connobj = blah, use $GLOBALS['connobj'] = blah
2) global $connobj; $connobj = blah
Regards,
Greg
--
phpDocumentor
http://www.phpdoc.org
Verdon Vaillanc
2 matches
Mail list logo