Skip to Main Content
Use A Cabeça jQuery
book

Use A Cabeça jQuery

by Ryan Benedetti, Ronan Cranley
June 2013
Beginner to intermediate content levelBeginner to intermediate
537 pages
17h 42m
Portuguese (Portugal, Brazil)
Alta Books
Content preview from Use A Cabeça jQuery
você está aqui 365
manipulando dados JSON
<?php
if ($ _ POST['action'] == 'addRunner') {
$fname = htmlspecialchars($ _ POST['txtFirstName']);
$lname = htmlspecialchars($ _ POST['txtLastName']);
$gender = htmlspecialchars($ _ POST['ddlGender']);
$minutes = htmlspecialchars($ _ POST['txtMinutes']);
$seconds = htmlspecialchars($ _ POST['txtSeconds']);
if(preg _ match('/[^\w\s]/i', $fname) || preg _ match('/[^\w\s]/i', $lname)) {
fail('Invalid name provided.');
}
if( empty($fname) || empty($lname) ) {
fail('Please enter a first and last name.');
}
if( empty($gender) ) {
fail('Please select a gender.');
}
$time = $minutes.":".$seconds;
$query = " ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

USE A CABEÇA! PROGRAMAÇÃO JAVASCRIPT

USE A CABEÇA! PROGRAMAÇÃO JAVASCRIPT

Eric Freeman, Elisabeth Robson
Use a Cabeça! HTML e CSS

Use a Cabeça! HTML e CSS

Elisabeth Robson, Eric Freeman
Use A Cabeça! Programação Em HTML5

Use A Cabeça! Programação Em HTML5

Eric Freeman, Elisabeth Robson

Publisher Resources

ISBN: 9788576087571