Jacek,
Thank you for the help. Although, I'm still not able to upload the file. My error code is 0, which supposedly means that the file uploaded, but it doesn't. You said something about Write permissions. How do I tamper with those settings?
Thanks
Search found 4 matches
- Mon Dec 12, 2011 11:42 pm
- Forum: PHP
- Topic: File Upload Error
- Replies: 3
- Views: 490
- Mon Dec 12, 2011 5:59 pm
- Forum: PHP
- Topic: File Upload Error
- Replies: 3
- Views: 490
File Upload Error
Hey, I'm trying to make a form that uploads a file and then logs some information about the file into a MYSQL database. Except, I can't even upload the file. if (isset($_POST['add_form'])) { if (!is_dir("Forms")) { mkdir("Forms"); } else { if (isset($_FILES['file'])) { $dir = &qu...
- Sun Oct 02, 2011 9:25 pm
- Forum: PHP
- Topic: Saving multiple users form data.
- Replies: 3
- Views: 702
Re: Saving multiple users form data.
Jacek, I'll try and explain the situation a little bit better for you to understand. I have members who are filling out applications through their profile and I need to save each users data simply. There are going to be quite a lot of applications considering the amount of clients we have, so I'm tr...
- Fri Sep 30, 2011 11:53 pm
- Forum: PHP
- Topic: Saving multiple users form data.
- Replies: 3
- Views: 702
Saving multiple users form data.
This isn't as much of a problem as a question, but here it is... I'm trying to figure out a good way to have one page for a application form, but I'm trying to figure out a good way to save more than 1 users field data. So I guess I have several questions... 1) What would be the best way to do this?...