How to pass variables or cookies across phprad pages and external pages May 10, 2021, 05:48:03 PM 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 Quote Selected
Re: How to pass variables or cookies across phprad pages and external pages Reply #1 – May 11, 2021, 07:46:29 PM 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. Quote Selected
Re: How to pass variables or cookies across phprad pages and external pages Reply #2 – May 13, 2021, 10:51:05 AM 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 Quote Selected 1 Likes