How To Dynamic Web Rendering?

Adam D. Ruppe destructionator at gmail.com
Fri May 13 21:23:03 PDT 2011


So I'm writing the official PHP library to access my work library.

Just spent 20 minutes trying to figure out why it wasn't working
right.

The problem was ultimately here:

                $rurl .= "?" + $this->getArgString();

See the mistake? Neither did the stupid PHP interpreter. I hate it
so much.


More information about the Digitalmars-d-learn mailing list