• Welcome to Valhalla Legends Archive.
 

INET & PHP (vb6)

Started by CrAz3D, June 10, 2003, 09:58 PM

Previous topic - Next topic

CrAz3D

I was wondering, how using INET, I would send a Requested piece of information to the php script.
Example:
$msg= $_REQUEST['msg']

How do I send that requested "msg" to the php script?
rebundance - having or being in excess of sheer stupidity
(ré-bun-dance)
Quote from: Spht on June 22, 2004, 07:32 PMSlap.
Quote from: Adron on January 28, 2005, 09:17 AMIn a way, I believe that religion is inherently evil, which includes Christianity. I'd also say Christianity is eviller than Buddhism (has more potential for evil).
Quote from: iago on April 19, 2005, 01:06 PM
CrAz3D's ... is too big vertically, at least, too big with ... iago ...

Grok

#1
Request variables are placed in the request data by the client browser.  Use your favorite client-side scripting language to insert variables in the request data.


P.S.  This should be in Web Development forum.

CrAz3D

Sorry, it was for my bot...I was wondering where I might post it.
I'm a little new at php, I guess I should've mentioned that aswell.

Thnx for the support, I'll give it a whirl.
rebundance - having or being in excess of sheer stupidity
(ré-bun-dance)
Quote from: Spht on June 22, 2004, 07:32 PMSlap.
Quote from: Adron on January 28, 2005, 09:17 AMIn a way, I believe that religion is inherently evil, which includes Christianity. I'd also say Christianity is eviller than Buddhism (has more potential for evil).
Quote from: iago on April 19, 2005, 01:06 PM
CrAz3D's ... is too big vertically, at least, too big with ... iago ...

UserLoser

+ 1 to Grok.  This post is related to bot development soo much!

CrAz3D

Actually, it was but whatever.
I'm still trying to figure out how to send the requested info to the php script, using INET.
Inet1.Execute "URL", "POST", msg?
rebundance - having or being in excess of sheer stupidity
(ré-bun-dance)
Quote from: Spht on June 22, 2004, 07:32 PMSlap.
Quote from: Adron on January 28, 2005, 09:17 AMIn a way, I believe that religion is inherently evil, which includes Christianity. I'd also say Christianity is eviller than Buddhism (has more potential for evil).
Quote from: iago on April 19, 2005, 01:06 PM
CrAz3D's ... is too big vertically, at least, too big with ... iago ...

Mesiah / haiseM

what is your site url for the php script, perhaps we can figure this out if we had more info.
]HighBrow Innovations
Coming soon...

AIM Online Status: 

Arta

#6
Probably the easiest way to do it would be to include the information in the URL, like so:

page.php?msg=whatever

Then query the $_GET array in your php script (page.php) to retrieve the data.

CrAz3D

I FIGURED OUT, no more posts are necessary, cept for maybe this one.
Finally
rebundance - having or being in excess of sheer stupidity
(ré-bun-dance)
Quote from: Spht on June 22, 2004, 07:32 PMSlap.
Quote from: Adron on January 28, 2005, 09:17 AMIn a way, I believe that religion is inherently evil, which includes Christianity. I'd also say Christianity is eviller than Buddhism (has more potential for evil).
Quote from: iago on April 19, 2005, 01:06 PM
CrAz3D's ... is too big vertically, at least, too big with ... iago ...

Arta