Jump to content

[SOLVED] Non header PHP page redirect


warstormer

Recommended Posts

you can either use output buffering (which captures output and sends it out as a header once the script is finished running, or at your command using a function to flush), or you could echo a meta refresh tag into the HTML itself.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.