php coding
|
2014-03-19, 21:58
Post: #2
|
|||||||
|
|||||||
RE: php coding
If you read the error, it says that you've placed a chevron on line nine that shouldn't be there. Looking at your code, you haven't opened (nor closed for that matter) the variable you're defining. So it'd need to be changed to $form = 'your form here';
I've used single apostrophes because you've included a form, where if you use speech marks, you'll keep opening and closing the variable. |
|||||||
|
|||||||
« Next Oldest | Next Newest »
|
Messages In This Thread |
php coding - Raz! - 2014-03-19, 20:49
RE: php coding - Dan - 2014-03-19 21:58
RE: php coding - Pete - 2014-03-20, 00:29
RE: php coding - Raz! - 2014-03-20, 15:43
|
User(s) browsing this thread: 5 Guest(s)
Powered By MyBB, © 2002-2025 MyBB Group