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