Tuesday, May 14, 2013

How to upload a file in PHP




today we gonne a see how to upload file in PHP

First 

Html File :

<form action="upload.php" method="post"  enctype="multipart/form-data"> //enctype is important
<input type="file" name="file" value="choose File" >/*you can limit selectable by specify extension like : 

Read More

Monday, May 13, 2013

How to get date of any language in PHP



Today i'm gonne create a function to get date in any languages

Read More