Date: 06/14/02
- Next message: Matthew Nock: "[PHP-DB] PHP/MySQL to generate colums with results"
- Previous message: Srinivasan Ramakrishnan: "Re: [PHP-DB] how is it possible to read data from an excel workbook ?"
- In reply to: suman: "Re: [PHP-DB] problem with login script"
- Next in thread: Hutchins, Richard: "RE: [PHP-DB] problem with login script"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Matthew Nock: "[PHP-DB] PHP/MySQL to generate colums with results"
- Previous message: Srinivasan Ramakrishnan: "Re: [PHP-DB] how is it possible to read data from an excel workbook ?"
- In reply to: suman: "Re: [PHP-DB] problem with login script"
- Next in thread: Hutchins, Richard: "RE: [PHP-DB] problem with login script"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

