Jump to content

gray_bale

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

gray_bale's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I have a problem, and below is the code extracts that have the problem with. But the full code is located at http://www.gb-online.co.uk/services/shed.php I have included an echo statement at the top right, just to check that the data is being recieved OK. The general problem is that I cannot get the form to remember what is typed into the "name=pres" all the other data fields remember what is typed in. The actual code snippet is the same in all cases if ((isset($_POST['done'])) && ($_POST['done'] == 'y')) { $pres = $_POST["pres"]; <form method="post" action="<?php echo $PHP_SELF;?>"> Preservative to be included in price (Y or N)- <input type=text name=pres value="<?echo $pres?>" size="10"> Any ideas as its bound to simple ???
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.