Database Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsOther TechnologiesDatabase Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here
  #1  
Old May 13th, 2003, 01:51 AM
gatezone gatezone is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Location: austin, TX, USA
Posts: 1 gatezone User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via Yahoo to gatezone
Email successful record insert/modify

I have pages that add records, update records, search, but would appreciate help finding a (simple) example of code that will email successfully inserted/ edited record emailed to me after the add/modify. TIA Gatezone

Reply With Quote
  #2  
Old May 14th, 2003, 03:41 PM
brut brut is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 367 brut User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 2
RE: Email successful record insert/modify

Here's a basic example that you should be able to tailor to your needs.
php Code:
Original - php Code
  1.  
  2. <?php
  3.  
  4. if(mysql_query("INSERT INTO TABLE (fieldname) VALUES ($data)"){
  5.    mail("you@yourdomain.com", "DB UPDATE", "$data");
  6. }
  7.  
  8. ?>

Reply With Quote
Reply

Viewing: Codewalkers ForumsOther TechnologiesDatabase Help > Email successful record insert/modify


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway