Unexpected "<" error in php
Closed
kashish123
Posts
1
Registration date
Friday December 23, 2016
Status
Member
Last seen
December 23, 2016
-
Dec 23, 2016 at 03:37 AM
chandrashekhargoka Posts 1 Registration date Tuesday April 4, 2017 Status Member Last seen April 4, 2017 - Apr 4, 2017 at 10:18 AM
chandrashekhargoka Posts 1 Registration date Tuesday April 4, 2017 Status Member Last seen April 4, 2017 - Apr 4, 2017 at 10:18 AM
Related:
- Affich.php?base=
- Network error occurred - Guide
- Https www facebook com profile php id 100005621131172 - Facebook Forum
- Error reading cdr file ✓ - Software Forum
- Php parse error: syntax error, unexpected t_string in vendor\psy\psysh\src\exception\parseerrorexception.php on line 44. - Guide
- How to check who viewed my Facebook profile (2022)? - Guide
2 responses
yg_be
Posts
23522
Registration date
Sunday June 8, 2008
Status
Contributor
Last seen
April 9, 2025
5
Dec 23, 2016 at 01:42 PM
Dec 23, 2016 at 01:42 PM
hi, I suggest removing the first line and the last line.
chandrashekhargoka
Posts
1
Registration date
Tuesday April 4, 2017
Status
Member
Last seen
April 4, 2017
Updated on Apr 4, 2017 at 10:30 AM
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