Astromezz contact details:
By phone:
01789 263555 - between 8.00am and 5.00pm Monday to Friday, excluding Bank Holidays.
By Fax:
To be advised.
By Post:
Astromezz Ltd
Unit A6, Precision Business Centre
100, Masons Road
Stratford-Upon-Avon
Warks
CV37 9NU
Or Online:
You may use this form to email us.
$verb_list = array();
while ($verbs = mysql_fetch_array($random_verbs, MYSQL_NUM)) {
// do nothing with it atm, need to breate a mutil dimentional array from the 2 result sets and pull 20 key/value pairs from that
array_push($verb_list, $verbs[0]);
}
?>
2017
while ($row = mysql_fetch_array($multi_result, MYSQL_NUM)) {
$rand_verb = array_rand(array_flip($verb_list), 1);
echo wordwrap("" . $rand_verb ." in " . " $row[0] ", 150, " "); } ?> |