How can I get:
$img = new imageProcessing("333.jpg",200);
In a dynamic from considering cam_id=333
This is not working:
$img = new imageProcessing(" . $cam_id. '.jpg'",200);
How can I get:
$img = new imageProcessing("333.jpg",200);
In a dynamic from considering cam_id=333
This is not working:
$img = new imageProcessing(" . $cam_id. '.jpg'",200);