如何在每行之前打印">"?
if ($quoteid) {
echo '
> '.$quote['message'].'
';
}
Run Code Online (Sandbox Code Playgroud)
目前它看起来像这样:
> I would move Heaven and Hell and anything in between to get to you. You wouldn't be safe anywhere if I was mad at you. And that's not bull; that's truth. I've went up against people. You could pull a gun on me and if I'm mad at you I'm coming forward. You'd have to shoot me to stop me and if you don't kill me... you're stupid cause …
php ×1