matrodwell
Member
Posted 1 year ago #
I wonder if you could help me with a little issue I have. I want to be able to pass data (for example the Job title) from one screen in wordpress to another. So it connects the 2 pages even though the application site will be a standard application form with literally a different header for the job title.
One way to do this is by using sessions. Here is an article describing how to set up sessions in WP:
http://devondev.com/2012/02/03/using-the-php-session-in-wordpress/
matrodwell
Member
Posted 1 year ago #
i'm not quite sure this is what i want. I need to have the say job posted onto the screen. would this have the functionality to do that.
You can store variables in the session so they can be used in multiple screens.