php memory leak problem critical urgent help needed
Posted: Tue Jul 28, 2009 2:11 am
hi guys..
im using php mysql and apache in window xp.i installed those things using xampp
package which installs the mentioned flavour.In my page i have given option to search for the selected criteria ,,like user can give the name,and other details to search the corresponding
records from the database.so it ll display the result in the page.Here if the user presses many times continuously the page becomes blank,and sometimes small error windows pops and says apache error .after that i need to log in to the page again.In this case if i display the memory usage it goes up and up when i search each time...and from google i come to know if the include
statement in php is used many times in the page it ll take the memory and leads to disaster..in my case i use include statement to include 2 files whenever search button is clicked the page will be posted to the same page only so the included files will be included again.this is what my observation.can any one tell me how to fix the memory leak.very urgent help is needed
thanks
krmkrishnan
im using php mysql and apache in window xp.i installed those things using xampp
package which installs the mentioned flavour.In my page i have given option to search for the selected criteria ,,like user can give the name,and other details to search the corresponding
records from the database.so it ll display the result in the page.Here if the user presses many times continuously the page becomes blank,and sometimes small error windows pops and says apache error .after that i need to log in to the page again.In this case if i display the memory usage it goes up and up when i search each time...and from google i come to know if the include
statement in php is used many times in the page it ll take the memory and leads to disaster..in my case i use include statement to include 2 files whenever search button is clicked the page will be posted to the same page only so the included files will be included again.this is what my observation.can any one tell me how to fix the memory leak.very urgent help is needed
thanks
krmkrishnan