alexandgruntz
New Member
- Messages
- 744
- Reaction score
- 0
- Points
- 0
Granted but they kill yours.
I wish that it wasn't so cold (14 degrees Celsius).
I wish that it wasn't so cold (14 degrees Celsius).
<?php
echo 'Granted, but it is now filled with Sierra Mist!';
function generateWish($wish);
if($wish == FALSE)
exit('Failed to make a wish');
echo 'I wish I would stop making wishes in PHP!!!';
?>