[PHP-WIN] php mail function

2007-12-06 Thread vikas batra
Hi, In my site all emails are going fine 3-4 days ago.but now not even a single mail is coming.hosting environment is Cpanel based...I m using mail() function of php for sending mails, what may be the problem, any body can help me in this case. Thanks, Vikas Batra 5, 50, 500, 5000

Re: [PHP-WIN] Errors with urlencode and gzcompress

2007-12-06 Thread James Crow
I found a solution and figured I would share with the everyone. I was able to switch my request method over to POST (instead of GET). I am now doing testing to make sure that this will meet my needs, but so far it seems to work well. This function accepts the data to post and then returns the res

[PHP-WIN] Re: COM - Problem with Dates

2007-12-06 Thread Oliver Espeter
> Hi, > I have problems fetching data from an special database over a com-based > sdk. With VisualBasic it's not a problem, > but the same code doesn't work with php. > > First some Data: > - The database system holds high compressed industrial data and is called > OSI-PI. The system itself is un

AW: [PHP-WIN] Optimization/Benchmarking tools?

2007-12-06 Thread BQ
nks to any who can advise. >> >> -- >> >> Thank you, >> >> Lewis Kapell >> Computer Operations >> Seton Home Study School >> >> -- >> PHP Windows Mailing List (http://www.php.net/) >> To unsubscribe, visit: http://www.php.net/unsub

Re: [PHP-WIN] Optimization/Benchmarking tools?

2007-12-06 Thread John Mertic
It's mostly trial and error here, and for that you'll want to use any of the web server benchmarking tools to help out ( such as 'ab' if you are using apache ). You might want to google up some of Rasmus's presentations on optimization to get a better idea on what to do. Here's a good one to get s

Re: [PHP-WIN] Optimization/Benchmarking tools?

2007-12-06 Thread Lewis Kapell
John, Thanks for the tip. In just a short time, this tool helped me to find the big bottlenecks in my scripts. However, as far as I can tell, the Xdebug profiler gives no information on the loading/parsing phase of PHP script execution. I would like to determine how much benefit I can get