bigcheese
03-16-2008, 04:23 PM
Hi,
i try to make a database query (mysql) from php... this is already working...
but how can I implement this in my webapp?
Do I have to make a HTTPRequest? or does it work inline in one file?
I want to:
from Webapp, read Config, pass then login and password to PHP script.
the PHP script then makes the database query and returns somehow the return from the db-query - this should then be shown in the webapp in a list...
can someone please give me some hint how to do this?
I don't find anywhere some sample code to do this :(
thanks,
bigcheese
i try to make a database query (mysql) from php... this is already working...
but how can I implement this in my webapp?
Do I have to make a HTTPRequest? or does it work inline in one file?
I want to:
from Webapp, read Config, pass then login and password to PHP script.
the PHP script then makes the database query and returns somehow the return from the db-query - this should then be shown in the webapp in a list...
can someone please give me some hint how to do this?
I don't find anywhere some sample code to do this :(
thanks,
bigcheese