[PHP-WIN] mysql search question

2003-07-27 Thread Bobo Wieland
Is there a way to ORDER BY best-match-first when _not_ using FULLTEXT searches in MySQL? How can I calculate the relevance percentage? Can I do it in the mysql query directly or do I have to find a way to do it with PHP...? .bobo [EMAIL PROTECTED]

php-windows Digest 27 Jul 2003 10:33:28 -0000 Issue 1841

2003-07-27 Thread php-windows-digest-help
php-windows Digest 27 Jul 2003 10:33:28 - Issue 1841 Topics (messages 20910 through 20916): Re: Install Help for a Newbie - please... 20910 by: Jonas Thorell Re: how to connect to a php sever through a net work 20911 by: David Smith 20915 by: Duane Lakoduk $_POST is

[PHP-WIN] CGI total requests 100% IIS 5.0

2003-07-27 Thread Luis E. Perez
amon the sites I host I have some users using PHP for forums PHP based. By looking at the W2KAS performance monitor I noticed these sites have the CGI Total Requests maxed out a 100% at all times. Anybody knows how to lower this ? thanks -- PHP Windows Mailing List (http://www.php.net/) To uns

[PHP-WIN] $_ENV["DOCUMENT_ROOT"] empty (Ap2, php 432)

2003-07-27 Thread Marc Tricou
Hi, If have Apache 2 running and installed PHP 4.3.2 normally. It's good running, but the $_ENV["DOCUMENT_ROOT"] is empty. phpInfo shows it (after i entered my doc_root in the php.ini) but in my code it's empty. What can i do? bye, Marc -- PHP Windows Mailing List (http://www.php.net

[PHP-WIN] Your E-Book

2003-07-27 Thread The Billion Dollar Club
The Revolutionary Book Your Boss Doesn't Want You to Read ! Does an extra $500 to $1000 a week sound exciting? HINT: It's not what you think Dear Friend: Everybody is looking to make more money online, but the biggest problem is that VERY few things actually work. We have an exclusive system

[PHP-WIN] Re: $_ENV["DOCUMENT_ROOT"] empty (Ap2, php 432)

2003-07-27 Thread DvDmanDT
Try $_SERVER["DOCUMENT_ROOT"]... -- // DvDmanDT MSN: [EMAIL PROTECTED] Mail: [EMAIL PROTECTED] "Marc Tricou" <[EMAIL PROTECTED]> skrev i meddelandet news:[EMAIL PROTECTED] > Hi, > > If have Apache 2 running and installed PHP 4.3.2 normally. It's good > running, but the $_ENV["DOCUMENT_ROOT"] is