Avatar of Codeforlife
Codeforlife
Flag for South Africa

asked on 

remove first characther from output string- PHP SOAP

Ok so i have a PHP web app. connects to soap server. i can echo the response just fine but it always has "0" at the start of the response string. how can i remove this 0? basically only want to remove the first character, there are other 0's i want to keep in the string
PHP

Avatar of undefined
Last Comment
Chris Stanyon

8/22/2022 - Mon