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] xsl:include fails after upgrading PHP version; is libxml/libxslt version mismatch the issue?

2011-02-03 Thread Clark A. Wise
I'm running Windows XP with the precompiled PHP binaries available from windows.php.net. I upgraded from PHP 5.2.5 to PHP 5.2.16, and now the s in some of my stylesheets stopped working. Testing each version in succession, I discovered that it worked up through 5.2.8 and does not work in 5.2.9+. I

RE: [PHP-WIN] Problem in sending email from localhost

2011-02-03 Thread Tommy Pham
1) Which SMTP server are you trying to use? On your local system? Or smtp.gmail.com? 2a) If local system, which are are using? MS' SMTP or 3rd party like hmail? Are you sure the server is configured properly and that the service is running? Run this in command prompt: netstat -ano | more Yo

Re: [PHP-WIN] Problem in sending email from localhost

2011-02-03 Thread Chuck Reeves
Check with your isp to see if they block smtp traffic. Most of the tme they require you to use there smtp in an effort to thwart spammers Thank You Chuck Reeves www.manchuck.com On Thu, Feb 3, 2011 at 12:13 AM, Niel Archer wrote: > > Hi, > > > > I am trying to send mail from my localhost bu