Jump to content
  • 0

формы,отправление данных пользователю


newe
 Share

Question

3 answers to this question

Recommended Posts

  • 0
9 часов назад, klierik сказал:

Здравствуйте. Переформулируйте Ваш вопрос

пользователь вводит информацию и отправляет,но после отправки все что было записано пропадает.Что сделать чтобы введенная информация оставалась ?

<form action='skob.cgi' method='get'>
    <input type='text' input name='fn' class="pod" "<?=$fn ?>" ><br>// вводит
    <input type='submit' value='OK'>//отправляет
 </form> 

 

Link to comment
Share on other sites

  • 0
<form action='skob.cgi' method='get'> 
<input type='text' name='fn' class="pod" value="<?php echo $_GET['fn'];?>" ><br>
<input type='submit' value='OK'> 
</form> 

но это при условии, что ваша форма находится в skob.cgi
иначе отправленные данные нужно записать в сессию или в базу, чтобы потом выводить то, что он уже ввел в форме

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • 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. See more about our Guidelines and Privacy Policy