Jump to content

How do you do: v.php?385473


Kryptix

Recommended Posts

It's a $_GET variable. It's one of the superglobal arrays, similar to $_POST. If you're referring to the lack of an identifying parameter, such as id=, that is usually handled with mod_rewrite.

It's a $_GET variable. It's one of the superglobal arrays, similar to $_POST. If you're referring to the lack of an identifying parameter, such as id=, that is usually handled with mod_rewrite.

Yeah it's the lack of parameter I'm talking about. Is using Apache's mod_rewrite the only way to do this? Is there no way to do it solely using PHP?

 

What if you loop through all $_GET variables for example?

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.