off hand.....

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
stc7outlaw
Forum Newbie
Posts: 21
Joined: Mon Jun 09, 2003 9:36 pm

off hand.....

Post by stc7outlaw »

Off hand,
does anyone see an error in this code. It sends me to the very last line of the page as the parse error. What does that mean? What is included in this script are 7 select menus, 7 image upload boxes and 7 description boxes, and also 1 project_id box. It's supposed to create dirs for the images to be uploaded and text file made in each of the new dirs for the images. Check it out:
(sorry for the long code, but i am stuck in a bush and dont know what to do) http://www.facilitysolutionsinc.com/pro ... upload.zip
corlando
Forum Newbie
Posts: 21
Joined: Sun Jun 15, 2003 10:07 pm

Post by corlando »

last line usually means your missing a } curly bracket...check your if, else, and loop blocks

and your link doesn't work
Post Reply