06-22-2015 08:47 PM
06-22-2015 09:22 PM
06-22-2015 09:24 PM
That Error clearly telling where you did mistake. you gave wrong format. there is no syntax with "%s.jpg".
what you want to do?
06-22-2015 09:59 PM
Thank you so much!
06-23-2015 06:40 AM
The lesson here is that a %s does not know where to stop. It will just take the rest of the string. Using the %[^.] will grab a string up to a found period (not including the period).