Thread
:
PHP gurus I need your help please ...
View Single Post
03-01-2009, 03:45 PM
Killswitch - BANNED FOR LIFE
Guest
Posts: n/a
<?php
$vars = array('url' => 'http://www.somedomain.com');
echo $vars['url'];
?>
That works though ;)