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