Jump to content

soljohnston777@gmail.com

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by soljohnston777@gmail.com

  1. I have learned a lot from W3schools, but I wished there was more tutorials on placing variables within variables - like in PHP inserting Variables in other commands.

     

    $SQL= Insert into table;

    $database = $SQL where order = 1;

     

    I know this may not be properly inputted, but that is the basic idea.

     

    i do a programming within different languages, but syntax is always the hardest to figure out sometimes. I would love if I had one good model from one main site of doing things such as this for a lot of commands and formatting.

     

    Thanks for everything so far!

  2. I have learned a lot from W3schools, but I wished there was more tutorials on placing variables within variables - like in PHP inserting Variables in other commands.

     

    $SQL= Insert into table;

    $database = $SQL where order = 1;

     

    I know this may not be properly inputted, but that is the basic idea.

×
×
  • Create New...