The question mark indicates the beginning of the list of parameters, name - value pairs, being passed to the linked page. It does not stand for anything, its just an indicator, so that the server getting the request knows there's parameters being sent to the page.
Then the page can make use of those values being sent.
In your example index.php will be receiving a parameter or variable named "del_task" that has a value of whatever $row{'id'} is when that code is being parsed by the PHP interpreter.
----------------------------------
Phil AKA Vacunita
----------------------------------
OS-ception: Running Linux on a Virtual Machine in Windows which itself is running in a Virtual Machine on Mac OSx.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.