Difference between revisions of "Talk:PHP Sending SMS"

From SMS Wiki
Jump to: navigation, search
(No difference)

Revision as of 14:22, 5 June 2008

I ran into an error with the PHP code.

First, if you just copy and paste the example, it won't work.

You need to move the 'function do_post_request($url, $data, $optional_headers = null) {' to a new line, otherwise it remains commented out (//).

Also, I had to change 'function build_post_data($data, $prefix=null, $sep=, $key=) {' to 'function build_post_data($data, $prefix=null, $sep, $key) {'

for it to work (removed the '=' signs after $sep and $key).

php5.2/fastCGI/IIS6.0