How to Create & Display dynamic HTML content using CSS challenge in PHP?

In this blog, I am going to explain How to Generate dynamic HTML content using CSS challenge in PHP. So, before you create a page which extension should be .php…

Read more »

CSS Tutorial-Part 2

List=> List property is used to create a list. There are two types of lists: . Unordered lists- An unordered list uses bulleted as the list item markers. Ordered lists…

Read more »

TURN OFF DISPLAY ERROR IN PHP

Method 1 & 2 & 3 https:///…-standards-error-fix Method 4 error_reporting(0); ini_set(‘display_errors’, ‘0’);     # don’t show any errors… error_reporting(E_ALL | ~E_STRICT);  # …but do log them Few more http:///…-standards-in-joomla…

Read more »