![]() |
Question with URL Vars
How would I associate URL Vars of one php to another? Like including a php inside a php file then grabbing those URL Vars from the included php file and putting them in the current?
URL Vars I mean by: PHP Code:
Maybe using Extract? |
bump (chars)
|
why not just access it by:
$_GET['foo'] |
Quote:
|
As long a the variables exists on the url bar, the included file should have access to the super globals too.
|
Quote:
|
If the included file is on your server, why would you want to introduce the overhead of loading it over the network (which if you're wanting the source code is a huge security flaw) rather than using a path on the file system?
|
Quote:
|
| All times are GMT. The time now is 08:19 PM. |
Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0