Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Consuming Web Services

Status
Not open for further replies.

Sarky78

Programmer
Joined
Oct 19, 2000
Messages
878
Location
GB
Hi,

I have been playing around with web services with ColdFusion and ASP.Net and have written a very simple bit of code that just displays some text to the user. Now in CF and .net there are ways to use these web services. Is there such a way in PHP?

TIA

Tony
 
Code:
<? php
echo &quot;Here's some text for your user&quot;;
?>

- - picklefish - -

Why is everyone in this forum responding to me as picklefish?
 
Yes, you can use a web service from PHP.

One way would be to use CURL (
Another would be to use fopen() ( and either fgets() ( or fread() (
Want the best answers? Ask the best questions: TANSTAAFL!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top