adding event in 2nd table??

2007-10-30 Thread Prasad Mhatre
Dear Friends, I am having 2 tables as follow: Table 1- customer_id | contacts | etc this table has unique customer_id while Table 2 may have more than 2 records with the same customer_id Table 2- customer_id | visit_no | details of visit I want to know an example of updating

Re: MyODBC 3.5.9 and MySQL 4.1.8

2005-01-05 Thread Prasad Mhatre
I Agree I did downloaded from dev.x MyODBC 3.5.10-x86-win-32bit.exe and it works with MySQL 4xx Thanks Love and regards Prasad - Original Message - From: Homam S.A. [EMAIL PROTECTED] To: Tom Crimmins [EMAIL PROTECTED]; nikos [EMAIL PROTECTED] Cc: mysql@lists.mysql.com Sent: Thursday,

mail all users in MySQL database

2001-04-27 Thread Prasad Mhatre
Dear All, Can anyone suggest a link where I can find a script in PHP3 to mal all users in MySQL database? Thanks Love and regards Prasad - Before posting, please check: http://www.mysql.com/manual.php (the manual)

Re: mail all users in MySQL database

2001-04-27 Thread Prasad Mhatre
PM Subject: Re: mail all users in MySQL database On Fri, 27 Apr 2001, Prasad Mhatre wrote: Dear All, Can anyone suggest a link where I can find a script in PHP3 to mal all users in MySQL database? That's pretty simple, isn't it? Pull the usernames from the table, then put php? echo a href

Random string for each row in a table

2001-04-23 Thread Prasad Mhatre
Dear All, How do I create random string for each row in a mysql table? and mail the same each recepient in the respective row. Thanks Love and regards Prasad - Before posting, please check: http://www.mysql.com/manual.php

email only two columns

2001-03-30 Thread Prasad Mhatre
Dear All, Is it possible to mail only three columns from a database ? Third column being email ID? I need to send email to all with a valid email ID in a database. Thanks Regards Prasad - Before posting, please check: