Hey all.

Been a while since i've been here, but I desperately need some help.

I'm trying to pull data from a PHP file, which in turn pulls data from a MySQL database.

So when the user clicks Command1 for instance, it runs www.myserver.com/getdata.php and pulls in each variable into text form which can be formatted and displayed in the form.

I was originally going to pull the data straight from the MySQL database, but I doubt they're are enough hosts stupid enough to leave MySQL open for external access, hence why i'm doing it this way!

Detailed:

If getdata.php parses:

$username
$password
$date

The form would pull in each variable and put it in it's own variable which can be displayed in the application.

I'm dabbling with Inet controls, and i've managed to pull data from a text file from the web but parsing seperate variables is too confusing in this heat :P LOL

Any help would be very much appreciated.

Cheers