How 2 parse data privately between pages(ie not using $_GET)

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mcccy005
Forum Contributor
Posts: 123
Joined: Sun May 28, 2006 7:08 pm

How 2 parse data privately between pages(ie not using $_GET)

Post by mcccy005 »

As the title suggest, I want to parse data from one web page to another; preferably using $_POST[]; but how can I do this without submitting a form???
Is there anyway I can create an invisible form which is 'submit'ed when the user clicks a link and it parses data in such a way that I can access it like $_POST['col_number'] or whatever??
User avatar
sweatje
Forum Contributor
Posts: 277
Joined: Wed Jun 29, 2005 10:04 pm
Location: Iowa, USA

Post by sweatje »

Post Reply