masterofollies
05-31-2007, 05:40 AM
I have been trying everything to get this script to work, and nothing.
I get this error when I access the page.
Parse error: syntax error, unexpected $end in /home/rodgameo/public_html/dbank.php on line 75
And this is all that is on line 75
?>
Any ideas?
Looks like you missed a closing }, or have one too many opening {
matak
05-31-2007, 09:12 AM
this code has error on line 3
<?php
echo $string
?>
missing ;
correct
<?php
echo $string;
?>
Lol, considering you defined the string before..
aedrin
05-31-2007, 05:24 PM
Download and install a proper IDE. You won't have these kind of problems.
http://www.eclipse.org/pdt/
PappaJohn
06-01-2007, 03:55 PM
Integrated Development Environment.
They typically include syntax checking, syntax highlight, debugging features and others.
ddanatzko
06-01-2007, 04:08 PM
Usually indicates that you're missing a } somewhere. Can you post all of the code?
aedrin
06-01-2007, 05:37 PM
Usually indicates that you're missing a } somewhere. Can you post all of the code?
Ah ha fixed. Thanks :P
Didn't read the topic?
ddanatzko
06-01-2007, 05:45 PM
Didn't read the topic?
Posted just before mine did...sorry
matak
06-01-2007, 05:46 PM
Posted just before mine did...sorry
it's post #2 :eek:
ddanatzko
06-01-2007, 06:15 PM
it's post #2 :eek:
OK OK, so I hit reply and then went to the fridge to get a drink and by the time I hit submit others has already replied, I'M SORRY!!!! Would you like me to edit it so we can move on?
whizard
06-01-2007, 06:45 PM
I'm not trying to beat you to death with this, but I'd like to point out, for accuracy's sake, that you weren't even a member when he posted that it was solved.
Dan
ddanatzko
06-01-2007, 06:51 PM
Hmmm, you are correct, maybe I'm just losing my mind. Anywho, sorry about the extraneous post, I promise to never do it again, I've learned my lesson and I'm man enough to own up to my mistake. Can we stop beating the dead horse now?
whizard
06-01-2007, 07:42 PM
No hard feelings, and I think I can speak for everyone here!
:)
Dan