i want to change the text orientation based on local language as if the locale language is arabic , want text orientation to be from right to left while if the local language is english , want the text orientation to be from left to right ,
Question posted in Javascript
A very good W3school tutorial can be found here.
A very good W3school tutorial can be found here.
3
Answers
Fatal error: Uncaught Error: mysqli object is already closed in C:xampphtdocshoteladmin.php:32 Stack trace: #0 C:xampphtdocshoteladmin.php(32): mysqli_query(Object(mysqli), ‘SELECT * FROM `…’) #1 {main} thrown in C:xampphtdocshoteladmin.php on line 32
I guess by your tags you are using react so i will give you an example of how it can be implemented in react + javascript:
this worked for me.