Quote (Instincts101 @ Dec 3 2009 10:52pm)
dam dude -,-
i got like 40-50 line progs bahahah

must suck for ur to find errors thou.... can u ever debug and test like halfway threw?
Lol it's PHP bro. All you do is upload and test. If there is an error or a code not entered correctly it will tell you the error and what line it's on. For example I added a T_IF function to a php document that shouldn't belong and got this when I tried to reload the page.
Code
Parse error: syntax error, unexpected T_IF in /home3/***/public_html/***/sources/action_public/profile.php on line 3986
The same happens with the database behind the software. If it's trying to execute a query that does not exist within the database it will give you an error and where it stopped the query. This is from today when a programmed task was suppose to run and do a certain operation on our topics but couldn't find the correct line to execute.
Code
Date: Thu, 03 Dec 2009 23:52:58 -0500
Error Number: 1064
Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1
IP Address: 192.168.0.101
Page: /index.php?act=task
mySQL query error: SELECT tid FROM ibf_topics WHERE forum_id IN()
Actually wtf this error has been going on for 26 weeks but nothing informed me o.o
This post was edited by 0hai on Dec 3 2009 11:02pm