Search results

  1. M

    php form to edit values in php include file?

    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
  2. M

    php form to edit values in php include file?

    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