What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » PHP Redirect

PHP Redirect
Author: Message:
L. Coyote
Senior Member
****

Avatar
Captain Obvious

Posts: 981
Reputation: 49
39 / Male / Flag
Joined: Aug 2004
Status: Away
RE: PHP Redirect
quote:
Originally posted by DJeX
Would I just put it at the end of the PHP code out of the <?php ?> tags?
Yes, it can be put like that...
code:
<?
// php code
?>
<!-- javascript code -->
Or like this...
code:
<?
// php code
   if no error
?>
<!-- javascript code -->
<?
   else (some error happened)
   exit
?>

Edit: note I put pseudo-code (non-PHP), just to give you an idea of how it would look. That is not correct, and should be "translated" to PHP. I'm saying this just in case. :p

This post was edited on 03-04-2005 at 12:01 AM by L. Coyote.

Hack, hack, hack!
Finally became a Systems Analyst! :spam:

03-03-2005 11:59 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
PHP Redirect - by DJeX on 03-03-2005 at 11:21 PM
RE: PHP Redirect - by Concord Dawn on 03-03-2005 at 11:22 PM
RE: PHP Redirect - by Plik on 03-03-2005 at 11:25 PM
RE: PHP Redirect - by L. Coyote on 03-03-2005 at 11:26 PM
RE: PHP Redirect - by DJeX on 03-03-2005 at 11:49 PM
RE: PHP Redirect - by L. Coyote on 03-03-2005 at 11:59 PM
RE: PHP Redirect - by fluffy_lobster on 03-04-2005 at 12:13 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On