SyntaxFix
Write A Post
Hire A Developer
Questions
Here is the PHP code to check if 'id' parameter exists in the URL or not:
if(isset($_GET['id'])) { $slide = $_GET['id'] // Getting parameter value inside PHP variable }
I hope it will help you.