Hey, I am trying to write a script for my website which will allow me to be able to say,
Hello (computer username), You IP is (ip). With the time and date. So far I have this.
How do I set the variables to change depending on the IP, name, Time, date etc?
Any help would be appreciated
Thanks
Hello (computer username), You IP is (ip). With the time and date. So far I have this.
Code:
<?php
//Variables
$computerusername = 'Username goes here?';
$ip = '???.???.?.???';
$time = 'time';
$date = 'date';
//T&D
$td = "The time is now <b>$time</b>, on the <b>$date<b>.
echo $td;
//welcome
$sentence = "Hello, $computerusername welcome to the site. Your IP has been logged, ($ip) ";
echo $sentence;
?>
How do I set the variables to change depending on the IP, name, Time, date etc?
Any help would be appreciated

Thanks
My Computer
System One
-
- Manufacturer/Model
- Hewlett Packard
- CPU
- 3.40Ghz / 2.20Gz Duo Core
- Memory
- 2GB / 3GB
- Hard Drives
- 160 GB / 160 GB