[PHP] Getting MySQL Query Times.

2001-08-23 Thread Gabe da Silveira
slow (2-3 seconds for page to process) and I want to be able to log the query speeds so I can see if there's a database bottleneck or if my code is just kludgy. -- __ Gabe da Silveira, Web Designer Twin Cities Student Unions University of Minnesota http

[PHP] Re: mail function

2001-08-23 Thread Gabe da Silveira
! :) Rick -- __ Gabe da Silveira, Web Designer Twin Cities Student Unions University of Minnesota http://www.coffman.umn.edu wFone: (612)624-7270 eMail: [EMAIL PROTECTED] hPage: http://www.visi.com/~jiblet -- PHP General Mailing List (http://www.php.net

Re: [PHP] Getting MySQL Query Times.

2001-08-23 Thread Gabe da Silveira
may be. You may also want to sprinkle mircotimes throughout your code to get a good idea of processing time. In article 047c01c12bf3$bdae2b40$0b01a8c0@ANDreY, [EMAIL PROTECTED] (Andrey Hristov) wrote: Use microtime before and after the query. -- __ Gabe da

Re: [PHP] The future of PHP

2001-08-23 Thread Gabe da Silveira
... let him sink with his ship. PHP isn't going anywhere anytime soon... not while *nix boxes are still the most stable performers for web. -- __ Gabe da Silveira, Web Designer Twin Cities Student Unions University of Minnesota http://www.coffman.umn.edu wFone

[PHP] Re: code check

2001-08-23 Thread Gabe da Silveira
-- __ Gabe da Silveira, Web Designer Twin Cities Student Unions University of Minnesota http://www.coffman.umn.edu wFone: (612)624-7270 eMail: [EMAIL PROTECTED] hPage: http://www.visi.com/~jiblet -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

[PHP] Re: functions and quotes

2001-08-22 Thread Gabe da Silveira
=\\/a; } print $navspc$hmenav$comnav$curnav$llsnav; } section is passed to the function and the function returns the correct tab. IS there a better and faster way? ~kurth -- __ Gabe da Silveira, Web Designer Twin Cities Student Unions University of Minnesota http

[PHP] Re: Newsgroup?

2001-08-22 Thread Gabe da Silveira
, are there other equally busy newsgroups for PHP? Thanks, Christopher Raymond -- __ Gabe da Silveira, Web Designer Twin Cities Student Unions University of Minnesota http://www.coffman.umn.edu wFone: (612)624-7270 eMail: [EMAIL PROTECTED] hPage: http

[PHP] Re: how to disable the automated userID/password in Internet Explor er

2001-08-22 Thread Gabe da Silveira
. -- __ Gabe da Silveira, Web Designer Twin Cities Student Unions University of Minnesota http://www.coffman.umn.edu wFone: (612)624-7270 eMail: [EMAIL PROTECTED] hPage: http://www.visi.com/~jiblet -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

[PHP] Re: Please Help - getting a hightlight depending on selected page

2001-08-22 Thread Gabe da Silveira
background). I have set it up so that in CSS the id sel is a red b/g. How do I set the id of a certain cell to sel taking it from the url (index.php?menu=cars as a very bad example of php coding :)). Cheers Martin -- __ Gabe da Silveira, Web Designer Twin

[PHP] Re: Please Help - getting a hightlight depending on selected page

2001-08-22 Thread Gabe da Silveira
- all I want to do is change the css id=sel from Home to Synthesizers. Cheers Martin -- __ Gabe da Silveira, Web Designer Twin Cities Student Unions University of Minnesota http://www.coffman.umn.edu wFone: (612)624-7270 eMail: [EMAIL PROTECTED] hPage: http

[PHP] Re: [PHP-DB] restoring mysql db after mysqldump

2001-08-22 Thread Gabe da Silveira
'all_databases.sql' it gets to the first table and tries to insert some information into it and says blah table is read only and it stops... jay -- __ Gabe da Silveira, Web Designer Twin Cities Student Unions University of Minnesota http://www.coffman.umn.edu

[PHP] Re: MySQL read only?

2001-08-22 Thread Gabe da Silveira
lost here so any help would be great! Thanks, Jay -- __ Gabe da Silveira, Web Designer Twin Cities Student Unions University of Minnesota http://www.coffman.umn.edu wFone: (612)624-7270 eMail: [EMAIL PROTECTED] hPage: http://www.visi.com/~jiblet -- PHP General

[PHP] Re: IIS

2001-08-21 Thread Gabe da Silveira
Microsoft Internet Information Server. From: [EMAIL PROTECTED] (Nafiseh Saberi) Newsgroups: php.general Date: Wed, 22 Aug 2001 19:22:16 +0430 To: [EMAIL PROTECTED] Subject: IIS hi. what is IIS? thanks. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail:

[PHP] Re: To jump or not to jump?

2001-08-21 Thread Gabe da Silveira
I generally like to write separate library files containing most of the code, store them outside of the web directory, include the necessary libraries and then just insert function calls where I need them in the html. From: [EMAIL PROTECTED] (Seb Frost) Newsgroups: php.general Date: Tue, 21

[PHP] Re: UPDATE problem

2001-08-20 Thread Gabe da Silveira
I have created a predictionscompetition and some code counts te total score of a match of a person. On the screen it workes, but in de database it goes wrong. Each person gets the total of the last person. There must be something wrong with the update statement. I hope someone can help me.

[PHP] Re: header function

2001-08-20 Thread Gabe da Silveira
This is a shot in the dark since I've never even done PHP redirection, but did you try using absolute system pathname (eg. /home/httpd/html/index.php), or absolute web address (eg. http://www.yoursite.com/index.php)? From: [EMAIL PROTECTED] (Jay Paulson) Reply-To: Jay Paulson [EMAIL PROTECTED]