Just a basic query but, at the moment I have a URL redirecting to another page like so:
"<a href='add-job.php?driver_id=" . $drive->driver_id . "". $drive->user_ID ."'>";
At the moment it only takes driver_ id to the next page. is it possible to bind another element to the url from the database such as user id?
If so, how?