Re: [PHP] POST conversion.

2001-03-15 Thread Chris Lee
alot of times when people ask this question they are sking the quesion because they are coding this logically incorrect, Im sure this isnt that case for you though. $val) $args[] = "$pos=$val"; if (isset($args)) return urlencode('?'. implode('&', $args)); } } echo " i

RE: [PHP] POST conversion.

2001-03-15 Thread Stewart Taylor
PHPLIB http://phplib.netuse.de/ has a Query class in sql_query.inc which is used in conjunction with the DB_Sql class. It can be used to create dynamic insert and update queries by assuming that global variables exist which map onto a paricular tables field. You basically name the table and it cr