tags:

views:

108

answers:

1

Hi,

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

+2  A: 

get the exec-php plugin

Galen
Thanks galen installing this plugin resolves the issue.
Pankaj Khurana