Jump to content

php noob needs quick help. :(


pmjm1234

Recommended Posts

I'm an asp guy (please don't kill me) but my current project requires me to use php. I am trying to write a basic script but having all kinds of syntax problems...

 

Basically, I want to check the URL that the user is going to and show a block of HTML code only if he's going to the root of the site ("/")... So basically like...

 

if (HttpMessage::getRequestUrl =="/") {

 

<IMG SRC="root.jpg">

 

}

 

I managed to find the getRequestUrl via google but pretty much have no idea what I'm doing otherwise. Help???

Link to comment
https://forums.phpfreaks.com/topic/172264-php-noob-needs-quick-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.