Jump to content

newladder

New Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

newladder's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hello, I know this is a wage question, but since iam new to the programming world jsut wanted to clarrify this silly doubts. Why do we need return in the function when we can use echo and get the output ? Can someone explain me more abt funtions ? Thanks in advance.
  2. Hello Oliver, I have tried with your code and also typed the following command on cmd "ps axvw | grep sendmail" and found the below output [root@Mstore ~]# ps axvw | grep sendmail 5143 ?        Ss    0:00      0  704  8252 2224  0.3 sendmail: accepting conn ections 5151 ?        Ss    0:00      0  704  7172 1636  0.2 sendmail: Queue runner@0 1:00:00 for /var/spool/clientmqueue 6881 pts/2    S+    0:00      0    71  4532  644  0.0 grep sendmail Regards
  3. Here is my php code <?php error_reporting(E_ALL); mail("visit2imran@gmail.com","Subject","Content"); if (mail) { echo "mail sent..."; } else { echo "unable to send mail"; } ?>
  4. Hi Oliver, Thanks for the quick reply, Since iam new to this stuff i have no idea where is the log get stroed. Can you please tell me where I can find the mail log ?
  5. Hello Friends, Iam very new to LAMP installtion, I have congifured the sendmail and tested using cmd and it is sending the mail but when i send the mail from php with simple mail() funcion it is not sending any mail but it says mail sent. Can anyone please help me out in this. ? Warm Regards
  6. Helllo Friends, Iam unable to store the session values. I have a page checklogin, which checks for username and creates session for that username then redirect to user homepage. Before redirceting to homepage it stores the session but after redirecting the session is empty. I have other application which is working fine. Any help would be appreciated... Regards
  7. Hi Round, i do have the same problem now, did you find the solution for this ? Regards
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.