Jump to content
MakeWebGames

Can you spot the bugs? // Chapter #1 - Visual errors and gotchas


Recommended Posts

Posted

You forgot too about your sqls, or maybe that is nothing to worry about but on some websites is a username going to be 255 characters long? lol. or a password? I counted those as a buggy lol.. but yeah i spotted those missed spelt vars, and also the end close tags, i however did not see the quotations, but i just glanced at the script i never really studied it longer then i should have.

Posted

Checking length is probably a good idea.

I wouldn't use mysql_select_db, until I needed it (in this case, once the checks have passed) makes sense to put it after the checks.

Posted

Just a note: It seems that octarine is changing the code of the challenge on a per-chapter-basis. ie: only the points he mentioned here will be changed in the code, chapter 2 will bring more changes so you can actually see how things change and what's being added each time instead of throwing a whole lot of code at you ;)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...