getting the IP address
Moderator: General Moderators
-
timhortons
- Forum Commoner
- Posts: 29
- Joined: Thu Jan 15, 2004 11:48 am
- Location: Calgary, AB, Canada
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 
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.
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.