w38g0ru

Collection of MySQL, PHP, jQuery Code Snippets for webguru

Pages

▼

PHP MySQL ebooks free download


Addison Wesley PHP and MySQL Web Development 4th Edition
Apress PHP 5 Recipes A Problem Solution Approach
Apress PHP Objects Patterns and Practice 2nd Edition
Apress Practical Web 2 0 Applications with PHP 592pp
Apress Pro PHP Patterns Frameworks Testing and More
PHP Object Oriented Solutions
friends of Ed PHP Solutions Dynamic Web Design Made Easy
Manning PHP in Action
No Starch Press Object Oriented PHP Concepts Techniques and Code
No Starch Press Wicked Cool PHP Real World Scripts That Solve Difficult Problems
OReilly PHP Cookbook 2nd Edition
OReilly Web Database Applications with PHP and MySQL 2nd Edition
Packt Ajax and PHP Building Responsive Web Applications
Peachpit Press PHP 5 Advanced
Sams Advanced PHP Programming
Sams Extending and Embedding PHP
Sams PHP 5 in Practice
Wrox Professional Search Engine Optimization with PHP A Developer's Guide to SEO
Share

PHP Function to trace Login information

Get domain name from where request is generated
$_SERVER['HTTP_HOST']
File Name
$_SERVER['PHP_SELF']
Internet Server via
getenv('HTTP_VIA')
I.P. Address
getenv('REMOTE_ADDR')
Your Network I.P. Address
getenv('HTTP_X_FORWARDED_FOR')
Your ISP server name
gethostbyaddr($_SERVER['REMOTE_ADDR'])
Browser
$_SERVER['HTTP_USER_AGENT']
Current Server Time
date('D,F j, Y, H:i:s A')
Share
‹
›
Home
View web version
Powered by Blogger.