Hopefully simple
- From: "UKuser" <spidercc21@xxxxxxxxxxx>
- Date: 27 Sep 2006 03:07:36 -0700
Hi folks,
What am I missing here?
foreach ($_POST as $key=>$value) {
$key = secure_access($value);
}
I want each of my posted values to be assigned to a variable of the key
name. I.e.
input name = "test"
input value = "text-here"
Which I want to result in
$test = secure_access($value (i.e. text-here));
$test = "text-here";
Where have I gone wrong?
Thanks
A
.
- Prev by Date: Re: [PHP] PHP5, Windoze, Extensions
- Next by Date: Re: [PHP] People who bought this also bought (amazon style) functionality...logic problem
- Previous by thread: Best open source project/framework to support a php training course?
- Next by thread: hotel reservation system.
- Index(es):