Jump to content

help with if statement


justAnoob

Recommended Posts

here i have a image upload script that works great... what im looking to do is have the user be able to upload 5 pictures if they want... i have the 5 file fields on the page ready to go,,, the 1st one works great and is required by the user(they must have atleast 1 picture to be uploaded,,, and a max of 5)... Would this be a good way to accomplish this????

 

upload script for image 

if filefield[image2] is not empty

  upload script

if filefield[image3] is not empty

  upload script

if filefield[image4] is not empty

  upload script

if filefield[image5] is not empty

  upload script

 

If this way is ok to do,, how would I word the if statement correctly?????

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/156048-help-with-if-statement/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.