Search found 1 match

by trevorj
Sat Jul 27, 2002 9:11 pm
Forum: PHP - Code
Topic: printing php variables on html forms
Replies: 5
Views: 1645

try

Code: Select all

<?php 
echo "I like ".$_REQUEST&#1111;'variable1']; 
?>
:mrgreen: