Echo quotes problem
Posted: Tue Jan 04, 2011 4:16 pm
Hello people
Happy New Year !
Thanks to all of you for the help
Thanks to all of you for the help
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
<?php
$variable = ucwords(str_replace("-", " ", $searchterm));
echo "<script>color (". $variable .")</script>";
?>