I have a page with a form post to my script, I need to retrieve the message variable and enter it into my array
$params = array(
‘apikey’ => ‘xxxx’,
‘message’ => ‘$message’,
‘numbers’ => $results
);
Apparently Im not doing this right can someone help suggest the correct way?