Re: [PHP] mail function

2007-08-02 Thread Siavash Miri
Check to see if you can send mail out of your server aside from the php script. Also, check the logs: error_log, maillog, messages to see what's wrong with the script or the mail function. I'm not sure if these logs exist on IIS or where they are. Siavash - Original Message - From:

[PHP] using CURL or something similar to click on a link

2007-06-25 Thread Siavash Miri
Hi All, I just recently started writing a php script that would get some search results from some other sites and display them. I believe the only php way to do this is using CURL. am I correct?? or is there a more efficient way to do this? Anyways, i got it working fine with curl, except on

Re: [PHP] Using mod_rewrite with PHP

2001-07-19 Thread Miri
I'm using this no problem on a server running apache, but we have one client who insists on IIS and I have not been able to get it to work. Has anyone been able to get this to work with IIS? If so, any words of wisdom? :) At 09:25 PM 7/19/01 -0700, rm wrote: >try this url, maybe it will help... >

RE: [PHP] a good PHP editor

2001-07-18 Thread Miri
At 03:38 PM 7/18/01 -0500, Boget, Chris wrote re Homesite and system resources: >Not alot. ALOT. Huge, massive amounts of resources. I'm >getting resource low messages from Windows less than 20 >minutes after opening it and it's the only thing running aside >from my mail client. How weird. I

[PHP] Sessions: auto appending session id to URLs

2001-06-20 Thread Miri
I have developed shopping carts and session related Web sites for my employer where we have control over the php environment. On our servers, we do not enable the 'trans-sid' option. I'm now trying to set up a session related site for a friend of mine on a Web host of her choosing. On this host, p