Guest User

Untitled

a guest
Jan 15th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. echo("<button class='col-sm-2 border1' name='myButton1()'>");
  2. echo("<p>Bokad</p>");
  3. echo("</button>");
  4.  
  5. session_start();
  6. $bokning = 0;
  7. $_SESSION['bokningar'] = $bokning;
  8.  
  9. function myButton1(){
  10. $bokning = 1;
  11. header("Location: editcomment.php");
  12. }
Add Comment
Please, Sign In to add comment