Hi,
I just for testing purposes, I have switched to running my code locally on my windows box. It was running on a linux box fine.
Now when I try to execute a function, its complaining of a parse error on a line that contains only try{
function create_manifest($db,$shipments,$pay_type,$ship_type,$item_type){
try{
if($item_type!='normal'){
.....
anyone know why this would be happening?
thanks