From:             richard_gnome at hotmail dot com
Operating system: Win Me
PHP version:      4.3.0
PHP Bug Type:     Unknown/Other Function
Bug description:  Parse Error

I found my script error as display below

Parse error: parse error, unexpected T_STRING in D:\My Documents\My
Webs\buku_tamu.php on line 60

This is a part of the script
<?
if($submit) {
        include "tgl.php"; # <-line 60
        $waktu=tanggal($tanggal);
        $file01=fopen("data.txt", a);
        fputs( $file01, "$email, $nama, $pesan, $waktu");
        fclose( $file01 );
}

I Hope that somebody will give me a solution about this bug
directly to e-mail

Thanks
-- 
Edit bug report at http://bugs.php.net/?id=22390&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=22390&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=22390&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=22390&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=22390&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=22390&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=22390&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=22390&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=22390&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=22390&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=22390&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22390&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=22390&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=22390&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=22390&r=gnused

Reply via email to