Hi All,

Can anyone help me on how to call up an HTML page in PHP after a succesful
entry, example 

<?php
....
....

if(!sql_result){
  call 'try_again.html'
    }
else {
      call 'yadiyadiya.html'
     }

?>

I don't want to have to type the HTML code again in between the php code
because the page I need is already at another URL. If anyone knows what I am
talking about please help.


Toks

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to