RE: [PHP-WIN] Search engine won't page properly

2011-02-04 Thread Tommy Pham
> -Original Message- > From: Tommy Pham [mailto:tommy...@gmail.com] > Sent: Friday, February 04, 2011 4:21 PM > To: 'Bill Mudry' > Cc: 'php-windows@lists.php.net' > Subject: RE: [PHP-WIN] Search engine won't page properly > > >

RE: [PHP-WIN] Search engine won't page properly

2011-02-04 Thread Tommy Pham
> -Original Message- > From: Tommy Pham [mailto:tommy...@gmail.com] > Sent: Friday, February 04, 2011 3:49 PM > To: 'Bill Mudry' > Cc: 'php-windows@lists.php.net' > Subject: RE: [PHP-WIN] Search engine won't pag

RE: [PHP-WIN] Search engine won't page properly

2011-02-04 Thread Tommy Pham
Previously, > [CODE] > > > //$s = 14; hard coded as a debug statement > $S= @$_GET['$s'] ; With the above, PHP is looking for the GET parameter name $s, not the value of $s as the the GET parameter name. If you want the latter, change it to $_GET[$s]. IIRC, PHP is n

RE: [PHP-WIN] Search engine won't page properly

2011-02-04 Thread Bill Mudry
At 12:11 AM 04/02/2011, Tommy Pham wrote: Bill, That's a lot of reading ... Anyway, this seems to be a 'general' PHP question. If I understood you correctly, you're having problem getting PHP to page the SQL results? If so, look the below code logic and adapt as necessary: $numOfResults = 10;

RE: [PHP-WIN] Search engine won't page properly

2011-02-03 Thread Tommy Pham
Bill, That's a lot of reading ... Anyway, this seems to be a 'general' PHP question. If I understood you correctly, you're having problem getting PHP to page the SQL results? If so, look the below code logic and adapt as necessary: $numOfResults = 10; // change this to your need if( !empty($_GE

[PHP-WIN] Search engine won't page properly

2011-02-03 Thread Bill Mudry
The website I have been working on (as time permits) reports over 15,000 woods. With that much data, an internal search engine has become mandatory for users to find what they are looking for. Almost all the pages are dynamically formed using PHP and data stored in MySQL files. Therefore, a searc

[PHP-WIN] Search Engine Friendly URL's

2003-06-23 Thread Gary Holyoak
Hi, Recently read an article about search engine friendly urls. (http://www.zend.com/zend/spotlight/searchengine.php?days=1&f_id=searche ngine&mode=&kind=sl&article=searchengine) Seems good but for the life of me I cant get it to work on my IIS server. I've tried all the suggestions in the

[PHP-WIN] search engine

2002-02-13 Thread Sandeep Murphy
hi all, not sure whether this is the right forum to ask this question.. wud however appreciate if anyone can guide me to the right place! am trying to build a search engine and need some help on building an SQL query.. like I hv about 10 fields in a form and the search engine query should dig ou

Re: [PHP-WIN] Search Engine Problem

2001-10-25 Thread Jim Lucas
what does the code that displays the results look like? jim - Original Message - From: "DL Neil" <[EMAIL PROTECTED]> To: "Mark Sweeney" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, October 25, 2001 3:20 PM Subject: Re: [PHP-WIN] Search En

Re: [PHP-WIN] Search Engine Problem

2001-10-25 Thread DL Neil
I am using this piece of code to display news articles based on the variables inputted by a user. However, it will only display one article, never more, even if more are within the terms of the "WHERE" clause. What am I doing wrong? $search = mysql_query("SELECT news.ID, newstitle, newsdescript

[PHP-WIN] Search Engine Problem

2001-10-24 Thread Mark Sweeney
Hey, I am using this piece of code to display news articles based on the variables inputted by a user. However, it will only display one article, never more, even if more are within the terms of the "WHERE" clause. What am I doing wrong? $search = mysql_query("SELECT news.ID, newstitle, newsde

[PHP-WIN] "Search Engine friendly" URLs (/ instead of ? or &) not working in CGI mode

2001-09-12 Thread Jobarr
Hello, I am running windows 2000, apache 1.3.20, and php 4.0.6. I am trying to set it up so that I could access my webpage as http://www.site.com/script/1/2 as opposed to http://www.site.com/script.php?var1=1&var2=2. I am using a method similar to the one descriped here: http://www.evolt.org/artic

[PHP-WIN] Search Engine Friendly URLs

2001-07-29 Thread Customer Service
Hi, Is there a way to have Search Engine friendly URL using php 4.01 on IIS5? Thanks in Advance Qasim -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EM

Re: [PHP-WIN] Search Engine

2001-01-10 Thread Toby Butzon
CTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 10, 2001 3:28 PM Subject: [PHP-WIN] Search Engine > I am looking for a search engine that will shift through a sql server 7.0 > for data. If anyone knows of any packages like that please let me know. > > Ryan Conover > &

[PHP-WIN] Search Engine

2001-01-10 Thread IThelp
I am looking for a search engine that will shift through a sql server 7.0 for data. If anyone knows of any packages like that please let me know. Ryan Conover -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PRO