|  | Posted by shror on 02/22/07 15:22 
On Feb 22, 4:44 pm, "Captain Paralytic" <paul_laut...@yahoo.com>wrote:
 > On 22 Feb, 14:28, "shror" <shahi...@gmail.com> wrote:
 >
 >
 >
 > > On Feb 22, 2:52 pm, "Captain Paralytic" <paul_laut...@yahoo.com>
 > > wrote:
 >
 > > > On 22 Feb, 10:32, "shror" <shahi...@gmail.com> wrote:
 >
 > > > > hi every body,
 >
 > > > > i have a problem which is when i was checking my mail() form it work
 > > > > fine but the problem is that the form configuration is not set
 > > > > correctly, in details:
 > > > > the from var is not working and the from is set to be my host provider
 > > > > email is the sender, so they told me to configure the php.ini file and
 > > > > i dont know what is this file and how to configure it.
 >
 > > > > thanks in advance
 >
 > > > > shrorwww.s7els7.comwww.beachtoursegypt.comwww.mobidp.com
 >
 > > > We are very helpful on these groups, but you do have to help us to
 > > > help you!> i have a problem which is when i was checking my mail() form
 >
 > > >  mail() is a function, not a form. Please state precisely what you
 > > > have a problem with.
 >
 > > > > it work fine
 >
 > > >  if it works fine then there is no problem but then...
 >
 > > > > the problem is that the form configuration is not set correctly,
 >
 > > >  If it works fine there is no problem!
 > > >  How do you know is is the configuration?
 >
 > > > > the from var is not working
 >
 > > >  The from var? What from var? When using teh mail() function the From
 > > > address can be specified in the call.
 >
 > > my first question:
 >
 > > my problem is not with the mail() function it self but with the From
 > > address inside the mail(), so that i set the function like this:
 > > mail($to,$subject,$message,$from,$headder) and its working every item
 >
 > Erm, isn't that the same thing really (results wise)!
 >
 > Anyway according to the manual:
 > bool mail ( string $to, string $subject, string $message [, string
 > $additional_headers [, string $additional_parameters]] )
 >
 > I do not see a "from" parameter there???
 >
 >
 >
 > > go to its place except the $from i set the $from to be for example:
 > > f...@s7els7.com, but what comes to me is: my-host-provider@his-
 > > domain.com, could you please tell me how to fix this problem, as i
 > > going to put another tell friend box on my website.
 >
 > > my host is on windows server
 > > 1- what settings to put in the php.ini file or in my form
 > > 2- how i can set my X-mailer what is the correct syntax
 > > 3- how i can set my form to send me the ip,date,time of the visitor
 > > submitting my form, is it possible to get these values
 >
 > > ----------------------------------------------------------------------
 >
 > > my second question:
 >
 > > how i can put number of visitors now online on my pages.
 >
 > > is this possible using the php
 >
 > > thanks in advance
 > > and am sorry if my question are not clear, but am still beginner in
 > > the php just from couple of weeks, & am very eager to learn it in a
 > > professional way.
 >
 > > shrorwww.s7els7.comwww.beachtoursegypt.comwww.mobidp.com-Hide quoted text -
 >
 > > - Show quoted text -- Hide quoted text -
 >
 > - Show quoted text -- Hide quoted text -
 >
 > - Show quoted text -
 
 its written that the $additional_heders is the var that contain the
 From, CC, Bcc stuff
 and i did added to it these stuff but its not working
 [Back to original message] |