Sunday, December 18, 2011

Help with my PHP code?

Your problem is that you are using quotes "" inside a String. You can use either ' or " to create a String. If you are putting quotes inside a String make sure you use different quote type for the inner ones. Then PHP wont get confused.

No comments:

Post a Comment