hey, I have a problem using PHP/MYSQL and maybe I have overseen something. Basic Problem (principle description) : - I am writing some data into a database with insert, no problem. PHPadmin shows that this is done and in the database are the corect data. - I am reading the same data out, no problem. BUT : When I read out the data the first I get nonsens, same script, second run, this time I get the correct data. This drives me nuts ? What do I miss somehow ? regards Frank
What do you mean with nonsens...corrupt data, no data, duplicate data? Maybe it's best to put the php code here that you use to read out the data. Maybe it's in the code. Edwin