skip to Main Content

Connection node js – Phpmyadmin

I am having trouble connecting node js with my database in phpmyadmin, I do not understand where this problem is coming from: the code: var mysql = require('mysql'); var connection = mysql.createConnection({ host : 'localhost', database : 'db_client3', user :…

VIEW QUESTION

How to show a page in different languages? – SEO

I use this meta tags to make google crawler know that I have two languages for my site, as suggested here support.google. <link rel="alternate" hreflang="x-default" href="http://www.example.com" /> <link rel="alternate" hreflang="de" href="http://www.example.com/de" /> <link rel="alternate" hreflang="en" href="http://www.example.com/en" /> So sometimes the…

VIEW QUESTION
Back To Top
Search