T
tranzin2023

  • Jul 4, 2023
  • Joined Jul 3, 2023
  • NogDog There will be other values ( php pages ) , the files will be created manually ,
    for example i create a php page with the name 1111.php , when someone enters 1111 , to show the 1111.php page .
    If i create another page with the name 2222.php , who ever enters 2222 to show the 2222.php page

    • Hi guys ,
      I am searching for the past few hours for a solution and i cannot find .
      I am building a website and on a page i have a search box like you can see in the photos .

      This is the code for the field

      <form action="?id=tracking" method="post" class="sky-form">
      <section>
      <label class="label"></label>
      </section>
      <section>

        <h3>SEARCH HERE  </h3>
        <h7 id="xxxnot" style="color:#FF0000; padding-left:3px;"> </h7>
      </section>
      <section>
        <label class="input"> <i class="icon-append icon-tag"></i>
        <input size="35" id="samplees" type="text" name="samplees" required="required">
        </label>

      </section>
      <input type="submit" name="gbs_submit" value="Search !" id="gbs_submit" class="button validate">
      </form>

      How can i edit it so when i search for example 111 to redirect to 111.php ( a specific file ) , or if i enter 222 to redirect to 222.php file ?
      Thank you