Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. keesvanbreukelen

    mysql_query() memory problem

    When I run multiple mysql_query() commands over quite large tables, the memory usage goes up dramatically. The mysql_free_result() command does not seem to have any impact. I test using echo memory_get_usage() . '<br />'; $rs = mysql_query($sql1); echo memory_get_usage() . '<br />'...
  2. keesvanbreukelen

    php mysqldump problem

    Hi I use mysqldump from php to backup my mysql database. The code to do the backup is: exec('c:\wamp\bin\mysql\mysql5.1.33\bin/mysqldump -hlocalhost -uroot wbs_ezitime > c:\temp\test.sql'); When I run my php file, the backup file is produced correctly, but the script then hangs and never...
  3. keesvanbreukelen

    Javascript firstChild problem in Firefox

    I have great difficulty with firstChild method and the childNodes collection in Firefox, the following sample code works well in IE but not at all in Firefox, when I check the Javascript bible it looks like it is perfectly standard DOM handling. Sample: <html> <head> </head> <body> <center>...

Part and Inventory Search

Back
Top