Jump to content

t3kizzleee

New Members
  • Posts

    6
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

t3kizzleee's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. It did, your explanation was great. And the comments were very useful. This was a simple problem but I had to ask as I'm not fluent with PHP. Thank you so much for your help.
  2. My website is a shop. Basically, I want to display a thank you message once a customer has placed an order. I want to make a page that does that but I don't want it accessed by a direct request. I want it to be displayed only by redirection from the URL of my choice whether it be www.site.com/checkout.php or whatever it is.
  3. Hello, I'm trying to make a PHP/HTML page where it blocks all direct requests and only allows requests from a certain redirect or URL. For example, I have a page www.site.com/x.php I don't want people to view the page if they type in "www.site.com/x.php" directly into the URL, perhaps display an error screen. I want to make it so that it will only redirect from "www.site.com" I hope I made some sort of sense.
  4. I don't want to print the line break. I know that it is a BR tag. I want to print the specific characters "<br/>" EDIT: The htmlentities worked for me. Thank you so much. I was trying to do with with a \ to negate the < in the tag but it wouldn't work and it got me really frustrated. Thanks.
  5. Hello, I'm not a PHP coder but I am having trouble echoing something simple. I want to echo "<br/>" I've tried it so many times but cannot get it to print out what I want.
×
×
  • 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.