How to Upload File in PHP
A PHP script can be used with a HTML form to allow users to upload files to the server. Initially
Read moreA PHP script can be used with a HTML form to allow users to upload files to the server. Initially
Read moreIn PHP error handling very simple. An error message with filename, line number describing the error and sent to the
Read moreSession Session is used to store information in a variable and access them multiple pages (If you want to make
Read moredate() function is used in PHP to get date in date and time format. Syntaxdate(format,timestamp) Format: Specifies the date format.Timestamp
Read moreNamespace are used to solve some problems that developer of applications encounter when creating re-usable code elements such as classes
Read moreLoop is used to execute a prticular action untill the condition is true.Basically loop is used to automate repetitive a
Read moreUsing PHP redirection it possible to redirect a user to a different page.In PHP we can use the header() function
Read moreIn PHP include() and require() functions are used to include the code in a firl to another PHP file. Using
Read morePHP statements are used to do different actions based on with different conditions. PHP StatementsWhn you want to do different
Read more