And now that I've had time to really look at this problem, I realized that I was looking in the totally wrong direction for helping you and for that I apologize! It's actually a really simple fix! You're missing a closing bracket in your code.
Your code:
What your code should look like:
There should be a } right before the ending ?>! That's what's breaking everything else in it.
no subject
And now that I've had time to really look at this problem, I realized that I was looking in the totally wrong direction for helping you and for that I apologize! It's actually a really simple fix! You're missing a closing bracket in your code.
Your code:
What your code should look like:
There should be a } right before the ending ?>! That's what's breaking everything else in it.