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