Re: [PHP] filename into variable.

2001-04-04 Thread Morgan Curley
try: $matches[1]"; ?> Morgan At 01:26 PM 4/4/2001, you wrote: >How would i go about building a page which could use the name of the page >less .php as a variable. >For example: > >Say I have a file called screenshot_1.php and another called >screenshot_2.php . Inside each of those files I wan

Re: [PHP] filename into variable.

2001-04-04 Thread Joe Stump
Something like this would work ... let's say your path is http://www.server.com/images/screenshot_1.php That should do it just fine I might be off on my commas On Wed, Apr 04, 2001 at 01:26:27PM -0500, Michael Roark wrote: > How would i go about building a page which could use the name

[PHP] filename into variable.

2001-04-04 Thread Michael Roark
How would i go about building a page which could use the name of the page less .php as a variable. For example: Say I have a file called screenshot_1.php and another called screenshot_2.php . Inside each of those files I want to have code which will take the name of the file from the url and a