Смотрите видео ниже, чтобы узнать, как установить наш сайт в качестве веб-приложения на домашнем экране.
Примечание: Эта возможность может быть недоступна в некоторых браузерах.
Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
I have problem with an online mysql database (phpMyAdmin 4.5.1). I am making a simple request:
Код:
SELECT * FROM job_poster WHERE statut ='go'
I'm trying to put the results to variables. I have an error (see image). The same request is working on a local database (different database phpMyAdmin 4.6.5.2 ) with xamp.
The connexion to the database is working and it also work when I retrieve only one value, for example :
Код:
SELECT info FROM job_poster WHERE statut ='go'
I don't know if it's specific to the last version of Zenno.
I have problem with an online mysql database (phpMyAdmin 4.5.1). I am making a simple request:
Код:
SELECT * FROM job_poster WHERE statut ='go'
I'm trying to put the results to variables. I have an error (see image). The same request is working on a local database (different database phpMyAdmin 4.6.5.2 ) with xamp.
The connexion to the database is working and it also work when I retrieve only one value, for example :
Код:
SELECT info FROM job_poster WHERE statut ='go'
I don't know if it's specific to the last version of Zenno.
I removed a column, the only one with the type "date" in the database and now its working. So the problem is there. I didn't had this column on the local mysql so... Thanks for your quick answer