Jump to content
  • 0

Передача сценарию текста вида:


Bolmazov
 Share

Question

Вопрос: Хочу передать сценарию строку: "other_text<TEXT>other_text"

<textarea name="query"  class="" cols="100" rows="10" >other_text < TEXT > other_text</textarea>

Переменая $_POST[query] содержит other_text other_text

Почему? Как добиться результата?

Спасибо.

Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0

imfate, уверен, так и делают нормальные герои. )))

rus, я пробовал оба варианта. htmlspecialshars не приминал.

SelenIT, я в принимающей страничке написал print_r($_POST[q]); и любуюсь.

если поможет...

		<form action="find_process.php" method="post">
<p><big><b>Введите SPARQL запрос для поиска:</b></big></p>
<textarea name="query" class="form" cols="60" rows="10" >
PREFIX vCard: text<text>text
SELECT $y $x
WHERE
{
$x vCard:FN $y.
FILTER regex($y, "Jo", "i")
}</textarea>

<input type="submit" value='Поиск' class="button submit" /> <input type="reset" value='Сброс' class="button"/>
</form>

Edited by Bolmazov
Link to comment
Share on other sites

  • 0

А сделать этой страничке View Source не пробовали? ;)

На самом деле все передается, только не отображается, потому что браузер воспринимает это как незнакомый тег. Если нужно вывести на экран как код, htmlspecialchars действительно поможет.

Link to comment
Share on other sites

  • 0

Вы правы - я лох. )))

Спасибо.

Пойду в "Обсуждение работ" и самоутвержусь, стирая в прах шедевры своей субъективной оценкой! )))

P.S. Ну и в конце концов надо было еще обратить внимание на использование кавычек в textarea: FILTER regex($y, "Jo", "i"), которые экранируются и сделать просто так:

$q = stripslashes($q);

Edited by Bolmazov
Link to comment
Share on other sites

  • 0

Ну зачем же так самокритично :). Все когда-то начинали...

А на будущее, очень рекомендую проштудировать этот ресурс. Там хорошо объясняется, как избежать подобных проблем...

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