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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Vb interfacing to a mysql server

  • 08-11-2003 10:20am
    #1
    Registered Users, Registered Users 2 Posts: 1,368 ✭✭✭


    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, Registered Users 2 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