hey guys anyone knows a way to direct the browser to the page he came from like the Back button
php plz

There is no reliable way to do that with PHP. The closet you can come is by sending the person back to the referring page using $_SERVER but this isn't always sent by the browser which will break your script.

You can use Javascript to do it

thanks dude i searched the manual but couldnt find anything
well i guess im gonna use JS
thanx anyway

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.