|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-02-24 05:01 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Dec 05 15:00:01 2025 UTC |
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