GIDForums  

Go Back   GIDForums > Computer Programming Forums > MySQL / PHP Forum
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread
  #1  
Old 22-Sep-2003, 09:32
jimmi jimmi is offline
New Member
 
Join Date: Sep 2003
Location: Johnstown, PA
Posts: 1
jimmi is an unknown quantity at this point

Can I?


Add a meta refresh to the page?

I added:
Code:
<head> <META HTTP-EQUIV="REFRESH" CONTENT="2;URL=http://www.ourdj.com"> </HEAD>

After:
Code:
<!-- Insert your HTML and other code below -->
But the page is not refreshing. I worked prior to adding the emailing function.

Thanks
  #2  
Old 22-Sep-2003, 13:34
BobbyDouglas's Avatar
BobbyDouglas BobbyDouglas is offline
Regular Member
 
Join Date: Aug 2003
Posts: 789
BobbyDouglas has a spectacular aura aboutBobbyDouglas has a spectacular aura about
It should work fine.

http://www.mrbobdouglas.com/testpage.php is an example of it.

The source code for that page is:
HTML Code:
<?php // Generator v2.0 Coded by: [url]WWW.MRBOBDOUGLAS.COM,[/url] Script by JdS // Begin PHP Code // FILENAME: 404.PHP // include the filenamed : functions.inc.php... // assuming that both files are in the same directory include_once( $_SERVER['DOCUMENT_ROOT'].'/errorpgs/functions.inc.php' ); // Everytime someone reaches this page, i.e. 404.php, an email gets sent out send_error_email( '404' ); // Generator v2.0 Coded by: [url]WWW.MRBOBDOUGLAS.COM,[/url] Script by JdS // End PHP Code ?> <!-- Insert your HTML and other code below --> <html> <title>Title</title> <head> <META HTTP-EQUIV="REFRESH" CONTENT="2;URL=http://www.msn.com"> </head> <body> <p>Hello</p> </body> </html>

Maybe the code you used is wrong. Where did you get the code for it at? The code on this forum might be somewhat old, I have updated it on my site www.mrbobdouglas.com/dev
If you still cannot get it to work, then post the code for it on here.
 
 

Recent GIDBlogNARMY by crystalattice

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 20:26.


vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.