I need answer for this type of question. Please I need to get type of variable from HTML input field and to echo that type of $var.
From this form I need to check what type of data is entered. Is it string or integer, etc.
<form>
<input type="text" name="podatak" value="podatak" />
<input type="Submit" name="Submit">
</form>
Thanks in advance.