Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

identify the php function used to get values submitted through a form without using any database?

$_GET['name_of_field'] 
$_POST['name_of_field'] 
 
PREVIOUS NEXT
Tagged: #identify #php #function #values #submitted #form
ADD COMMENT
Topic
Name
8+8 =