php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #22390 Parse Error
Submitted: 2003-02-24 04:54 UTC Modified: 2003-02-24 05:01 UTC
From: richard_gnome at hotmail dot com Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 4.3.0 OS: Win Me
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: richard_gnome at hotmail dot com
New email:
PHP Version: OS:

 

 [2003-02-24 04:54 UTC] 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

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-02-24 05:01 UTC] sniper@php.net
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..

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Sep 11 03:01:28 2024 UTC