zero-perfoliate
zero-perfoliate

Author Topic: not able to concatenate string in php  (Read 148 times)

Offline arun240

  • New PHP Members
  • Posts: 1
  • Karma: +0/-0
not able to concatenate string in php
« on: July 23, 2010, 12:33:44 AM »
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