ID:               22390
 Updated by:       [EMAIL PROTECTED]
 Reported By:      richard_gnome at hotmail dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         Unknown/Other Function
 Operating System: Win Me
 PHP Version:      4.3.0
 New Comment:

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

Not enough info to be certain it's a bug anyway..



Previous Comments:
------------------------------------------------------------------------

[2003-02-24 04:54:34] richard_gnome at hotmail dot com

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 this bug report at http://bugs.php.net/?id=22390&edit=1

Reply via email to