PHP Array Retrieve Value -
PHP Array Retrieve Value -
when run this:
print_r($result);
i following:
stdclass object ( [sendmessagewithreferenceresult] => message queued )
how can assign "message queued successfully" variable?
it's little hard tell question, think be:
$variable = $result->sendmessagewithreferenceresult;
php
Comments
Post a Comment