j
k
j a
j l
On 25/08/07, Darren Garvey <lists.drrngrvy@googlemail.com> wrote:
name = req.form_()["name"]->first; // or even like this!
This should obviously be: name = req.form_().find("name")->first; // or even like this! Sorry for the rather pointless noise.
Back to the thread
Back to the list