mr666 Posted May 19, 2006 Share Posted May 19, 2006 i have a php form (edit_info.php only for logged-in members) when submitted, 1.update mysql database (table:user_info)2.opens a single xml file (dummy.xml) and re-writes the whole structure whenever they update their info..That particular xml file(dummy.xml) contains all the information from a table(user_info) from the database.my question is what if there are two or more members updating their info at the same time (in-directly attempting to update the dummy.xml file at the same time) would that be a problem? like one of the member didnt get their info updated on the xml ?do let me know if you need to look at the codes :) Quote Link to comment https://forums.phpfreaks.com/topic/10002-question-on-fopen-fwrite/ Share on other sites More sharing options...
gijs25 Posted May 19, 2006 Share Posted May 19, 2006 Question:Why do you want to use xml if you have a mysql connection?And take a look at this:[a href=\"http://nl2.php.net/manual/en/function.flock.php\" target=\"_blank\"]http://nl2.php.net/manual/en/function.flock.php[/a] Quote Link to comment https://forums.phpfreaks.com/topic/10002-question-on-fopen-fwrite/#findComment-37156 Share on other sites More sharing options...
mr666 Posted May 19, 2006 Author Share Posted May 19, 2006 well im using flash and display the data from the xmlanyway thanks for the pointer Quote Link to comment https://forums.phpfreaks.com/topic/10002-question-on-fopen-fwrite/#findComment-37160 Share on other sites More sharing options...
gijs25 Posted May 19, 2006 Share Posted May 19, 2006 another thing that you can do is look how long it takes toi create an xml file if it's about 0.00001 sec don't worry about it.[a href=\"http://nl3.php.net/manual/en/function.microtime.php\" target=\"_blank\"]http://nl3.php.net/manual/en/function.microtime.php[/a]create a microtime var at the beginning and the end and write it to the file then you know Quote Link to comment https://forums.phpfreaks.com/topic/10002-question-on-fopen-fwrite/#findComment-37170 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.