11-18-2008, 03:49 AM
|
#7 (permalink)
|
|
The Addict
Join Date: Jan 2008
Location: los angeles
Posts: 309
Thanks: 44
|
hi, actually thanks i think i figured out the problem.
i did notice one thing though php doesnt like it when you create a variable like this
$item_$value = "something";
or like this
$item_{$value} = "something";
i wonder if it is possible to make variables dynamically. i was doing this like this
Code:
for($i=0;$i<=100;$i++) {
$i = $_POST['something_$i'];
}
__________________
no signature set
|
|
|
|