Events in mysql and php

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
kushaljutta
Forum Commoner
Posts: 50
Joined: Fri Dec 26, 2008 11:05 am

Events in mysql and php

Post by kushaljutta »

hi i need information about events in mysql with php
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Events in mysql and php

Post by requinix »

hi i give information about events in mysql with php
Mark Baker
Forum Regular
Posts: 710
Joined: Thu Oct 30, 2008 6:24 pm

Re: Events in mysql and php

Post by Mark Baker »

Neither PHP nor MySQL are event-driven.
The only events that PHP can handle are connection_timeout and connection_abort
Eric!
DevNet Resident
Posts: 1146
Joined: Sun Jun 14, 2009 3:13 pm

Re: Events in mysql and php

Post by Eric! »

LOL @tasairis
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: Events in mysql and php

Post by Benjamin »

Well technically triggers are event driven.
Post Reply