12 unknown users

 Word :   Username :  
 
 Page :  1  2
Next 
Author
 Thread :

PHP ONLY!

 
n°22243
thijs
Profil: New Penguin
Avatar
profil
Posted on 02-18-2006 at 12:39:18 PM  
 

Last message on previous page:
soon more scripts herer :smile:  :smile:  :smile:  :smile:

answer
mood
GoogleAds
profil
Posted on 02-18-2006 at 12:39:18 PM  
 

answer
n°22301
ChinaID
Profil: New Penguin
Avatar
profil
Posted on 05-25-2006 at 05:59:22 AM  
 

:jap: If want to study PHP, go here http://www.phpx.com/happy.
 :meuh: but you must knowed Chinease.
 :meuh: I`m from P.R China.

 

<?
//define class
class class_test{
     var value_test;

 

    function fun_set($set_value){
         $this -> value_test = $set_value"";  
     }
     function fun_get(){
         echo $this -> values_test;
     }
}

 

//create class;
$simple_class = new class_test;

 

//using function A
$simple_class -> fun_set("the test string";);
$simple_class -> fun_get();

 

?>

answer
n°22302
DarK FlameS
Profil: Penguin
Avatar
profil
Posted on 05-25-2006 at 12:57:40 PM  
 

nice dude.... an OOP basic example...

answer
n°22308
DarK FlameS
Profil: Penguin
Avatar
profil
Posted on 06-15-2006 at 01:43:52 PM  
 

oh... looking better for it, it is better that you on the fun_get() not use echo, but return so with the return think the one that is using the code decides what to do with this.

answer
n°22314
acdcrocks
Profil: Big Penguin
Avatar
profil
Posted on 06-26-2006 at 12:57:59 PM  
 

hi  :meuh:  
can you guys please tell me what php actually is...?(my chinese isn't very good :lol: :mdr:  )

answer
n°22315
DarK FlameS
Profil: Penguin
Avatar
profil
Posted on 06-26-2006 at 01:19:10 PM  
 

What is PHP?

 

PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. If you are new to PHP and want to get some idea of how it works, try the introductory tutorial. After that, check out the online manual, and the example archive sites and some of the other resources available in the links section.

 

source: PHP.net

answer
n°22316
acdcrocks
Profil: Big Penguin
Avatar
profil
Posted on 06-26-2006 at 01:26:28 PM  
 

hi :meuh:
thanks for the great explanation DarK FlameS... :great:  :mdr:

 

will try all the links.... :mdr:

answer
 Page :  1  2
Next 
Top 

Go to:
Add a reply