Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using php variable inside a wordpress page through admin interface

Tags:

php

wordpress

I have a wordpress page in which i have a form(used machform which redirects & stores data in session) submitting it redirects to another wordpress page. Now i want to use session value in the second page. I am new to wordpress, can i use php tags inside a page through admin interface so that i can retrieve the session value?

Please help me on this

Thanks

like image 972
Pankaj Khurana Avatar asked Mar 04 '26 01:03

Pankaj Khurana


1 Answers

get the exec-php plugin

like image 172
Galen Avatar answered Mar 05 '26 14:03

Galen