How 2 parse data privately between pages(ie not using $_GET)
Posted: Thu Jul 20, 2006 7:48 am
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??
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??