Dear All,I am working on linux+php+apache
i am facing problem when concatenae below string
$payID = $Paymentpipe->getPaymentId();
// i am gettibng payid(5689889591202040) from java class i have printedthis comming properly
$payURL = $Paymentpipe->getPaymentPage();
// i have printed payurl this comming proper(
https://securepgtest.fssnet.co.in:443/pgway/gateway/payment/payment.jsp)
$urlToRedirect = $payURL .'?PaymentID='. $payID;
// when i am concatenating in above both string paurl and pay id i am not getting proper //value i am getting Object id #38?PaymentID=Object id #35