[RESOLVED] Httprequesr and MySql...
HI,
I need help. I'm using the httprequest object to update tables. I get to update 'em but if i try to select the data recently input then I can't. i.e. let's say there's a textbox for ID, NAME, ADDRESS, and PHONE, using the httprequest object I get to send the data input on those textboxes to the database w/o problems but if a do a query to the data i just entered I can't display it back but if I close the browser and open the page again, I can. Any ideas?
Hope you understand...
Re: Httprequesr and MySql...
Re: Httprequesr and MySql...
Adding this made it work:
Code:
<META http-equiv="Pragma" content="no-cache">
<META http-equiv="Expires" content="0">