Forum Moderators: mack
I've just started constructing a small database driven site. I'm using PHP and MySQL. Things are going well so far.
I did have a go at using ASP.NET. I found it more cumbersome than PHP, especially where MySQL access was concerned.
Now, I can see the advantages of ASP.NET but is it best suited for certian types of sites and PHP for others?
That asked, here's a more specific question:
In ASP.NET it's easy to dynamically populate one listbox based on the selection in another without refreshing the entire page. Can I achieve this in PHP? I'm thinking of the type of listbox that defines things like states and the selection of a particular state populates a second listbox with the towns in that state.
Regards
Ross
[webmasterworld.com...]
Now, I can see the advantages of ASP.NET but is it best suited for certian types of sites and PHP for others?
There use to be a saying about IBM, "Nobody ever got fired for buying an IBM". The same can be said for choosing a MS product.
I have done some informal side by side performance testing of PHP and ASP.NET and they seem to be similar.
Some of the syntax is similar between PHP and C#.
I still consider PHP more of a "scripting language". To debug I echo out variables.
ASP.net allows you to step through the code to debug which is nice.