PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
$item=1;
$merchant_product_id[$item] = $_POST["merchant_product_id1"]; #this has a value
$merchant_product_id[$item] = $_POST["$merchant_product_id".$item]; #this has no value
hi charlie, as being a fresher in php, i would like to tell you that when you are receiving value in $_POST you have to pass a variable.
that you have passed in first statement, that is $_POST["$mkmk_jk"] something like that. and in second statmnt you are passing $_POST["something".$item]. make sure dat its a variable...