DATABASE CONCEPTS
Before entering into the world of database let’s learn some basic Database Fundamentals There are many ways to store data like in Notepad/Excel/ACCESS. Let’s have a look on these. NOTEPAD: Which presents in any operating system (Windows/Linux/Mac) for free and can be...
DIRECTION CHANGE FROM RTL TO LTR USING PHP
To get LTR and RTL directions correctly we are using English for LTR and Arabic for RTL.<?php$textdir = 'ltr';if ($_SESSION['lang']==2){$textdir = 'rtl';}?><html dir="<?php echo $textdir?>">Create a page with language.php and insert following code....
DIVI THEME INSTALLATION ERROR
Disclosure: There are some affiliate links which gives us small commission when purchased from those links.We are independently owned and the articles written here are our own and written only after testing.Some times when we are installing DIVI theme we are getting...
INSTALLING DIVI THEME
Disclosure: There are some affiliate links which gives us small commission when purchased from those links.We are independently owned and the articles written here are our own and written only after testing.I know that we are having many tutorials by now saying how to...
abbr
In HTML, the abbr element is used to define an abbreviation or acronym. The abbr element is written as <abbr> and is usually used in conjunction with the title attribute, which specifies the full version of the abbreviation or acronym. For example, the following...
a
In HTML, the anchor tag is used to create a hyperlink to another web page or a specific location within the same page. The anchor tag is written as <a> and is usually used in conjunction with the href attribute, which specifies the destination of the link. For...
Recent Comments