Posts

Showing posts from March, 2021

XAMPP, SQL BASIC COMMANDS

 Microsoft Windows [Version 10.0.19042.867] (c) 2020 Microsoft Corporation. All rights reserved. C:\Users\darul Haram>../.. '..' is not recognized as an internal or external command, operable program or batch file. C:\Users\darul Haram>cd../.. C:\>xampp 'xampp' is not recognized as an internal or external command, operable program or batch file. C:\>cd xampp C:\xampp>cd mysql C:\xampp\mysql>cd bin C:\xampp\mysql\bin>../ '..' is not recognized as an internal or external command, operable program or batch file. C:\xampp\mysql\bin>cd .// C:\xampp\mysql\bin>cd ../ C:\xampp\mysql> -u root -p -h localhost '-u' is not recognized as an internal or external command, operable program or batch file. C:\xampp\mysql>cd bin C:\xampp\mysql\bin>cd mysql The system cannot find the path specified. C:\xampp\mysql\bin>mysql -u root -p -h localhost Enter password: Welcome to the MariaDB monitor.  Commands end with ; or \g. Your MariaDB ...

Ar-Rahman( HTML, CSS and JS codes)

 😁😁 creating first html <! DOCTYPE   html > < html   lang = "en" > < head >      < meta   charset = "UTF-8" >      < meta   http-equiv = "X-UA-Compatible"   content = "IE=edge" >      < meta   name = "viewport"   content = "width=device-width, initial-scale=1.0" >      < link   rel = "stylesheet"   href = "css/style.css" >      < title > Ar-Rahman </ title > </ head > < body >      < nav   class = "navbar background h-nav resp" >          < ul   class = "nav-list v-class resp" >              < div   class = "logo" >< img   src = "img/In.png"   alt = "logo" ></ div > ...