Results 1 to 3 of 3

Thread: Simple php mysql searching

  1. #1
    Junior Member
    Join Date
    Feb 2014
    Posts
    2

    Default Simple php mysql searching

    Greetings all,

    I am new with netobjects fusion. My question is about mysql. Mysql is running and I can display information nicely. My question is this:

    Let say my database has 3 fields: Picture, name, codeid. The user need to type his code id in a form to retrieve his picture.

    What I need is something like this:

    A field so that the user can type "abc1" and that will search mysql and display his picture. Where can I start? any example out there? I
    I searched the tutorial but the tutorial doesn't have it. I don't mind doing some php coding if that I what I need to do. I know enough to get around.

    Another question: If I do in php will the password and I can be hidden from so that if a user does a view source page, it will not be shown?

    Thank you very much

  2. #2
    Senior Member chuckj's Avatar
    Join Date
    Jan 2010
    Location
    www.beyondfusion.com - Florida
    Posts
    1,302

    Default

    You may find my PHP tutorials helpful.

    http://www.beyondfusion.com/html/phptutorials.php

    What you want to do is very easy.

    Also, we offer a secure login system using PHP/MySQL. http://www.beyondfusion.com/html/securelogin.php
    Chuck Joslin
    www.BeyondFusion.com
    PHP & MySQL development with Fusion
    Fusion support for AllWebMenus (Likno) Contact me for custom AWM menus for your sites.
    Tutorials and Forums

  3. #3
    Junior Member
    Join Date
    Feb 2014
    Posts
    2

    Default

    Quote Originally Posted by chuckj View Post
    You may find my PHP tutorials helpful.

    http://www.beyondfusion.com/html/phptutorials.php

    What you want to do is very easy.

    Also, we offer a secure login system using PHP/MySQL. http://www.beyondfusion.com/html/securelogin.php
    Thank you, I will give it a tried. I am using secure component already. It is pretty easy to use.

Tags for this Thread

Posting Permissions

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