1. Possibly a browser cache issue. Try closing down the browser and opening the same search page again. 2. Your text file may be the wrong format for the upload to MySQL 3. Permission issues on the the upload files directory
Hopefully number 1 was the problem, if it is 2 you can program in some ways to check the format of your data before and or duting insert into Mysql. I've had #3 happen when one sysadmin decided the tmp directory for uploading txt files was not as secure as it should be. Good Luck, Jeremy In San Diego _____ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 14, 2006 7:33 PM To: [email protected] Subject: [php_mysql] Database trouble I have a website, asmpla.org, which has a MySQL database. Supposedly, it pulls from a text file to display members' listings. When I download a new membership file from our national office, I am supposed to save it as a text file, upload it to replace the previous text file, and the new listings are supposed to appear. Tonight, I did all these steps, but the original listings are still appearing when I go to MyAdmin online or when I use our online search function to check for members. However, the text file is correctly named and is the current edition. Does anyone have any suggestions, at least on how to proceed? TIA, Karen [Non-text portions of this message have been removed] [Non-text portions of this message have been removed] ------------------------ Yahoo! Groups Sponsor --------------------~--> See what's inside the new Yahoo! Groups email. http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/CefplB/TM --------------------------------------------------------------------~-> The php_mysql group is dedicated to learn more about the PHP/MySQL web database possibilities through group learning. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php_mysql/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
