get value from calling php

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
fareedreg
Forum Newbie
Posts: 2
Joined: Thu Dec 17, 2009 4:23 pm

get value from calling php

Post by fareedreg »

Thanks in advance for your support I have questions...

Q. After calling php from html/php page how can we get back the values as parameter of calling php page.. I mean to say that A.php calling B.php and getting values from b.php as a parameter to fill a.php text boxes. etc.

Q. IF its not possible what is the best way to get values in the same page. I have table booksupplier which have id's and book supplier name.... another table is bookmaster which contain suppid connected to booksupplier table.
I want to make a form in which i would like user to select supplier id and in return supplier name will come on onblur event of textbox... Is this possible in the same form if i get value return from php.
Post Reply