Posts by Raphael Henrique • 61 points
5 posts
- 
		1 votes1 answer90 viewsQ: Regular expression in PHPGood evening, I need to receive a string via POST, and break it into keywords, but it is possible that the user separates words in three ways: comma(','), empty space(' ') or comma followed by empty… 
- 
		0 votes1 answer742 viewsQ: Javascript/PHP: Page redirectionGood evening, I am a complete beginner in web development, and after several google searches, I did not get a satisfactory answer. I’m using the command window.location.href to redirect my system… 
- 
		0 votes2 answers649 viewsQ: PHP and Mysql: Database does not updateGood afternoon everyone, I’m making a screen for editing personal information. My code to capture the typed data is this: <?php require("../config/functions.php");… 
- 
		2 votes2 answers11175 viewsQ: How to open a screen with a pre-filled form with PHP and HTML?Good night to you all, i would like to know how to open a form whose fields are already pre-filled with user data (resulting from a search in the database), being in charge of it only edit the… 
- 
		2 votes2 answers75 viewsQ: Numerical value definition in PHP ConstantsCan I use the define() command to set a numeric value to a constant? All examples I searched only use strings, there is a problem in defining a numerical value? phpasked Raphael Henrique 61