Advertisement
Guest User

Untitled

a guest
Apr 26th, 2015
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. <form>
  2. <div class="searchForm">
  3. <p class="insideFormTitle">Symbol:</p>
  4. <input class="insideFormInput" type="text" name="symbol" autofocus/>
  5. <p class="insideFormTitle">First Name:</p>
  6. <input class="insideFormInput" type="text" name="firstName"/>
  7. <p class="insideFormTitle">Surname:</p>
  8. <input class="insideFormInput" type="text" name="surname"/>
  9. <br /><input type="submit" value="Search" style="font-size:26px;">
  10. </div>
  11. </form>
  12.  
  13. SELECT * FROM [Portfolio] WHERE (([Symbol] = ?) AND ([First Name] = ?) AND ([surname] = ?))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement