Jump to content

[SOLVED] php upload name


Metlx

Recommended Posts

You don't actually name your file "test.php?select=test". You add the "?select=test" in your script if you want it there.

 

So name your file "test.php", then when you are linking to it, just do this:

 

<a href="test.php?select=test">link</a>

links are fine..

 

test.php and test.php?select=test are 2 different pages.

 

No, those are the same files...you are just tacking on GET variables to the URL.

 

can u actually upload a file with a name that has text behind php? (ie.. php?test)

 

No, you can't...you would have to use GET to send that information through the URL.

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.