On Sat, 2004-02-14 at 02:31, Dave Carrera wrote:
> My question is what do or where do or why are the $var1 and or $var2
> included inside the brackets of a function.
>
> What do they do ?
>
> Why are they in there ?
>
> And how are they used within an application ?
A good place to start reading
On Saturday 14 February 2004 15:31, Dave Carrera wrote:
> Here is an easy one for you :-)
Indeed.
> --- Example1 Function ---
>
> Function MyTestFunction(){
> // do something here
> }
>
> --- Example2 Function ---
>
> Function MyTestFunction($var1,$var2){
> // do something here
> }
>
> My ques
Hi List,
Here is an easy one for you :-)
--- Example1 Function ---
Function MyTestFunction(){
// do something here
}
--- Example2 Function ---
Function MyTestFunction($var1,$var2){
// do something here
}
My question is what do or where do or why are the $var1 and or $var2
included inside th
3 matches
Mail list logo