|
-
Jul 4th, 2008, 06:46 PM
#1
Thread Starter
Lively Member
save value with ajax
hi,
i want save a value to the db by pressing a link or button without reload or open a new window i have see the ajax returning data without refreshing the page but save a value...
any one know a way to save a value using ajax? i using php
thanks a lot for your help
-
Jul 5th, 2008, 08:59 AM
#2
-
Jul 5th, 2008, 10:04 AM
#3
Thread Starter
Lively Member
Re: save value with ajax
hi thanks for your help but i only found examples to receive data from the server and i want save data to the server
there is any example that save data to the server? thanks
-
Jul 5th, 2008, 06:11 PM
#4
Re: save value with ajax
Javascript makes the request to the server in the same way as the browser. Therefore you would pass the information required by the server; such as the record to update and the value in a HTTP POST request.
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
|