4431
« on: December 31, 2009, 04:03:35 am »
<?php
$cars=array("A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z");
echo $cars[rand(0,26)];
echo $cars[rand(0,26)];
echo $cars[rand(0,26)];
echo $cars[rand(0,26)];
echo $cars[rand(0,26)];
echo $cars[rand(0,26)];
echo $cars[rand(0,26)];
echo $cars[rand(0,26)];
echo $cars[rand(0,26)];
echo $cars[rand(0,26)];
echo $cars[rand(0,26)];
echo $cars[rand(0,26)];
echo $cars[rand(0,26)];
echo $cars[rand(0,26)];
echo $cars[rand(0,26)];
echo $cars[rand(0,26)];
echo $cars[rand(0,26)];
echo $cars[rand(0,26)];
?>
Why this no work?? You programmed PHP into your signature, so I'm wondering if the same can be done to forum posts. This would've posted gibberish, it works in my own domain but not here apparently.....maybe if I put it in a flash file and then put the flash file here???
I'm messing around with PHP cause I gotta learn how to make a shopping cart soon. I picked up a job off Craigslist and claimed I have skills I don't really have...yet. Thank you W3schools. ^^