|
-
Aug 8th, 2006, 01:38 AM
#1
Thread Starter
Hyperactive Member
Array in PHP
Please tell me how to create an array in PHP and declare it as we are doing in VB.
VB examples
dim a(2) as string
a(0)="Hello"
a(1)="World"
PHP examples
????
I would like to do the exactly same thing in PHP. Is it possible ?
If yes, then please show it to me.
If no, then please provide the remedy.
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
|