CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: PeejAvery

Search: Search took 1.93 seconds.

  1. Replies
    6
    Views
    9,101

    Re: mysql query submitted without onclick

    Glad to hear it. :wave:
  2. Replies
    6
    Views
    9,101

    Re: mysql query submitted without onclick

    Which is why I suggested that you split them into two files. Or, you need to start using isset() with session variables to see if the user is already logged in.


    if (isset($_SESSION['user'])) {
    ...
  3. Replies
    6
    Views
    9,101

    Re: mysql query submitted without onclick

    There is not really enough information/code posted to fully grasp your problem. It sounds to me as though you have your PHP and HTML all in the same file. Well, naturally the server with execute the...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured