eL_ Well-known member Mar 20, 2020 #1 Can someone tell me what`s wrong on this code: if($_GET['catid']!=''){ $_SESSION['catid']=intval($_GET['catid']);
Can someone tell me what`s wrong on this code: if($_GET['catid']!=''){ $_SESSION['catid']=intval($_GET['catid']);
mcatze Well-known member Mar 20, 2020 #2 There is the last } missing. PHP: if($_GET['catid']!='') { $_SESSION['catid'] = intval($_GET['catid']); }; Upvote 0 Downvote
There is the last } missing. PHP: if($_GET['catid']!='') { $_SESSION['catid'] = intval($_GET['catid']); };
eL_ Well-known member Mar 20, 2020 #3 Ok... need help. Got an error in this page: http://185.198.59.102/news/category.php?pageno=2 Upvote 0 Downvote
eL_ Well-known member Mar 20, 2020 #5 If I give you the code can you look on it and tell me what`s wrong? Upvote 0 Downvote
eL_ Well-known member Mar 20, 2020 #6 Here is the code: Paste ofCode paste.ofcode.org Last edited: Mar 20, 2020 Upvote 0 Downvote