Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Vb interfacing to a mysql server

Options
  • 08-11-2003 11:20am
    #1
    Registered Users Posts: 1,366 ✭✭✭


    Ok my final year project has two components:

    A linux web-server running php and mysql

    A Vb application as the client

    I know the VB app can display web-pages using its activeX internet Explorer component, but I have been messing around with the VB app wizard, where it creates the different forms for you. It created a login form. Now is there anyway I can pass the login name and password back from my VB form, to the server for verification??

    Any advice much appreciated,

    Thanks,
    king


Comments

  • Registered Users Posts: 7,468 ✭✭✭Evil Phil


    Yes there is, look at HTTP Post or HTTP Get. Why are you using Interenet Explorer withing a vb app? There may be a good reason for it but could you not just do everything on the webserver and use client-side scripts for the users.


Advertisement