Jump to content

simple html question


the_ut_tick

Recommended Posts

  • 3 weeks later...

Use meta refresh and then it would redirect users. But what you want to do is very complicated. Sounds like php and then you can embed links within the php like this:

 

<?php

if...

else...javascript redirect.

?>

 

As you see, this is complicated. And requires javascript and php!

Link to comment
Share on other sites

 

<?php

if...

else...javascript redirect.

?>

 

As you see, this is complicated. And requires javascript and php!

 

I doubt it requires php at all.  As already noted, javascript is the solution to the question originally posed, although it was asked in a less than complete fashion.  Like, "what's this X that needs to be true?"

Link to comment
Share on other sites

  • 3 weeks later...

 

<?php

if...

else...javascript redirect.

?>

 

As you see, this is complicated. And requires javascript and php!

 

I doubt it requires php at all.  As already noted, javascript is the solution to the question originally posed, although it was asked in a less than complete fashion.  Like, "what's this X that needs to be true?"

 

Seems like you don't know what you are talking about:

 

<?php
$page="redirect page url don't add extension -> .php";
if ( ...x is ture... ) {
echo "<META HTTP-EQUIV=Refresh CONTENT=\"2; URL=$page.php\">";
}
else {
echo "You Shall stay here on this page since x is false";
}
?>

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.