M mgm603 New member Aug 12, 2009 #1 I have made a php include file for a web page: <?php $name = 'mike'; $city = 'boston'; $day = 'monday'; ?> and I want to make a form that will edit the values, any ideas, thanks
I have made a php include file for a web page: <?php $name = 'mike'; $city = 'boston'; $day = 'monday'; ?> and I want to make a form that will edit the values, any ideas, thanks