|
Posted by shror on 08/28/07 05:20
On Aug 27, 5:08 pm, Erwin Moller
<Since_humans_read_this_I_am_spammed_too_m...@spamyourself.com> wrote:
> shror wrote:
> > I need your knowledge,
>
> > I want to add to my website php.ini file to change the settings of my
> > mail() function so that my function is working fine except that the
> > sender email is not my user but nob...@hostingprovider.com so Someone
> > told me that its easily edited using php.ini but he dont know how, so
> > I thought that you could help me in this situation.
>
> > more details about my hosting:
> > - Linux host
> > - php 4.4.6
> > - apache
>
> > thanks for your help in advance
> > shror
>
> Hi,
>
> Well, php.ini is edited by any texteditor (try nano or pico on *nix
> hosts for simple editing).
> But chances are you cannot edit it because you do not have permissions.
>
> And you don't 'add php.ini' to your php installation, it is already there.
> Try the function phpinfo() to get detailed information concerning it
> whereabouts. ;-)
>
> And can you not just add a From in your emailprogram instead of using
> php.ini?
>
> Regards,
> Erwin Moller- Hide quoted text -
>
> - Show quoted text -
I tried to add from in my code but its not working so i thought of
using the php.ini
I thought that if i added php.ini to my root directory (inside /
public_html/) things will work fine???
anyway thanks for your info I will try on changing my code once more
to check it again
Navigation:
[Reply to this message]
|