Posts by user98835 • 11 points
1 post
-
1
votes1
answer45
viewsQ: How to validate certain PHP values if (almost?) they are all received from the form as a string?
I don’t know if they are all values, but in general, PHP takes everything as string when it comes from a form. Say I want to validate the age: <form method="POST" action="test.php"> <input…