Forum: PHP 13 Days Ago |
| Replies: 5 Views: 201 I would try
$a = 08;
print($a);
or use a string
$a = '08';
print($a); |
Forum: Geeks' Lounge 14 Days Ago |
| Replies: 7 Views: 713 I think my views are summarized in my sig-block =P |
Forum: Windows NT / 2000 / XP 21 Days Ago |
| Replies: 5 Views: 461 The internet (HTTP) runs on port 80 for example Google can only be accessed via port 80
The only way to access the internet without that port would be setting up a dedicated HTTP Tunnle server... |