valtido Posted January 29, 2008 Share Posted January 29, 2008 Hi here are some tips and common errors that could resolve your questions much faster TIP 1 - if you get errors printed on your browsers then google it. Many more people have had that problem before lool. TIP 2 - If you get errors with a message like "on line 34" or what ever the line is. Go to it check it. If it looks fine check the previous line (33). Usually a ; (semi colon) is missing at the end that shows this error. This is all i can think for now but do reply and i'll post more here loool Quote Link to comment https://forums.phpfreaks.com/topic/88405-common-errors-and-tips/ Share on other sites More sharing options...
revraz Posted January 29, 2008 Share Posted January 29, 2008 Tip 3, Read the sticky that has Tips already in it. Quote Link to comment https://forums.phpfreaks.com/topic/88405-common-errors-and-tips/#findComment-452449 Share on other sites More sharing options...
phorcon3 Posted January 29, 2008 Share Posted January 29, 2008 lool @ that Quote Link to comment https://forums.phpfreaks.com/topic/88405-common-errors-and-tips/#findComment-452460 Share on other sites More sharing options...
valtido Posted January 29, 2008 Author Share Posted January 29, 2008 Some people still ask the questions loool sticky notes are skippable (meaning no one reads them) Quote Link to comment https://forums.phpfreaks.com/topic/88405-common-errors-and-tips/#findComment-452462 Share on other sites More sharing options...
revraz Posted January 29, 2008 Share Posted January 29, 2008 And this will just disappear into the deeper pages. Quote Link to comment https://forums.phpfreaks.com/topic/88405-common-errors-and-tips/#findComment-452463 Share on other sites More sharing options...
GameYin Posted January 29, 2008 Share Posted January 29, 2008 I don't know about anyone else, but I sucked at using for example <php? $hello = SitDown; echo "$hello is always said to a dog";' ?> I would always do %hello instead of $hello. That's just me lol... Quote Link to comment https://forums.phpfreaks.com/topic/88405-common-errors-and-tips/#findComment-452465 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.