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
Share on other sites

Thanks guys! I've been fighting with this for about an hour now and I was on a similar track. I'm going to take the lynda.com php course too so I'm 12 hours away from no longer being a noob.

 

Thank you again for the help, it's greatly appreciated.  :shy:

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.