[PHP] Getting just the filename

2002-03-28 Thread Sharat Hegde
Hello, Is there a simple way of getting just the filename from strings which give the filename along with the path. For example, I need test.txt from c:\myfiles\test.txt It should also work with the / character, in other words, give test.txt from /htdocs/myfiles/test.txt With Regards, Sharat

RE: [PHP] Getting just the filename

2002-03-28 Thread Rick Emery
string basename (string path [, string suffix]) i recommend you read the manual before posting -Original Message- From: Sharat Hegde [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 28, 2002 1:49 PM To: [EMAIL PROTECTED] Subject: [PHP] Getting just the filename Hello

RE: [PHP] Getting just the filename

2002-03-28 Thread Vail, Warren
) 774-9891 215 Fremont 02-658 -Original Message- From: Sharat Hegde [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 28, 2002 11:49 AM To: [EMAIL PROTECTED] Subject: [PHP] Getting just the filename Hello, Is there a simple way of getting just the filename from strings which give