Tags in HTML
HTML TagsHTML tags are element names surrounded by <> brackets: tag start like <tagname>content here….. tag close</tagname> HTML tags come
Read MoreHTML TagsHTML tags are element names surrounded by <> brackets: tag start like <tagname>content here….. tag close</tagname> HTML tags come
Read MoreHTML is used to create a Web site.It is very easy to learn . What is HTML ?HTML is a
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 More