
Originally Posted by
captainjustin
Can someone please show me what I'm doing wrong here....
A very broad question... 
You have mismatched BBCode tags ([php] ... [/code] should be [php] ... [/php])
You are mixing logic with output (it's better to have the script do all of the work first, assigning the result to a variable, and then print everything to the browser at once)
You're using the mysql_*() functions -- if you're using MySQL greater than version 4.1 (hint: you almost certainly are), you should be using to mysqli_*() (or PDO, etc.) functions instead
If your question is actually about something specific, please be more specific, and we'd be happy to give a more specific answer.Your question is unclear.
Please provide more information, and be as specific as possible.
- What do you want to accomplish?
- What have you already tried?
- What problems did you encounter?
Also, please be sure that you have included all relevant code and/or a link to the page in question.
Bookmarks