Posted by EOZyo on 10/13/39 11:39
Well, i started working with cookies, what i did to solve the problem
is the following:
Data is sent from page.php into search.php which stores the information
in cookies and this page forwards to results.php
-> Data from page.php is sent with a search box that uses POST.
-> Data received from page.php into search.php is taken with
$_POST['table']
-> Data in results.php is retreived with $_COOKIE['table']
Do you think this is fine or should i look for something more direct?
what i mean is straight from page.php into results.php.
Everything is working PERFECTLY with this structure, i'm just wondering
if it's practical or if i'm probably repeating a step that i could
avoid.
Thank you all!
Navigation:
[Reply to this message]
|