Recent content by Kapitanluffy

  1. K

    in/out mailing using mercury/32?

    i can send mail from mercury/32 using the google smtp can't i use my own smtp server to do that? and also i need is to receive emails but i don't know how to set it up i just got a free domain name in dyndns.com i wanted something like.. [email protected] wherein mydomain.dyndns.com...
  2. K

    whats wrong with Include function in PHP?

    i have this code in my config.php file (the file to be included) -- <?php $var='Sample String'; ?> -- and when i include it on another php file like this -- <?php include 'config.php'; echo $var; ?> -- or like this -- <?php include('config.php'); echo $var; ?> -- take note that i also tried...
Back
Top