Search found 5 matches

by jamesalexander
Thu Apr 17, 2008 6:44 pm
Forum: PHP - Code
Topic: triggering the form
Replies: 2
Views: 146

Re: triggering the form

thank you!
i going to try that one, appreciate it...
by jamesalexander
Wed Apr 16, 2008 5:43 pm
Forum: PHP - Code
Topic: triggering the form
Replies: 2
Views: 146

triggering the form

good day! here i am again.... i encounter this all the time...and i am using it too.... <form> <input type = "text" name = "name" /> <input type = "submit" name = "register" value = "submit" /> </form> <?php if(isset($_POST['$register']))){ .....acti...
by jamesalexander
Mon Mar 31, 2008 7:22 pm
Forum: General Discussion
Topic: php object
Replies: 5
Views: 467

Re: php object

tnk u for the reply guys........
by jamesalexander
Thu Mar 27, 2008 7:57 pm
Forum: General Discussion
Topic: php object
Replies: 5
Views: 467

Re: php object

gud day again...

tnx ... i run to a (public, var, $this) thing is this any related to the PHP functions ?
what is the difference if i type include and the include once does it mean that i can only use the
"whatever inside that function once" ?

thanks for bearing with me.............
by jamesalexander
Wed Mar 26, 2008 10:49 pm
Forum: General Discussion
Topic: php object
Replies: 5
Views: 467

php object

good day,


i am new to php about a month old programming this kind of language and i still unable to grasp the object programming style that i used to see on tutorials and books

can anybody shed a light on this one

thank u