Search found 6 matches
- Thu May 30, 2002 12:49 pm
- Forum: PHP - Code
- Topic: Printer functions
- Replies: 5
- Views: 2657
- Thu May 30, 2002 12:46 pm
- Forum: PHP - Code
- Topic: calling PHP functions from JS?
- Replies: 8
- Views: 4108
- Thu May 30, 2002 11:39 am
- Forum: PHP - Code
- Topic: calling PHP functions from JS?
- Replies: 8
- Views: 4108
- Thu May 30, 2002 10:39 am
- Forum: PHP - Code
- Topic: calling PHP functions from JS?
- Replies: 8
- Views: 4108
well... that would work if I had the access to the data, but the problem is accessing this data, which is in the database, in real time without reloading the webpage. Basically, whenever the user selects different items in the drop down menu, I need a way to connect to a MySQL database, retrieve the...
- Thu May 30, 2002 5:01 am
- Forum: PHP - Code
- Topic: calling PHP functions from JS?
- Replies: 8
- Views: 4108
Thanks for the reply. :) I realized that is the problem I ran into, and I am wondering if there is some way to accomplish what I am trying to do. The only way I could think of is to reload the page onChange of the dropdown menu and loading the necessary data into the textbox. If anyone has any bette...
- Thu May 30, 2002 4:16 am
- Forum: PHP - Code
- Topic: calling PHP functions from JS?
- Replies: 8
- Views: 4108
calling PHP functions from JS?
I was wondering if it is possible to call a PHP function from Javascript? What I am trying to do is to have a drop down menu(combo box), and based on the selection, retrieve the necessary information on the item from a MySQL database and place it in a textbox. If anyone has any suggestions, I would ...