Hey dude,
In my last job I was head of 3 departments, before that various shades of programming manager for years, a development dude for many years before that. I've probably hired, trained, managed and groomed more professional coders than you've known in your life, even though you claim 37 years of coding.
I know how to read the manual, I even know the URL for php.net. Further, I went as far as to publish my own...
User Profile
Collapse
-
Uhhh Thanks Ronald,
But sending me to a 5 page, poorly written "tutorial" on curl that doesn't answer the question that I asked and showed an example using urlencode which I specifically said I didn't want to do doesn't quite satisfy my needs! lol :D
I can RTFM too, I was hoping someone with experience could make my life a little easier today (or 2 days ago).
Next time, please just say "I...Leave a comment:
-
Anybody have a clue on how to help me accomplish my goal?
I need to get back a response from the second server. File_get_conten ts() handles that quite nicely for me, and of course allows me to pass the variables in a GET action.
Any code or functions that someone can steer me towards that would be almost as elegant as file_get_conten ts, allow me to read the page returned, yet allow me to use the POST method?
...Leave a comment:
-
Wow great thread. I actually have a similar problem.
While running a php script on user-supplied info from a form, I need to send some of that data to a php script running on another server (which does a database lookup), and get back a response.
This is the way that I've thought of (and successfully tried) doing it
[php]<?php
$foo = urlencode($food ata);
$bar = urlencode($bard ata);...Leave a comment:
No activity results to display
Show More
Leave a comment: