Jump to content

Using GET data with PHP include() ?


slyte33

Recommended Posts

I am trying to include a PHP file with:

 

include("page.php?get=data");

 

this does not work.

 

PHP recommends you use URL wrapping instead, but that is not an option for me because if my host disables URL wrapping I’ll be left with broken scripts. Not to mention it takes longer to process.

 

Is there another way?

 

Help is greatly appreciated :), thanks!

Link to comment
https://forums.phpfreaks.com/topic/193512-using-get-data-with-php-include/
Share on other sites

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.