Quick and dirty
PHP-Code:if ( strpos( $testJson, "{" ) > 1 )
{
echo substr( $testJson, strpos( $testJson, "{" ) );
}
Quick and dirty
PHP-Code:if ( strpos( $testJson, "{" ) > 1 )
{
echo substr( $testJson, strpos( $testJson, "{" ) );
}
You are offline
Try:
- Don't Panic
- Look around
- Interact with reality