Jump to content

Assign a return value of a php file to a variable


paymentstv

Recommended Posts

Hello All,

 

I have two php files original.php and return.php

retrun.php file returns a variable after I pass $channel_name to it

return $return_variable;

 

I want to assign this return variable to a variable in original.php

Something like this

$results =  include ('return.php?channel='.$channel_name.'');

I am not sure how to do the above code. When I call the return.php from a  browser it works properly.

 

Thanks for any help

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.