Jump to content

bigthink

New Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Contact Methods

  • Website URL
    http://www.bigthinkagency.com

Profile Information

  • Gender
    Male
  • Location
    OKC, OK

bigthink's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Nevermind...still looking for an anwer.  :( That just gives me part of the page title.  What in the heck? Anyone have an answer that works? :)
  2. I think everytime I have a problem I'm just going to immediately come post in here because within minutes of posting I ALWAYS find the answer. In case you are wondering, too: [code] <?                         $clean = explode("/",$_SERVER["SCRIPT_NAME"]);                         $clean=explode(".",$clean[1]);                         $clean=$clean[0];                         echo $clean; ?>[/code] That will do it again!
  3. Ok, so here's the new problem.  The frustrating thing is I had the answer and then accidentally deleted it!  ARGH. Anyway this is what I have: [code] <?                         $fullpath = $_SERVER["PHP_SELF"];                         $filename = substr(strrchr($fullpath, "/"), 1);                         echo $filename ?>[/code] When it echos the $filename it prints out : pagename.php How can I echo just "pagename" without the .php tag? Your help is always appreciated and I'll keep looking in the meantime!
×
×
  • 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.