View Single Post
  #3 (permalink)  
Old 03-12-10, 03:30 PM
Jcbones Jcbones is offline
Aspiring Coder
 
Join Date: Mar 2009
Location: North Carolina, USA
Posts: 516
Thanks: 5
Thanked 47 Times in 44 Posts
It shouldn't have the (.) either.

$eventfile = "events/$event_id/image01.jpg";

Because if it did, you would be looking for files that looked like.

events/$event_id/image01.jpgevents/$event_id/image01.jpgevents/$event_id/image01.jpgevents/$event_id/image01.jpgevents/$event_id/image01.jpg
Reply With Quote
The Following User Says Thank You to Jcbones For This Useful Post:
ben_johnson1991 (03-12-10)