|
-
Jul 4th, 2005, 12:34 AM
#1
Thread Starter
Admodistrator
Call functions etc?
Is there a way in php that i can call a different sub or something like that? Or does the code have to go in order?
also, whats wrong with this line:
echo ("Name ", $Number - 1, " is $Name[$Number]</br>");
i know its the bolded words, but i dont know how to fix
-
Jul 4th, 2005, 02:05 AM
#2
-
Jul 4th, 2005, 02:06 AM
#3
Re: Call functions etc?
oops that not value.. that's variable.. eheheh. pass variables by value or by reference.
-
Jul 4th, 2005, 02:07 AM
#4
Re: Call functions etc?
also.. it would help if you would enclose the bolded $Number-1 in parenthesis so that it would work also.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|