Recent content by rojaz

  1. R

    How can I log a users IP address with a Form in PHP?

    $ip=$_SERVER['REMOTE_ADDR'];
  2. R

    PHP Sessions help needed, need to mail a function...?

    just use php's mail function: mail(). Be careful though, not all host let you use this function because it can be used for spamming.
Back
Top