Jump to content

host with php soap support


inactive

Recommended Posts

Hey guys I'm looking for a free host with php (pref php5), that has SOAP. Nothing fancy, all I need to do is test a simple script (so ads are fine, and I don't need a huge amount of space).

Only requirement is it has to be free.

Any suggestions?

Thanks heaps.

Link to comment
Share on other sites

A host doesn't have to support PEAR....  PEAR can be added to the php.ini include_path (or what ever it's called.... can't ever remember ini directives), or, you can just add it your self through set_ini (or in some cases you don't need to set it).

 

Look through how to install PEAR on the PEAR website (pear.php.net), and maybe you'll see what I mean.  PEAR Is like any other PHP script in a sense....

Link to comment
Share on other sites

I should probably say though that some functions that PEAR uses (embedded functions, not functions defined in actual PHP source), may be required.  (For example, you can't use the a PEAR DB class which connects to MySQL without some form of MySQL support in PHP.)

 

Anyway, no problem ;p.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.