I have this code here:
The question is in the code. i will paste it below also:PHP Code:<?php
$Do_Not_Want= "Do Not Show This.";
$I_Want = "Show This.";
//Code goes here to make $Do_Not_Want appear as $I_Want. So another words,
//when i put echo "$Do_Not_Want"; , the $I_Want varible actually shows in the browser saying "Show This.".
echo "$Do_Not_Want";
?>
Code goes here to make $Do_Not_Want appear as $I_Want. So another words,
when i put echo "$Do_Not_Want"; , the $I_Want varible actually shows in the browser saying "Show This.".



Reply With Quote

Bookmarks