Is there any way of handling events in php -
is there way handle events in php, i'm looking way handle event's posting form. thanks, sreejith
posting form not event: page called (that's event you'll far know), can check values present in $_get
, $_post
or combined $_request
, , act on them.
Comments
Post a Comment