ProgrammingNanny-Programming Made Easy
  • HTML
    • Tags
      • A
        • a
        • abbr
        • acronym
        • address
        • app
        • applet
        • area
        • article
        • aside
        • audio
      • B
        • button
        • br
        • body
        • blockquote
        • blink
        • big
        • bgsound
        • bdo
        • bdi
        • basefont
        • b
        • base
      • C
        • commenttag
        • comment
        • colgroup
        • col
        • code
        • cite
        • center
        • caption
        • canvas
      • D
        • !DOCTYPE
        • div
        • dir
        • dt
        • dl
        • dialog
        • dfn
        • details
        • del
        • dd
        • datalist
      • E
        • em
        • embed
      • F
        • frameset
        • footer
        • frame
        • font
        • form
        • figure
        • fieldset
        • figcaption
      • H
        • html
        • head
        • header
        • hr
        • hype
        • headlinetags
      • I
        • i
        • iframe
        • img
        • ins
        • isindex
        • input
      • K
        • kbd
        • keygen
      • L
        • label
        • link
        • li
        • listing
        • legend
      • M
        • meta
        • main
        • multicol
        • map
        • menuitem
        • menu
        • meter
        • marquee
        • mark
  • PHP
  • DATABASE
  • DIVI
  • SECURITY
  • ABOUT
    • CONTACT US

Select Page

PHP

DIRECTION CHANGE FROM RTL TO LTR USING PHP

by programmingnanny | Oct 30, 2021 | 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....

read more

Recent Posts

  • DATABASE CONCEPTS
  • DIRECTION CHANGE FROM RTL TO LTR USING PHP
  • DIVI THEME INSTALLATION ERROR
  • INSTALLING DIVI THEME
  • abbr

Recent Comments

    HOME

    Programming is not just writing few random lines of code.Writing code is an art if done properly it gives beautiful results else it gives broken results. These lines of code are running the tech around us.

    © 2020 -2021 . All Rights Reserved to PROGRAMMINGNANNY.

    • Follow
    • Follow
    • Follow
    • Follow


    ABOUT | PRIVACY | TERMS | DISCLAIMER | COOKIE POLICY

    In ❤️ towards programming.