User Profile

Collapse

Profile Sidebar

Collapse
Watermark
Watermark
Last Activity: Mar 13 '07, 11:35 AM
Joined: Mar 8 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Watermark
    started a topic how to access /var/spool/mail/* as user apache

    how to access /var/spool/mail/* as user apache

    i want to access mails from /var/spool/mail directory through php using browser instade of shell prompt. so i m under apache user & group.

    i placed d php script file in /home by changing DocumentRoot=/home
    now i can execute that script but cant access /var/spool/mail directory comntents
    i got d following error:
    access denied: u dont have permission

    so wht i want is accessing...
    See more | Go to post

  • Watermark
    replied to how to retrieve mails & attachment from mbox
    in PHP
    accessing mails using php

    sir your linked soln was nice.but i m not using any mail client .so what i want is accessing mails through php without that imap_* functions... i want to implement it like yahoomail.com ie no spcific client s/w required like outlook express.

    i want to store mails on server & whenever user will request let them access that..
    what exactly i want is parse mbox on server with php and...
    See more | Go to post

    Leave a comment:


  • Watermark
    replied to how to retrieve mails & attachment from mbox
    in PHP
    how to retrieve mails from mbox using php

    i m implementing web based mail system using php.....
    now i can send mail and attachments. i tried this
    [php]
    <?php
    $to = "$name <$email>";
    $from = "John-Smith <john.smith@dom ain.com>";
    $subject = "Here is your attachment";

    $fileatt = "/public_html/pdfs/mypdf.pdf";...
    See more | Go to post
    Last edited by ronverdonk; Mar 12 '07, 11:53 AM. Reason: code within php tags

    Leave a comment:


  • Watermark
    started a topic How to execute shell file by using PHP web page
    in PHP

    How to execute shell file by using PHP web page

    i need help
    i want to call shell from php
    i try exec and system but it isn't working



    please give me help to come out of this problem
    See more | Go to post

  • Watermark
    started a topic how to retrieve mails & attachment from mbox
    in PHP

    how to retrieve mails & attachment from mbox

    i got problem with this
    i m implementing web based mail system.
    i want to access mbox and retrieve mail from it and display it on web page..

    can anybody help me.
    See more | Go to post
No activity results to display
Show More
Working...