Smarty Forum Index Smarty
WARNING: All discussion is moving to https://reddit.com/r/smarty, please go there! This forum will be closing soon.

Get zapros obrabatyvaetsya dva raza

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> Language: Russian
View previous topic :: View next topic  
Author Message
shulia
Smarty n00b


Joined: 16 Aug 2006
Posts: 1

PostPosted: Wed Aug 16, 2006 5:37 am    Post subject: Get zapros obrabatyvaetsya dva raza Reply with quote

Файл php:
if($_GET['act'] == "write")
{
// запись в файл переменной var
}

<form>
<input type="hidden" name="act" value="write">
<input type="text" name="var">
<input type="submit">
</form>

Т.е. переменная из формы передаётся этому жу скрипту и пишется в файл.
Скрипт работает нормально.
Но как я его запихиваю на страницу с шаблоном, начинаются проблемы: первый раз скрипт нормально отрабатывает. Но при повторном вводе переменной в форме в файл заносятся и введённая переменная и переменная, введённая в первый раз.
Т.е. ввожу в форму "1". В файл записывается "1". Ввожу в форму "2". Открываю файл, а там:
1
1
2



В чём можеть быть причина? Crying or Very sad
Back to top
View user's profile Send private message
kost
Smarty Rookie


Joined: 24 Jan 2006
Posts: 33
Location: Kiev, Ukraine

PostPosted: Wed Aug 16, 2006 10:26 am    Post subject: Reply with quote

1. Приведите полный исходник.
2. При чем здесь Smarty?
3. Берем код:
Code:

<?php

if($_GET['act'] == "write")
{
print_r($_GET);
}

?>

<form>
<input type="hidden" name="act" value="write">
<input type="text" name="var">
<input type="submit">
</form>


Как видим, все нормально. Значит - ошибка при записи в файл.

4. Ничего не работает! Что делать???
_________________
[ru]
http://phpstones.blogspot.com
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> Language: Russian All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP