Hi
How to display database value in text boxes with Ajax.
Ajax + php
Moderator: General Moderators
-
shafiq2626
- Forum Commoner
- Posts: 88
- Joined: Wed Mar 04, 2009 1:54 am
- Location: Lahore
- Contact:
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
-
shafiq2626
- Forum Commoner
- Posts: 88
- Joined: Wed Mar 04, 2009 1:54 am
- Location: Lahore
- Contact:
Re: Ajax + php
Thanks for response.
Actually i am adding rows with java script to make an invoice. And every rows have product drop down list and its price text box. I want to display price in price text box against selected product.
This will be done in every row.
Please help how this will be possible.
Thanks
Actually i am adding rows with java script to make an invoice. And every rows have product drop down list and its price text box. I want to display price in price text box against selected product.
This will be done in every row.
Please help how this will be possible.
Thanks
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Ajax + php
Are you using a Javascript library? An example of a Javascript library that supports Ajax would be jQuery.
(#10850)
-
shafiq2626
- Forum Commoner
- Posts: 88
- Joined: Wed Mar 04, 2009 1:54 am
- Location: Lahore
- Contact:
Re: Ajax + php
Thanks for reply
yes i am using java script to add multiple rows.
Please help how jquery would be help full.
thanks
yes i am using java script to add multiple rows.
Please help how jquery would be help full.
thanks
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Ajax + php
A Javascript library will make it easier to do many things. There are a number of Javascript libraries, such as jQuery, Dojo, MooTools, etc.
Here are some jQuery tutorials:
http://docs.jquery.com/Category:Ajax
Here are some jQuery tutorials:
http://docs.jquery.com/Category:Ajax
(#10850)