A
Anonymous
Guest
i have a php variable _POST["indexdate"] (in phpinfo). I need to refer to it from php code. the problem is the text "indexdate" is two variable. One "index" static variable and the other "date" a dinamic variable from $row['Column_name'].
I am trying $_POST['index'.$row['Column_name']] which is not working.. Any idea? :idea:
I am trying $_POST['index'.$row['Column_name']] which is not working.. Any idea? :idea: