6 messages in com.mysql.lists.win32Double entry of data using INSERT.
FromSent OnAttachments
Shane Aldrich22 Mar 2001 10:07 
TJay Belt22 Mar 2001 12:20 
Robert Thompson22 Mar 2001 14:37 
TJay Belt22 Mar 2001 14:52 
TJay Belt22 Mar 2001 21:20 
Mike...@dot.state.oh.us23 Mar 2001 05:53 
Subject:Double entry of data using INSERT.
From:Shane Aldrich (sha@graphic-insight.com)
Date:03/22/2001 10:07:28 AM
List:com.mysql.lists.win32

I am currently trying to develop an in-house client/job tracking application using Flash, PHP, and MySQL. Currently when I call the PHP script from Flash to add data, I end up with two entries. The insert statement within PHP looks like this:

mysql_query ("insert into login values ('$fname', '$lname', '$email')");

What could I be doing wrong?

Thanks, Shane