View Single Post
Old 11-18-2008, 03:49 AM   #7 (permalink)
sarmenhb
The Addict
 
sarmenhb's Avatar
 
Join Date: Jan 2008
Location: los angeles
Posts: 309
Thanks: 44
sarmenhb is on a distinguished road
Default

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
sarmenhb is offline  
Reply With Quote