getting the IP address

Looking for volunteers to join your project? Need help with a script but can't afford to pay? Want to offer your services as a volunteer to build up your portfolio? This is the place for you...

Moderator: General Moderators

Straterra
Forum Regular
Posts: 527
Joined: Mon Nov 24, 2003 8:46 am
Location: Indianapolis, Indiana
Contact:

Post by Straterra »

This is a PHP script...
timhortons
Forum Commoner
Posts: 29
Joined: Thu Jan 15, 2004 11:48 am
Location: Calgary, AB, Canada

Post by timhortons »

Hmm, well it appears you are very new to PHP. I'm not sure why you want to get IP's right off the bat when you dont know PHP :oops:

Why not start with something more simple? Get a grasp on some of the simpler concepts and move up? Not to be ignorant or anything, but it seems as though your not really into learning it. You dont start at the end of the book, so likewise with PHP, you dont normally start with trying to write files here and there with IP's and things when you arent sure about some of the smaller things like what file extension the code snippets provided should be in, or how you can implement it into a page.

I dont wanna be rude, but when I started PHP, even though I was familiar with scripting/programming before, I still started at the bottom, with simpler scripts like just echo'ing simple output.

The php tutorial provided on php.net is usually enough to get most people started, and then places like http://www.webmonkey.com, they offer a lot of tutorials as well.
Post Reply