> -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
>
> >
> -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
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
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;
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
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
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
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
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
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
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
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
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
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
>
&
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
15 matches
Mail list logo