You are here: Re: Help with form and post! « All PHP « IT news, forums, messages
Re: Help with form and post!

Posted by Martin Jay on 05/31/06 20:00

In message <447dd9b0$1_3@filemon2.isp.telecable.es>, ivo
<nomail@here.com> writes
>Hope you can help me :P
>
>I'm coding an html form with some php vars. Something like this doesn't
>work:
>
> <form action="./correct.php" method="post">
> (xxxxx) <input type="hidden" name="preg1" value="'. $preg .'">
> <input submit.....>
> </form>
>
>And then in correct.php:
>echo $_POST["preg1"]
>
>But if I substitute the line (xxxxx) with this it works!
><input type="hidden" name="preg1" value="sometexthere">
>
>What can I do to make it works using $preg var??

You need to echo $preg to incorporate its value in the HTML element, for
example change:

<input type="hidden" name="preg1" value="'. $preg .'">

to:

<input type="hidden" name="preg1" value="<?php echo $preg; ?>">
--
Martin Jay
Phone/SMS: +44 7740 191877
Fax: +44 870 915 2124

 

Navigation:

[Reply to this message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация