- Original Message -
From: "JaCoB"
To: php-list@yahoogroups.com
Sent: Wednesday, June 4, 2008 7:07:58 PM (GMT-0800) America/Tijuana
Subject: Re: [php-list] Alert when DB Insert on PHP
- Original Message
From: Wade Smart
James Keeline wrote:
> --- JaCoB wrote:
&g
- Original Message
From: Wade Smart
James Keeline wrote:
> --- JaCoB wrote:
>
>> Is there a way to trigger a php script if a certain table on a database adds
>> a new row (or Insert should i say)?
>>
20080604 1253 GMT-6
You could just write a php script that sends you an email or somet
JaCoB wrote:
> Hello guys!
> Example: If I have a shopping cart website then someone placed an order...
> there will be an alert on my local computer like a javascript alert.
This is pretty simple for the example above. Modify the script which
adds the information to the database. After the orde
James Keeline wrote:
> --- JaCoB <[EMAIL PROTECTED]> wrote:
>
>> Is there a way to trigger a php script if a certain table on a database adds
>> a new row (or Insert should i say)?
>>
20080604 1253 GMT-6
You could just write a php script that sends you an email or something, (text
message? ) whe
--- JaCoB <[EMAIL PROTECTED]> wrote:
> Is there a way to trigger a php script if a certain table on a database adds
> a new row (or Insert should i say)?
>
> Example: If I have a shopping cart website then someone placed an order...
> there will be an alert on my local computer like a javascript
Hello guys!
I need your help! =)
Is there a way to trigger a php script if a certain table on a database adds a
new row (or Insert should i say)?
Example: If I have a shopping cart website then someone placed an order...
there will be an alert on my local computer like a javascript alert.
Nee