Hi, I am new in this forum. I am doing a ticket system and I need the coding to redirect to addLog.php with the client ID when user when on hyperlink ''Add Log to this client''. Thanks f1wing
Set their is in a session variable and access it on the next page. You can also encode it in the url, or use a form to post to the next page. Personally, if it is a link we're talking about, I would either put the variable in the url, or just set a session variable.