Jump to content

niche

Members
  • Posts

    3,671
  • Joined

  • Last visited

  • Days Won

    17

Posts posted by niche

    PHP

    add this line to your form:

    <input type="text" name="first_name">

    and the first_name to your php message.  Remember the message is a string.

  1. I think you're referring to MVC Model View Controller.  

    If you're asking about the diff between Model and View,

    The Model gets the data from your tables, or other data source, and the View displays it on the browser page.

    I use my MVC everyday.

    Keeps me sane.

     

×
×
  • Create New...