Talk:PHP Sending SMS
From SMS Wiki
Revision as of 13:22, 5 June 2008 by Old-user17 (Talk | contribs)
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