[PHP] safe mode and mail
Hi, safe mode on and mass mailing wished. I know that it's not possible to set the time limit, when safe mode is on. Sure mass mailing using mail function takes longer than default execution time of the script. My codes should be portable, that why modification of php.ini is not an option. The users shouldn't be experinced and authorized to do this. In brief, I have to find a solution without a need to work in shell. So, due to my theoratical knowledge it seems to be a solution, to queue the mails to sendmail by using popen. Is it true? Or what could be your suggestion for this issue. Thanks in advance, Senih --- Outgoing mail is certified Virus Free. Bu mesaj virüs taramasından geçmiştir. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.489 / Virus Database: 288 - Release Date: 10.06.2003
RE: [PHP] document root
Thanks Miquel, I asked it hopeless. Senih -Original Message- From: Miguel Cruz [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 18, 2002 3:25 AM To: Senih Özkiper Cc: [EMAIL PROTECTED] Subject: Re: [PHP] document root On Thu, 18 Apr 2002, [iso-8859-9] Senih Özkiper wrote: > What is the best way, to find out the directory, where web documents stored, > on a .nix web server? > I need that, because I want to install my application files on customers web > server directly and automatically from my web server using ftp. > > Better to explain; > > If for example header("Location:www.someweb.com") would be possible, I could > do it with > > getenv("DOCUMENT_ROOT"); Well, the only way you'd be able to do that is by running PHP code local to the server, and you'd only be able to do that once you're already installed. Makes more sense to just ask them - since there are all sorts of possibilities with virtual hosts, etc. miguel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] document root
What is the best way, to find out the directory, where web documents stored, on a .nix web server? I need that, because I want to install my application files on customers web server directly and automatically from my web server using ftp. Better to explain; If for example header("Location:www.someweb.com") would be possible, I could do it with getenv("DOCUMENT_ROOT"); Thanks in advance, Senih
Re: [PHP] Adding Text Input in a SELECT drop-down list
JavaScript is there to do that. Senih > I have written, in an html form, a drop-downlist that uses : > > i.e. > State > AL > AZ > // and so on > > I would like a text input as the last option so that a user can type in a > state (non-USA) and have this variable passed on. Is there any way of > accomplishing this using html or php? > > Any help would be greatly appreciated, > Tia, > Andre > > -- > Please pray the Holy Rosary to end the holocaust of abortion. > Remember in your prayers the suffering souls in Purgatory. > > May God bless you abundantly in His love! > > For a free Cenacle Scriptural Rosary Booklet -- http://www.webhart.net/csrb/ > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] send fax
Hi, is it possible to send automated faxes via PHP? Thanks in advance, Senih