Unexpected "<" error in php
Closed
kashish123
chandrashekhargoka
- Posts
- 1
- Registration date
- Friday December 23, 2016
- Status
- Member
- Last seen
- December 23, 2016
chandrashekhargoka
- Posts
- 1
- Registration date
- Tuesday April 4, 2017
- Status
- Member
- Last seen
- April 4, 2017
Related:
- Professional dashboard instagram unexpected error
- Affich.php?base= - Best answers
- How to resolve unexpected T_STRING error in PHP - Guide
- Parse error in PHP: syntax error, unexpected $end - Guide
- Undefined index error in php - Guide
- Issue with shop and professional dashboard on instagram - Forum - Instagram
- An unexpected error has occurred facebook ✓ - Forum - Facebook Messenger
2 replies
yg_be
Dec 23, 2016 at 01:42 PM
- Posts
- 19316
- Registration date
- Sunday June 8, 2008
- Status
- Contributor
- Last seen
- May 25, 2022
Dec 23, 2016 at 01:42 PM
hi, I suggest removing the first line and the last line.
chandrashekhargoka
Updated on Apr 4, 2017 at 10:30 AM
- Posts
- 1
- Registration date
- Tuesday April 4, 2017
- Status
- Member
- Last seen
- April 4, 2017
Updated on Apr 4, 2017 at 10:30 AM
Seems you didn't close your tags properly. Can you once remove these tags and try again.
<?php print $_POST['product_id'] ?? ''?>
<br/>
category: <?php print $_POST['category'] ?? ''?>
You can see here for basic php syntax :https://www.onlinetutorialspoint.com/php/php-syntax-example-tutorials.html
<?php print $_POST['product_id'] ?? ''?>
<br/>
category: <?php print $_POST['category'] ?? ''?>
You can see here for basic php syntax :https://www.onlinetutorialspoint.com/php/php-syntax-example-tutorials.html