Click to See Complete Forum and Search --> : can someone maybe tell me what is wrong?
Sexay_Hamster
11-18-2003, 06:32 AM
i wrote a guestbook script but when i run it i get an error on line 104 but it only has 103 lines... anyone know how this is possible or what to do to fix it? if u need to see the script just tell me and ill post it.
Khalid Ali
11-18-2003, 07:08 AM
typically in compliers you always look for errors on the line or a line above then what ever number it says the error is on.
But if you miss a bracket around a function then it screws up completely the error reporting tools(usually)
Khalid is probably right, you almost certainly either forgot a closing brace or a semi-colon.
Sexay_Hamster
11-18-2003, 03:26 PM
i found it :D
u were right...
i went up 20 lines and was mising a }
thanx :D