is there any php function or code through that i can autmatically go on last page mean i can get any thing like url of last page i wanna use header location but don't know hot to get exact the url on last page...any idea to go back 😕 on last page
http://php.net/manual/en/reserved.variables.server.php
php documentation wrote: The address of the page (if any) which referred the user agent to the current page. This is set by the user agent. Not all user agents will set this, and some provide the ability to modify HTTP_REFERER as a feature. In short, it cannot really be trusted.
The address of the page (if any) which referred the user agent to the current page. This is set by the user agent. Not all user agents will set this, and some provide the ability to modify HTTP_REFERER as a feature. In short, it cannot really be trusted.
http://localhost/proj/admin/songs.php?movie=Kajrare
and here are list of songs and delete button infront of every song when i click on query run on delsong.php & m using there header('location:') this how i get the complete url of last page http://localhost/proj/admin/songs.php?movie=Kajrare like this onee
HOw ?????????????