I am inserting data into a table, after the INSERT RECORD has been completed, I want to send an email notifying a user of the insertion. I want to display the ID of the new row inserted.
How do I pull the ID right after the row has been inserted to sen via a senmail.php script?
Any Ideas?
Search found 19 matches
- Tue Mar 01, 2005 12:51 pm
- Forum: Databases
- Topic: Retrieving unique id after new row has been inserted
- Replies: 1
- Views: 370
- Wed Feb 23, 2005 12:39 pm
- Forum: PHP - Code
- Topic: Problems sending mail to some users
- Replies: 1
- Views: 394
Problems sending mail to some users
removed.
- Wed Feb 23, 2005 11:25 am
- Forum: PHP - Code
- Topic: Problems sending email using php to some recipients.
- Replies: 6
- Views: 726
- Wed Feb 23, 2005 10:38 am
- Forum: PHP - Code
- Topic: Problems sending email using php to some recipients.
- Replies: 6
- Views: 726
- Wed Feb 23, 2005 9:18 am
- Forum: PHP - Code
- Topic: Problems sending email using php to some recipients.
- Replies: 6
- Views: 726
Problems sending email using php to some recipients.
I am having problems sending email to some recipients. It seems like anyone on an exchange server (not sure though) It will deliver fine to about 60% of my customers. Others they just won't recieve anything at all. Has anyone heard of any problems with PHP sending mail before? I am desperate at this...
- Thu Feb 17, 2005 4:04 pm
- Forum: PHP - Code
- Topic: Using PHP to send forms
- Replies: 5
- Views: 995
- Thu Feb 17, 2005 11:26 am
- Forum: PHP - Code
- Topic: Using PHP to send forms
- Replies: 5
- Views: 995
Using PHP to send forms
Not sure what kind of problem this could be...
I am using a simple php script to send mail. It sends mail fine to most email accounts. But several of my clients (On an Exchange Server) will not recieve the emails.
Any ideas?
I am using a simple php script to send mail. It sends mail fine to most email accounts. But several of my clients (On an Exchange Server) will not recieve the emails.
Any ideas?
- Fri Dec 10, 2004 1:21 pm
- Forum: PHP - Code
- Topic: Loop through Arrays?
- Replies: 15
- Views: 1786
- Fri Dec 10, 2004 12:57 pm
- Forum: PHP - Code
- Topic: Loop through Arrays?
- Replies: 15
- Views: 1786
- Thu Dec 09, 2004 11:20 pm
- Forum: PHP - Code
- Topic: Loop through Arrays?
- Replies: 15
- Views: 1786
- Thu Dec 09, 2004 4:07 pm
- Forum: PHP - Code
- Topic: Loop through Arrays?
- Replies: 15
- Views: 1786
- Thu Dec 09, 2004 3:48 pm
- Forum: PHP - Code
- Topic: Loop through Arrays?
- Replies: 15
- Views: 1786
- Thu Dec 09, 2004 2:51 pm
- Forum: Databases
- Topic: Updating Multiple Records Based on A checkbox in a Repeated
- Replies: 5
- Views: 1143
- Thu Dec 09, 2004 2:50 pm
- Forum: PHP - Code
- Topic: Loop through Arrays?
- Replies: 15
- Views: 1786
Loop through Arrays?
How would you loop through the array, in yo,ur update code.
- Thu Dec 09, 2004 11:17 am
- Forum: Databases
- Topic: Updating Multiple Records Based on A checkbox in a Repeated
- Replies: 5
- Views: 1143
Updating Multiple Records Based on A checkbox in a Repeated
Question for the Pros: I want to display records in a database. A single Row will be made a repeat region to display all the records. Simple. In that row I also want a checkbox, next to each record. Based on the checkboxes checked, I want to UPDATE those records in the database. Here is the code to ...