Web Development blog
Tuesday, May 14, 2013
How to upload a file in PHP
Posted by Unknown
Posted on 5:52 PM
No comments
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
Read more »
Monday, May 13, 2013
How to get date of any language in PHP
Posted by Unknown
Posted on 5:00 PM
2 comments
Today i'm gonne create a function to get date in any languages
Read More
Read more »
Home
Subscribe to:
Posts (Atom)
Popular Posts
How to get date of any language in PHP
Today i'm gonne create a function to get date in any languages
Recent Posts
Text Widget