|
-
Oct 28th, 2005, 05:24 PM
#1
Thread Starter
Addicted Member
[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...
Last edited by _Yoyo; Oct 31st, 2005 at 11:57 AM.
The biggest man you ever did see was once just a baby.
Bob Marley
-
Oct 31st, 2005, 11:32 AM
#2
Thread Starter
Addicted Member
Re: Httprequesr and MySql...
The biggest man you ever did see was once just a baby.
Bob Marley
-
Oct 31st, 2005, 11:55 AM
#3
Thread Starter
Addicted Member
Re: Httprequesr and MySql...
Adding this made it work:
Code:
<META http-equiv="Pragma" content="no-cache">
<META http-equiv="Expires" content="0">
The biggest man you ever did see was once just a baby.
Bob Marley
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|