Category Archives: HTML

Basic File Uploading Using PHP

Hi Guys, In this article we are going to move How to upload the file using PHP. File uploading is mainly done to website like recruting sites, online applications etc. In recrutment site, the user upload their biodata, photo are uploaded through frond end and in here it connect to database also. But now we… Read More »

Decision Making Statement – PHP

Good morning to all, The decision making statments helps in php to take some decisions in php script. It allows you to make decisions based upon the result of a conditions. Decision making statments allows you to control excecution, certain part of the php code. PHP support following conditional statment: if statments if…else statments if..elseif..… Read More »