Forum Moderators: bakedjake

Message Too Old, No Replies

Meta Refresh not working RH 9

is there a reason?

         

henry0

12:56 pm on Aug 13, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



<meta http-equiv="refresh" content="5">

on my test bed using RH 9
I cannot refresh using the above

I am using a Meta refresh HTML within a PHP script
for I cannot send another header

do I miss something in RH or PHP setting?

thanks

regards
Henry

MattyMoose

11:05 pm on Aug 13, 2004 (gmt 0)

10+ Year Member



Do you have to specify the URL to refresh to?

<META HTTP-EQUIV=Refresh CONTENT="10; URL=http://www.example.com/">

henry0

11:16 am on Aug 14, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



No I do not for the page I need to refresh is the same
in order to show new uploaded pic from my CMS

thanks

PS)
I found a way around using PHP, nevertheless
I would like knowing why it does not work on my test bed!