• This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn more.

Search results

  1. D

    QUESTION Insert user input into snippet

    I need to give users access to look up previous sales in a mysql database by PO $ and partnumber. Is there a way to use 2 form type fields to fill in USER INPUT 1 and USER INPUT 2? <?php $con=mysqli_connect("xxx.xxx.xxx","xxxx","xxxx","xxxx"); // Check connection if (mysqli_connect_errno()) {...