single page javascript send data AND pull data from mysql via php?
Posted
by
David19801
on Stack Overflow
See other posts from Stack Overflow
or by David19801
Published on 2010-12-26T22:45:43Z
Indexed on
2010/12/26
22:53 UTC
Read the original article
Hit count: 156
Hi,
I am trying to make a dynamic form which retrives data. How can I use javascript to load a value from a mysql database?
I understand that it must use php in some way, and I know how to query the database and assign the value to a php variable, but I have no idea what to do after that...any advice?
the goal is to have someone enter their orderid say, then the datbase auto pulls down and enters their last invoice in the field below it after they click GO...
© Stack Overflow or respective owner