Look-up table for VB 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
roehrle
Forum Newbie
Posts: 7
Joined: Sun Jul 17, 2005 8:08 am
Location: Edgewater Park NJ

Look-up table for VB to php ??

Post by roehrle »

I have written lots of VB6 and it is frustrating knowing how to do something in VB6 and then looking for a way to do it in php. Like:
Select case --> switch
Are there such tables available ??
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

Not quite sure of any comparison tables that exist, but as for your mentioned function switch()
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

User avatar
Ambush Commander
DevNet Master
Posts: 3698
Joined: Mon Oct 25, 2004 9:29 pm
Location: New Jersey, US

Post by Ambush Commander »

Thanks!
User avatar
Skittlewidth
Forum Contributor
Posts: 389
Joined: Wed Nov 06, 2002 9:18 am
Location: Kent, UK

Post by Skittlewidth »

Thanks! That's just the kind of thing I was looking for a few weeks back when I started learning ASP/ VBscript. It only reaffirms what I dislike about ASP though! I'm yet to understand what a safe use for the dictionary object is.
Post Reply