View Single Post
  #7  
Old 05-27-2005, 01:39 PM
JonM is offline JonM
Registered User

Join Date: Jun 2004
Posts: 2,156

Re: my first php script..

Quote:
Originally posted by General Nuisance
i wrote my first php script!

rather simple but i could not do any b 4

go to my site ( click banner in sig) on right there is link called Whats my ip click it...

i'm gonna slowly re do whole site in php... wright my own portal SLOWLY... some of this php stuff don't make much since... but some is really easy..
gj bro!

are you useing
PHP Code:
$ip getnv($REMOTE_ADDR); 
or
PHP Code:
$ip $_SERVER['REMOTE_ADDR']; 
?

oh yeah...classes classes classes. PHP classes are amazingly nice...I'm using it for all mysql Queries

PHP Code:

class Queries {
     var 
$hi;
     var 
$bye;
     function 
shoot($hi,$bye){
         
uh ...
 }

yeah yeah classes are hard and your going why is he posting this... but trust me... they'll make your coding go a lot quicker

(When i say classes i don't mean like a teacher and school or something i mean actually coding)...
Reply With Quote