array?
Linux, Apache, MySQL, PHP
3
Posts
3
Posters
0
Views
1
Watching
-
stdClass Object ( [return] => Array ( [0] => test [1] => test23 ) )
Hi, how do i get the value of each array slots and print it nicely into a table form? I did a print_r and get the above. Below is my code
$wsdl="http://localhost:8084/WebService/SMSWebService?wsdl"; $client=new soapclient('http://localhost:8084/WebService/SMSWebService?wsdl'); $response =$client->RetrieveSMS( array('username'=>'usa', 'password'=>'canada', 'keyword'=>'Temp' )); print\_r($response);
-
stdClass Object ( [return] => Array ( [0] => test [1] => test23 ) )
Hi, how do i get the value of each array slots and print it nicely into a table form? I did a print_r and get the above. Below is my code
$wsdl="http://localhost:8084/WebService/SMSWebService?wsdl"; $client=new soapclient('http://localhost:8084/WebService/SMSWebService?wsdl'); $response =$client->RetrieveSMS( array('username'=>'usa', 'password'=>'canada', 'keyword'=>'Temp' )); print\_r($response);
-
stdClass Object ( [return] => Array ( [0] => test [1] => test23 ) )
Hi, how do i get the value of each array slots and print it nicely into a table form? I did a print_r and get the above. Below is my code
$wsdl="http://localhost:8084/WebService/SMSWebService?wsdl"; $client=new soapclient('http://localhost:8084/WebService/SMSWebService?wsdl'); $response =$client->RetrieveSMS( array('username'=>'usa', 'password'=>'canada', 'keyword'=>'Temp' )); print\_r($response);