Results 1 to 2 of 2

Thread: Need An Opinion On How/Why This Was Done

  1. #1
    Join Date
    Apr 2006
    Posts
    584
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Need An Opinion On How/Why This Was Done

    Hi all,

    I have ben lumped with a site which has a MySQL database on the backend. User's can sign up and view there details and all that, they can edit there information... This is all done in PHP pages. There is also a maintenance side to the site where the owners can login and see all the users, download information, email certain users... This is all in ASPX pages... To me that's strange... Is this common practice? Or would it mean it's been passed onto other programmers who felt aspx was better? Just an opinion would be awsome! I am familiar with PHP but am now a little freaked out as have no ASPX expereince... And the ASPX pages are the ones which need to be edited... Are they similar?

    P.S. I have been able to login to the MySQL DB using PHP MyAdmin, does this mean I wouldn't be seeing any ASPX info? Would the clients login be on another DB somewhere?

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Is this common practice?
    No.
    Or would it mean it's been passed onto other programmers who felt aspx was better?
    Most likely, or programmers who didn't know PHP.
    I am familiar with PHP but am now a little freaked out as have no ASPX expereince... And the ASPX pages are the ones which need to be edited... Are they similar?
    ASPX can be written in any language that compiles to CIL, I believe. It's a standard rather than a single language. However, almost any programming language of the same paradigm are comprehensible to someone familiar with another such language. The worst-case scenario is that you'll have to build those parts from scratch in PHP, just using the ASPX pages as reference.
    P.S. I have been able to login to the MySQL DB using PHP MyAdmin, does this mean I wouldn't be seeing any ASPX info? Would the clients login be on another DB somewhere?
    Unlikely. It's quite possible for the ASPX pages to use the same database, and I see no reason why this wouldn't be the case.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •