You are here: Re: how do I append a variable to a url that already contains variables? « HTML « IT news, forums, messages
Re: how do I append a variable to a url that already contains variables?

Posted by Toby Inkster on 12/19/06 09:16

BootNic wrote:

> <?
> foreach ($_GET as $key => $value) {
> print ('<input type="hidden" name="get_'.$key.'" value="'.$value.'">
> ');
> }
> ?>

or better...

<?php
foreach ($_GET as $key => $value)
{
printf('<input type="hidden" name="%s" value="%s">',
htmlentities($key) ,htmlentities($value));
}
?>

Just in case $key or $values contains lovely quote marks.

--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact

 

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

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