Skip to main content
Topic: How to pass variables or cookies across phprad pages and external pages (Read 1085 times) previous topic - next topic

How to pass variables or cookies across phprad pages and external pages

Dear Sirs,

I want to call external script but I need to pass some variables or cookies or using file system across pages internal and external to PhpRAD.
What is the best way to accomplish this?

Thank you in advance.
Giovanni Coa

Re: How to pass variables or cookies across phprad pages and external pages

Reply #1
Please use the set_session() and get_session() or get_cookie() and set_cookie() functions. You can find details about them in the view helper menu on the top left of the phprad application. 

Re: How to pass variables or cookies across phprad pages and external pages

Reply #2
Thank you.
Where I can found a list of PHPRad available variables?
If I want to pass the list of selected row in the list view to any external script, how can I retrieve the list of column values ?

Thank you in advance.
Giovanni Coa