Difference between revisions of "Talk:PHP Sending SMS"

From SMS Wiki
Jump to: navigation, search
 
 
Line 1: Line 1:
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
 

Latest revision as of 15:51, 5 June 2008