[PHP] About the php mail function and imap_mail function

2010-04-04 Thread ttplayer
Hi, everyone! I have a problem about the php mail function and imap_mail function. When I use the mail or imap_mail function to send a email, the php script sends the email through the local mail sever with sendmail or another MTA supported. However, I have a gmail account. I just want the php

Re: [PHP] About the php mail function and imap_mail function

2010-04-04 Thread dispy
Am 04.04.2010 14:28, schrieb ttplayer: Hi, everyone! I have a problem about the php mail function and imap_mail function. When I use the mail or imap_mail function to send a email, the php script sends the email through the local mail sever with sendmail or another MTA supported. However

Re: [PHP] About the php mail function and imap_mail function

2010-04-04 Thread Andre Polykanine
! messenger: andre.polykanine; ICQ: 191749952 Twitter: m_elensule - Original message - From: ttplayer f...@qq.com To: php-general php-general@lists.php.net Date: Sunday, April 4, 2010, 3:28:33 PM Subject: [PHP] About the php mail function and imap_mail function Hi, everyone! I have a problem

Re: [PHP] About MYSQL/PHP Shopping Cart's Product Quantity Change Input Forms

2007-09-15 Thread tedd
At 4:00 PM -0700 9/14/07, Ji H. Park wrote: *The question: How would you have multiple text input forms (on shopping cart page) with different inputted data (product quantities) submitted for querying the database (for changing the quantity of multiple products in the shopping cart at the same

[PHP] About MYSQL/PHP Shopping Cart's Product Quantity Change Input Forms

2007-09-14 Thread Ji H. Park
*The question: How would you have multiple text input forms (on shopping cart page) with different inputted data (product quantities) submitted for querying the database (for changing the quantity of multiple products in the shopping cart at the same time)?*** *Here is an ideal example to

Re: [PHP] About MYSQL/PHP Shopping Cart's Product Quantity Change Input Forms

2007-09-14 Thread Gavin M. Roy
Name all your input boxes the same thing, and include a similar level hidden input: input type=hidden name=sku[] value=abc123 / input type=text name=qty[] value=1 / input type=hidden name=sku[] value=abc321 / input type=text name=qty[] value=2 / on your POST $_POST['sku'] $_POST['qty'] will be

RE: [PHP] About MYSQL/PHP Shopping Cart's Product Quantity Change Input Forms

2007-09-14 Thread Warren Vail
*The question: How would you have multiple text input forms (on shopping cart page) with different inputted data (product quantities) submitted for querying the database (for changing the quantity of multiple products in the shopping cart at the same time)?*** easy, you can cause multiple

Re: [PHP] About MYSQL/PHP Shopping Cart's Product Quantity Change Input Forms

2007-09-14 Thread brian
Ji H. Park wrote: *The question: How would you have multiple text input forms (on shopping cart page) with different inputted data (product quantities) submitted for querying the database (for changing the quantity of multiple products in the shopping cart at the same time)?*** *Here is an

Re: [PHP] about installing php

2004-12-09 Thread Richard Lynch
satya bharti wrote: sir, I am using Red Hat Linux 8.0, and tried many times to install apache 2.0 and php4.0 many times, the message comes that apache and php has installed on my system. when i execute a php program through my web brouser it shows blank. what causes this and how can I solve

[PHP] about installing php

2004-12-08 Thread satya bharti
sir, I am using Red Hat Linux 8.0, and tried many times to install apache 2.0 and php4.0 many times, the message comes that apache and php has installed on my system. when i execute a php program through my web brouser it shows blank. what causes this and how can I solve this problem? plz

Re: [PHP] about installing php

2004-12-08 Thread Janet Valade
satya bharti wrote: sir, I am using Red Hat Linux 8.0, and tried many times to install apache 2.0 and php4.0 many times, the message comes that apache and php has installed on my system. when i execute a php program through my web brouser it shows blank. what causes this and how can I solve this

[PHP] About DRES PHP application internationalisation...

2004-11-23 Thread Patrick Gelin
Hi, I'm trying to make DRES project (http://sourceforge.net/projects/dres/) compliant with ISO-8859-1. I'm not using mbstring into my windows 2000 server, I know there is problem with Internet Explorer browser... I saw DRES it use 'xmldoc' API into the file xmlutil.php. But this fonction seems

[PHP] about @ in php

2002-11-04 Thread Alex
this day ,I read somebody else's program in php,found that in that one's page ,with such as if (!($recordnum=pg_numrows($rs))){ echo 'ÃüÁî´¦ÀíÍê±Ï£¡';using,I don't know how the refer to.somebody help me?thanks. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] about @ in php

2002-11-04 Thread John Nichel
The symbol supresses error messages. Alex wrote: this day ,I read somebody else's program in php,found that in that one's page ,with such as if (!($recordnum=pg_numrows($rs))){ echo 'ÃüÁî´¦ÀíÍê±Ï£¡';using,I don't know how the refer to.somebody help me?thanks. -- PHP General

RE: [PHP] About Integration PHP- VPOS

2001-06-29 Thread Ing. Marco Antonio López Meléndez
: [EMAIL PROTECTED] Asunto: Re: [PHP] About Integration PHP- VPOS cURL is probably your only option, but I think you can build cURL into PHP if you haven't already... -- WARNING [EMAIL PROTECTED] address is an endangered species -- Use [EMAIL PROTECTED] Wanna help me out? Like Music? Buy a CD: http

Re: [PHP] About Integration PHP- VPOS

2001-06-28 Thread Richard Lynch
://chatmusic.com/volunteer.htm - Original Message - From: Ing. Marco Antonio Lopez Melendez [EMAIL PROTECTED] Newsgroups: php.general Sent: Tuesday, June 26, 2001 5:37 PM Subject: [PHP] About Integration PHP- VPOS Hi, actually I'm developing a electronic store and I'm integrating VPos

[PHP] About Integration PHP- VPOS

2001-06-26 Thread Ing. Marco Antonio Lopez Melendez
Hi, actually I'm developing a electronic store and I'm integrating VPos to the store application. I'm Using CURL in order to comunicate to Vpos. Is it the only way or there are another one? The Vpos aplication resides on other server and I have to comunicate with it via SSL. Thanx.

[PHP] About Integration PHP- VPOS

2001-06-26 Thread Ing. Marco Antonio Lopez Melendez
Hi, actually I'm developing a electronic store and I'm integrating VPos to the store application. I'm Using CURL in order to comunicate to Vpos. Is it the only way or there are another one? The Vpos aplication resides on other server and I have to comunicate with it via SSL. Thanx.