Advertisement
D0cEvil

HTML - Redirect

Jan 4th, 2023 (edited)
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.50 KB | Software | 0 0
  1. // До <?php встроить код
  2.  
  3. <form action="insert.php" method="POST">
  4.         <input name="update_data" type="submit" value="Обновить" />
  5. </form>
  6.  
  7. //Здесь: "insert.php" - тот скритик, который нужно вызвать по кнопке. Лежит рядом с index.php
  8. //"Обновить" - название кнопки
  9.  
  10. //Автопереход на страничку
  11. //в коде разместить это:
  12.  
  13. header("Location: http://адрес");
Tags: html php Labs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement