User Tools

Site Tools


en:web_development:forms:inputs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:web_development:forms:inputs [2022/07/05 06:10]
mag [Dropdown Boxes]
en:web_development:forms:inputs [2023/08/16 09:33] (current)
Line 218: Line 218:
   * Now let's place this in our query in 'form.php'.   * Now let's place this in our query in 'form.php'.
 <code>    // get list of movies <code>    // get list of movies
-    $query = "SELECT FROM appearances GROUP BY movie";+    $query = "SELECT movie FROM appearances GROUP BY movie";
     $args  = array();     $args  = array();
     $mrslt = $pdo->prepare($query);     $mrslt = $pdo->prepare($query);
en/web_development/forms/inputs.1657026635.txt.gz ยท Last modified: 2023/08/16 09:33 (external edit)