Jump to content

lamonkey

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

lamonkey's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Thanks. Let me ask another way. On my webpage, I want to call both the header and footer PHP scripts from another URL. Currently it uses the require () command, but since it's not a relative address... it doesn't work. Can any of you PHP gurus give me some advice on how to accomplish this??? Again, any help greatly appreciated...
  2. Hi, totally new to PHP here, hope you can help. I have the following code... require ('header.php'); My header is in a totally different URL ex: http://mydomain.com/header.php . How can I get the rquire function to access the header file from this domain URL? Thanks in advance.
×
×
  • 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.