Converting ASP to PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
vivek
Forum Newbie
Posts: 4
Joined: Tue Jan 07, 2003 1:12 pm

Converting ASP to PHP

Post by vivek »

Hi I am new to PHP I just.
I just wanted to know is there any opton like "Scripting.Dictionary" like we have this object it in ASP
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

take a look at http://www.php.net/manual/en/language.types.array.php.
They are a combination of perl's arrays and hashes. The latter is what you're looking for.
Post Reply