Search found 3 matches

by deadshot270
Fri Jan 21, 2005 8:20 pm
Forum: PHP - Code
Topic: php editor
Replies: 2
Views: 231

php editor

i was just wondering what a few good php editors are, i currently use crimson editor and dreamweaver
by deadshot270
Thu Jan 20, 2005 10:27 pm
Forum: PHP - Code
Topic: unexpected end please help
Replies: 9
Views: 1245

here it is if u dare <?php if (eregi("index.php",$_SERVER&#1111;'PHP_SELF'])) &#123; Header("Location: modules.php"); die(); &#125; ?> <html> <head> <title>DeadShotSnipers Battalion</title> </head> <body> <?php function login() &#123; $sql_1 = "SELECT user, p...
by deadshot270
Thu Jan 20, 2005 10:17 pm
Forum: PHP - Code
Topic: unexpected end please help
Replies: 9
Views: 1245

unexpected end please help

this is part of a account management page the error i get is Parse error: syntax error, unexpected $end in C:\sites\dss_php_site\modules\your_account\index.php on line 342 heres where i think the error is, the last line is line 339 and the rest of the code is closing up php, body, and html tags swit...