Hi there, I have a 60 line if statement 🙁 running on options.php however when I try to check if the variable = 1 or 0 it gives a parse error. Any ideas?
If ($images = '1') {
Thanks,
Chris
if ($images == '1') { }
but shouldn't have caused the error 😕
Thanks for that - it appears I have missed out a single } which I've now replaced but it still doesn't work... no doubt it's the structure and layout of how I've written it.
send the whole code maybe you missed another thing somewhere in the code and the parse error
Hi there, I completed it last night at about 11:30, I came on today to reply to say I've found it! :-) I just had an if statement somewhere else which wouldn't work correctly. 😉