Posts by Lord Aragon • 9 points
3 posts
- 
		0 votes2 answers61 viewsQ: Difficulty sending Image to DatabaseI’m having trouble sending an image to my database. Only file name is going but File is not being Uploaded to BD. Follow the Upload script: if(isset($_POST['acao']) && $_POST['acao'] ==… 
- 
		-4 votes2 answers1165 viewsQ: Which doctype to use in an html document?Guys I’m doing a course online and the first tag that appeared in the typing line was this for html, I know it’s already in version 5 and even have appeared other types of tags. I opened this… html5asked Lord Aragon 9
- 
		1 votes2 answers241 viewsQ: Difficulty using ob_start(); ob_end_flush(); and their similar?Follow the lines of the program. Even I’ve read a material that has been available here in stackoverflow but still can not solve my problem. I’m an amateur programmer and due to this Warning I…