Posts by ufrrj99 • 25 points
6 posts
- 
		0 votes0 answers27 views
- 
		0 votes1 answer35 viewsA: Button with cookie and LocationAfter some time and imagination I found this from here: I’m going to test.... <?php setcookie("agenda","2016"); function button() { setcookie("inst","Manaus"); } if (isset($_GET['hello'])) {… 
- 
		0 votes1 answer35 viewsQ: Button with cookie and LocationAt the beginning of my page includes the cookie: <?php setcookie("agenda","2016");?> At the bottom of the page, without using form, I have the following button: <button class="button… 
- 
		1 votes1 answer82 viewsQ: Several equal checkbox Value[]I made a table with 180 checkbox but only 3 will be selected randomly by the visitor of the site. When I click on "Next" everything appears OK in the URL of the next page:… 
- 
		1 votes2 answers769 viewsQ: Double quotes in the URLI’m using the remote <button class="button button1" value="janeiro" onclick="location.href=… 
- 
		0 votes2 answers1318 viewsQ: Parameters in form action are not sent by GET methodUni multiple GET at the same URL smoothly, all using BUTTON. http://localhost/test/choose_day.php? Inst=teste&sala=sala01&ano=2016&mes=janeiro using <?php $acao = $_GET['inst'];…