On Friday 14 June 2002 03:23, suman wrote:
> hi
> adding the <? ?>in func.php still returns this.
>
> my functions script is
> -----------------------------------------------------------------
You need:
<?
function auuser($login,$passwd)
{
...
}
?>
This
> <?include 'functions.php';
Should be:
<? include 'functions.php';
> when i run these i get this error
> Parse error: parse error, unexpected ';' in
> /usr/local/apache/htdocs/sims/php/functions.php on line 12
In future please indicate which is line 12!
--
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
/*
To thine own self be true. (If not that, at least make some money.)
*/
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php