Search found 6 matches

by izvit
Thu May 30, 2002 12:49 pm
Forum: PHP - Code
Topic: Printer functions
Replies: 5
Views: 2656

lol :D
by izvit
Thu May 30, 2002 12:46 pm
Forum: PHP - Code
Topic: calling PHP functions from JS?
Replies: 8
Views: 4107

yeah... definitely a design flaw :roll:. There shouldn't be more than 300 at a time, which would still be too much, but thanks again for the suggestion, Direwolf, it will definitely help me out a lot :D
Thanks

-ViT
by izvit
Thu May 30, 2002 11:39 am
Forum: PHP - Code
Topic: calling PHP functions from JS?
Replies: 8
Views: 4107

right... exaclty, to load the whole database into an array would be a some what of an issue, since I got 1000s of database entries and growing. It is a very good idea, but I am not sure I can use it in this case.

Thanks anyway,

-ViT
by izvit
Thu May 30, 2002 10:39 am
Forum: PHP - Code
Topic: calling PHP functions from JS?
Replies: 8
Views: 4107

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...
by izvit
Thu May 30, 2002 5:01 am
Forum: PHP - Code
Topic: calling PHP functions from JS?
Replies: 8
Views: 4107

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...
by izvit
Thu May 30, 2002 4:16 am
Forum: PHP - Code
Topic: calling PHP functions from JS?
Replies: 8
Views: 4107

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 ...