What version of php?
What is line 50 in your code? I'm copying and pasting into my own editor but line 50 is blank so there might be a difference in the line breaks....
This is the code for output.php correct? There are no syntax errors. Are you sure you have mysqli installed?
Neither can I. :) Need to see your code.
Definitely a problem with the upload. I highly recommend moving that to a separate file, getting that to work first before adding in the image...
You're definitely on the right track. In the line: $target = $cat."/"; $cat is undefined. Get rid of: header("content-type:...
This doesn't appear to have the code you are looking for. Check the "action" attribute on the "form" element. That script will likely have the...
If you are passing sensitive information to or from the user's web browser, you need to set up an SSL certificate with your web host. You can...
What you can do is take the exact same code you use to display the form, and instead of text fields, you just output the associated data from the...
I can tell you how I would handle this, maybe that will help you. Upload the image using an upload script. When the image is uploaded, you will...
You'll need to post your entire code for us to review. Vooler's example wasn't a complete solution, it was a snippet to get you pointed in the...
Captcha is a lot more complex than can be easily answered in a forum post. My recommendation would be to download the source code for an open...
What exactly is your question?
Not enough information. What data are you trying to display? There are numerous ways to display the data, none of them have to do with PHP. For...
Try setting your dates as strings instead of pulling them from the database. See if it works as expected. If so, there may be a problem with the...
Separate names with a comma.