php form to edit values in php include file?

mgm603

New member
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
 
Back
Top