[PHP] Re: code check

2001-08-23 Thread Gabe da Silveira
> endif; > > It doesn't return an error, but that doesn't mean it works. I really > appreciate your help. TIA > > Tom Malone > Web Designer > http://www.tom-malone.com > -- __ Gabe da Silveira, Web Designer Twin Cities Stude

Re: [PHP] The future of PHP

2001-08-23 Thread Gabe da Silveira
time convincing me that 100's of kb in Flash is worth it. > > He obviously is sold on JSP... 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. -- _

Re: [PHP] Getting MySQL Query Times.

2001-08-23 Thread Gabe da Silveira
microtime before and after the query. -- ______ 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-m

[PHP] Re: mail function

2001-08-23 Thread Gabe da Silveira
e. Am I going about this wrong? > > Quite confused! :) > > 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:

[PHP] Getting MySQL Query Times.

2001-08-23 Thread Gabe da Silveira
airly 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 Minn

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

2001-08-22 Thread Gabe da Silveira
hen i run the mysql -u root -p < '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 De

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

2001-08-22 Thread Gabe da Silveira
to the synthesizers page the url is: > index.php?sect=5&id=0&page=31 > > where sect=5 is the part that sets the menu highlight (the menu is alway the > same, hard-coded into the page - all I want to do is change the css id="sel" > from Home to Synthesizers. >

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

2001-08-22 Thread Gabe da Silveira
king it from the url > (index.php?menu=cars as a very bad example of php coding :)). > > 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: MySQL read only?

2001-08-22 Thread Gabe da Silveira
earlier version of MySQL on my > Win2k machine than on the RedHat machine? > > Anyway, I'm at a total lost here so any help would be great! > > Thanks, > Jay > -- __ Gabe da Silveira, Web Designer Twin Cities Student Unions University

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

2001-08-22 Thread Gabe da Silveira
a way to disablt it? > > Thanks. -- ______ 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 unsu

[PHP] Re: Newsgroup?

2001-08-22 Thread Gabe da Silveira
f this list is not available, 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 wF

[PHP] Re: functions and quotes

2001-08-22 Thread Gabe da Silveira
;0\" > name=\"Nav5\" alt=\"land mark land services\">"; > > $navspc = " height=\"10\" border=\"0\" alt=\"\">"; > > if ($section == "root"){ > $hmenav = " width=\"62\" height=\"16\" border=

[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: 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

[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 PROTEC

[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 hel