Find jobs | Jobseekers
Employer login
About us Sitemap of www.CareerRide.com Sitemap FAQ related with www.CareerRide.com FAQ Click here to Contact us Contact
       
Submit Resume Free ! | Access Resume Free !
Home Career Services Resume Services Interview questions Articles Books
Content
PHP interview
Advantages of PHP
PHP PEAR
PHP heredoc
PHP variables
PHP comment
PHP conditional statement
PHP case switching
PHP loop
PHP function
PHP data types
PHP automatics type conversion
PHP arrays
PHP operator
PHP class
PHP inheritance
PHP overriding methods
PHP objects & properties
PHP access control modifier
PHP constructors & destructors
PHP GET & POST
PHP server-side validation
PHP cookies
PHP sessions
PHP security tips
PHP handling file uploads
PHP creating & deleting directories
PHP creating, moving, copying & deleting files
 
ASP.NET | ADO.NET | AJAX
C#.NET | VB.NET | PHP
NET Remoting | NET Interview
  
C | C++ | Java | Oops
Data Structure | OS
   
Database concepts | Oracle
SQL Server | Biztalk | Sharepoint
Notification services
Reporting Services
Service-oriented architecture
Data warehousing | MySQL
  
Project Management 
Linux | Testing | Networking
Software engineering 
  
UML | XML | HTML | SOAP 
CSS | VBScript  | Web Services
   
CV Cover letter | Interview 
HR | Soft skills | GD 
Working from Home 
Tutorial
ASP.NET | VB.NET | C#.NET     
Remoting.NET | Web service
Remoting overview | ADO.NET
UML | Sql server 
More links
PHP Error Handling 
Understanding AJAX with PHP 
Books on UML
Learning PHP Data Objects 
AJAX and PHP: Building Responsive Web Applications 

PHP

NEXT>>

How to upload files using PHP?

Answer
Files can be uploaded in PHP by using the tag type=”file”. An upload form must have encytype="multipart/form-data" , method also needs to be set to method="post". Also, hidden input MAX_FILE_SIZE before the file input. To restrict the size of files

E.g.
<form enctype="multipart/form-data" action="sampleuplaod.php"
method="POST">
<input type="hidden" name="MAX_FILE_SIZE" value="1000" />
  

NEXT>>


Related PHP links 

What is PHP?

Answer - PHP (Hyper text Pre Processor) is a scripting language commonly used for web applications.............

What Is a Session in PHP?

Answer - A PHP session is no different from a normal session. It can be used to store information on the server for futureuse.............

What is the difference between Notify URL and Return URL?

Answer - Notify URL and Return URL is used in Paypal Payment Gateway integration.............

Describe functions STRSTR() and STRISTR.

Answer - Both the functions are used to find the first occurrence of a string.............

What are the various methods to pass data from one web page to another web page?

Answer - Different methods to pass data from one web page to another:............

 
Today's Hot Jobs
C++  SQL Server
.NET  Java  Oracle
Finance  Marketing
Seekers  Employers
Copyright © 2008 CareerRide.com. All rights reserved.