might be a syntax error in the .lib file you are including (missing ";",
possibly)... let me know.

-----Original Message-----
From: Alberto [mailto:alberto arround [EMAIL PROTECTED]]
Sent: 29 October 2001 10:14
To: [EMAIL PROTECTED]
Subject: [PHP] Parse Error


Parse error: parse error, expecting `T_VARIABLE' in
/sdr/httpd/Prisa/DATA/private/libs/captura/valores.php on line 18


<?
/////////
//
// Trabaja con valores/indices
//
/////////

include("/sdr/httpd/Prisa/DATA/private/libs/db/db_sql.lib");

class val_valores
{
        /////////
        //
        // Todos los campos de la tabla
        //
        /////////

        var VAL_ID;                 <-- Line 18
        var VAL_TICKER;
        var VAL_ID_FEED;


Where is the problem? Can't figure it :(



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to