how to add an event in php programimng?
Actually, PHP means PHP HyperText Preprocessor, and has been called that for a while now...
It's a scripting language, not a programming language.
The only "event" PHP really know is the start event, when a page containing PHP code is opened.
|