Welcome, Guest
  • Author Topic: ASP,PHP Serer Side Includes questions  (Read 833 times)

    ake gameesou

    • Server what's that
    • *
    • Posts: 2
      • View Profile
      • Email
    ASP,PHP Serer Side Includes questions
    « on: 01/15/03, 17:21 »
    while building a flash site that connets to a Access or MS SQLserver 7.0 I am sending the approprate variable info through my flash file to my login.asp.  Inside my login.asp page I am using the include virtual="/includes/functions.asp" .  The functions inside this file call upon the connectDB(), CloseDb(), GetLogin() etc... only and only when I use the include statement my flash movie login doesn't work.  But when I take the functions out and place them into Login.asp the flash movie script works fine. Any idea of what may be happening here, or may it be my underlying data provider i am using.  Any help  and insite to this problem would be helpful.

    Ake!

    Flash-db

    • Administrator
    • Systems Administrator
    • *****
    • Posts: 1876
      • View Profile
      • Flash-db.com
    Re:ASP,PHP Serer Side Includes questions
    « Reply #1 on: 01/15/03, 20:11 »
    Are you sure your include is pointing to the correct location.  It should work - I can't think of a reason why it would not.

    One thing you might want to do is test it out without the flash client - ie just type in the url to your Login.asp page and attach the variables to the query string (same as get) and see if that works.  If it does - then you'll see the login info that you would normally be passing back to flash - something like "&user=...&success=yes......&..."
    Flash-DB