
06-03-2005, 07:14 AM
|
 |
Web Junkie
Retired Moderator * Expert *
|
|
Join Date: Apr 2004
Location: D/FW, Texas, USA
Posts: 8,393
|
|
|
you search the forum for this question because it's been asked 1000 times before....
you basically have your option of tools. you can use the INET control, the Internet APIs, the XMLHTTP object, or a few other ones. You can pass variables to a web page by including them after the question mark in the request.
Take the forum for example. When you click on the Web Programming link on the main page you get a link that looks like this:
http://www.xtremevbtalk.com/forumdisplay.php?f=35
The f=35 at the end of the link is a parameter. You use the GET variables in PHP. The variable name will be f and the value 35. You can pass multiple parameters by putting an ampersand (&) between them.
The rest, I leave to a forum or google search. It's out there...
|
__________________
-- wayne, MSSM Retired
> SELECT * FROM users WHERE clue > 0
0 rows returned
|