Posts by principiante dev • 7 points
4 posts
- 
		0 votes0 answers47 viewsQ: How to popular a <select> dynamically?I’m trying to create a <select>, where when selecting the estado, the even displays the cidades in another field. The estados are coming up to mine controller, however is not displayed in the… 
- 
		0 votes0 answers39 viewsQ: Problem with mysql workbeachI have some databases running normally, Cro tables , procedures, and everything else normally. Everything works. Now I need to import a data modeling , so I’m going to file, open model , I open my… mysql-workbenchasked principiante dev 7
- 
		-2 votes2 answers49 viewsQ: Data not saved in php databaseI have the following code of a form so that the client can give his opinion, in navigating it shows success message, but does not record in the database. someone can help? <?php $Nome = $_POST… 
- 
		1 votes0 answers606 viewsQ: Convert txt,docx,doc,to pdf using PhpI have to make a script in PHP where it will read several files and turn them all into PDF. I’m using the FPDF but I’m having difficulties in the logic of making it read each file in my directory…