I've been "familiar" with PHP / MySQL for about 10 years. I can read the syntax and have a basic idea / understanding of what's going on. Recently I decided to actually 'learn' php/mysql .... I've...
As soon as I read that, it made perfect sense. I was grabbing the physical element itself, and not the data put in. I was thinking I needed an event handler, but my idea was still wrong, compared...
I work for GoDaddy's Hosting Support team, I made a restricted secondary FTP user -- for the temporary time being, we'll be fine. It something that I can shut down at a moments notice, with out...
This SHOULDN'T be a problem, but for some reason, IE & Firefox are cutting off this image. It is REFUSING to center itself both horizontally & vertically. This is one of those "To Simple To Really...
while that did take care of the parsing error, it seems as though (through my attempts) that ALL files are failing the check . . . a ".zip" file fails (as it should) but a ".jpg" file fails as well ....
Okay, first, let me apologize for the absence. I'm deployed to Iraq right now, and is internet is *cough* less than reliable. So, I've read your posts, and have incorporated them into the code I'm...
Okay, so I found a really nice uploading script HERE, and I read through it. I tried to add my own stuff for validating the content, I just want to make sure it's all okay. Here's the HTML form...
Okay, you're right, I was offended. I was put off more by the fact that a professional was scoffing at the modest attempts of a beginner. This was simply not the case, and I was wrong. I do...
I'm trying to limit what users can and can't upload on my site, based on MIME file types, detected by the browser, so the user can't change an extention and pass malicious code to my very, very...