Click here to Skip to main content
15,906,624 members
Home / Discussions / Linux, Apache, MySQL, PHP
   

Linux, Apache, MySQL, PHP

 
GeneralRe: How can I redirect web page with PHP ? Pin
Mohammad Dayyan30-May-08 15:33
Mohammad Dayyan30-May-08 15:33 
GeneralRe: How can I redirect web page with PHP ? Pin
Bradml30-May-08 22:52
Bradml30-May-08 22:52 
GeneralRe: How can I redirect web page with PHP ? Pin
Mohammad Dayyan31-May-08 2:29
Mohammad Dayyan31-May-08 2:29 
GeneralRe: How can I redirect web page with PHP ? Pin
Bradml3-Jun-08 2:40
Bradml3-Jun-08 2:40 
GeneralRe: How can I redirect web page with PHP ? Pin
Mohammad Dayyan8-Jun-08 1:00
Mohammad Dayyan8-Jun-08 1:00 
GeneralRe: How can I redirect web page with PHP ? Pin
Bradml8-Jun-08 1:44
Bradml8-Jun-08 1:44 
AnswerRe: How can I redirect web page with PHP ? Pin
luayessa8-Jul-08 18:58
luayessa8-Jul-08 18:58 
GeneralRe: How can I redirect web page with PHP ? Pin
Mohammad Dayyan8-Jul-08 23:30
Mohammad Dayyan8-Jul-08 23:30 
Thank you.
I used this function. I think this is better.
function redirect($url, $time)
  {
          $table = "
          <html>
          <head>
          <META http-equiv=\"refresh\" content=\"$time;URL=$url\">
          </head>
          <body bgcolor=\"#847d6d\">
          <div style=\"background-color:#ECE9D8; width:250px; margin:0px auto; text-align:center;\">
          Please Wait .... <img align=\"absmiddle\" src=\"../template/default/Image/ProgressBar.gif\">
          </div>
          </body>
          </html>";
         print($table);
         exit;
  }


Freshman

QuestionRed Hat problem with monitor screen resolution Pin
Mekong River28-May-08 16:58
Mekong River28-May-08 16:58 
AnswerRe: Red Hat problem with monitor screen resolution Pin
Amq77730-May-08 0:49
Amq77730-May-08 0:49 
GeneralRe: Red Hat problem with monitor screen resolution Pin
Pete O'Hanlon30-May-08 8:58
mvePete O'Hanlon30-May-08 8:58 
AnswerRe: Red Hat problem with monitor screen resolution Pin
Nemanja Trifunovic30-May-08 4:33
Nemanja Trifunovic30-May-08 4:33 
GeneralRe: Red Hat problem with monitor screen resolution Pin
Paul Conrad26-Jul-08 18:20
professionalPaul Conrad26-Jul-08 18:20 
QuestionLinux driver Pin
david bagaturia28-May-08 0:04
david bagaturia28-May-08 0:04 
AnswerRe: Linux driver Pin
Nemanja Trifunovic30-May-08 4:37
Nemanja Trifunovic30-May-08 4:37 
GeneralRe: Linux driver Pin
david bagaturia30-May-08 21:48
david bagaturia30-May-08 21:48 
QuestionModal Popup for php Pin
highjo27-May-08 5:32
highjo27-May-08 5:32 
AnswerRe: Modal Popup for php Pin
Bradml27-May-08 21:13
Bradml27-May-08 21:13 
QuestionWebService just with PHP. Pin
Ahmed Charfeddine27-May-08 0:00
Ahmed Charfeddine27-May-08 0:00 
AnswerRe: WebService just with PHP. Pin
Bradml30-May-08 22:54
Bradml30-May-08 22:54 
QuestionFirst real questioN? Pin
K.L.K3-May-08 23:28
K.L.K3-May-08 23:28 
AnswerRe: First real questioN? PinPopular
K.L.K4-May-08 9:20
K.L.K4-May-08 9:20 
QuestionWhat's your favorite *nix flavor? Pin
Chris Austin16-Apr-08 9:45
Chris Austin16-Apr-08 9:45 
AnswerRe: What's your favorite *nix flavor? Pin
Jeremy Falcon17-Apr-08 7:48
professionalJeremy Falcon17-Apr-08 7:48 
AnswerRe: What's your favorite *nix flavor? Pin
Bradml20-Apr-08 17:06
Bradml20-Apr-08 17:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.