NamePros
Welcome, Guest! Ready to make a name for yourself in the domain business? We welcome both the hobbyist and professional domainer to join the discussion as part of the NamePros community.

Click here to create your profile to start earning reputation for posting, and trader ratings for buying & selling in our free e-marketplace. Build your trader rating with each successful sale. Our system has tracked over 100,000 sales and counting!
FAQ & TOS Register Search Today's Posts Mark Forums Read

Go Back   NamePros.com > Website Development Discussion Forums > Programming
Reload this Page Turning file name into a variable? (PHP)

Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics.

Advanced Search


Closed Thread
 
LinkBack Thread Tools
Old 07-09-2006, 01:12 PM THREAD STARTER               #1 (permalink)
Rom
Senior Member
 
Rom's Avatar
Join Date: Mar 2005
Posts: 2,443
Rom has a reputation beyond reputeRom has a reputation beyond reputeRom has a reputation beyond reputeRom has a reputation beyond reputeRom has a reputation beyond reputeRom has a reputation beyond reputeRom has a reputation beyond reputeRom has a reputation beyond reputeRom has a reputation beyond reputeRom has a reputation beyond reputeRom has a reputation beyond repute
 


Cystic Fibrosis Save a Life Cancer Breast Cancer Animal Rescue Cancer Survivorship Baby Health Baby Health Baby Health Save The Children Save The Children Save The Children VA Tech Memorial Autism Ethan Allen Fund

Turning file name into a variable? (PHP)


Hello,

Does anyone know how to turn a file name into a variable?

i.e.

File name = test.php
V
$title = "test";

?

Thanks.
Rom is offline  
Old 07-09-2006, 03:48 PM   #2 (permalink)
If only you knew...
 
maximum's Avatar
Join Date: Oct 2005
Location: Inside your head...
Posts: 998
maximum has a reputation beyond reputemaximum has a reputation beyond reputemaximum has a reputation beyond reputemaximum has a reputation beyond reputemaximum has a reputation beyond reputemaximum has a reputation beyond reputemaximum has a reputation beyond reputemaximum has a reputation beyond reputemaximum has a reputation beyond reputemaximum has a reputation beyond reputemaximum has a reputation beyond repute
 


Child Abuse Special Olympics Save a Life Baby Health Autism
Let us say the current file name this script-bit is in is actually your test.php.

<?
$this = $PHP_SELF;
$showthis = basename($this);
$stripthis = basename($this, ".php");
echo $showthis."<br>".$stripthis;
?>


produces:

test.php
test


refer to: http://us2.php.net/manual/en/function.basename.php for more tools on using basename() with variables, ect.
__________________
--- The greatest truths ever told, and the greatest lies ever told, all consist of exactly the same three words:
"I LOVE YOU"
--- The best say little, only say what is important.....then they shut up and sit down.
Last edited by maximum; 07-09-2006 at 03:51 PM.
maximum is offline  
Old 07-09-2006, 03:52 PM   #3 (permalink)
Senior Member
 
superprogrammer's Avatar
Join Date: Aug 2004
Location: Washington
Posts: 4,327
superprogrammer has much to be proud ofsuperprogrammer has much to be proud ofsuperprogrammer has much to be proud ofsuperprogrammer has much to be proud ofsuperprogrammer has much to be proud ofsuperprogrammer has much to be proud ofsuperprogrammer has much to be proud ofsuperprogrammer has much to be proud of
 



<?
$mystring="file.php";
$filename=explode(".",$mystring);
echo $filename[0];

?>
__________________
Download youtube videos at www.HugYouTube.com -NO LINKS TO PARKED PAGES-
Anonymous access at www.Banned.net
superprogrammer is offline  
Old 07-09-2006, 04:42 PM THREAD STARTER               #4 (permalink)
Rom
Senior Member
 
Rom's Avatar
Join Date: Mar 2005
Posts: 2,443
Rom has a reputation beyond reputeRom has a reputation beyond reputeRom has a reputation beyond reputeRom has a reputation beyond reputeRom has a reputation beyond reputeRom has a reputation beyond reputeRom has a reputation beyond reputeRom has a reputation beyond reputeRom has a reputation beyond reputeRom has a reputation beyond reputeRom has a reputation beyond repute
 


Cystic Fibrosis Save a Life Cancer Breast Cancer Animal Rescue Cancer Survivorship Baby Health Baby Health Baby Health Save The Children Save The Children Save The Children VA Tech Memorial Autism Ethan Allen Fund
Thanks alot
Rom is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools


Liquid Web Smart Servers  
All times are GMT -7. The time now is 11:56 AM.

Managed Web Hosting by Liquid Web
Domain name forum recommended by Domaining.com Powered by: vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.6.0 Ad Management plugin by RedTyger