I'm developing a site in Laravel and wanted to know how to controller should be able to save multiple checkboxs chosen in the database.
form file:
<!DOCTYPE html> <html lang="pt-br"> <head> &l...
What would be an alternative in MySQL for COLLATION SQL_Latin1_General_CP1251_CS_AS for MySQL or how can I remove accentuation of a string (or entire table or column) using commands?
Reference :
link
I am sending a link to a user, but since it is not logged in it directs you to the login page, but when it puts user and password it goes to the main page of the php system, how do I enter the username and password it opens the link and is not r...
I'm developing a small vaccine control system and I'm having a hard time performing a select.
I have a record of dogs, another of types of vaccines and a third of vaccine per dog, where I group the dog's id, type id of the vaccine (v10, antir...
I'm having an error while starting the bookstore project with Widfly 10. Even the connect to the database was working, agr when connecting to mysql I'm having problems.
I've already created the database.
I put the module and jar files in dir:...
Everyone, I have this error:
Fatal error: Call to undefined function apply_filters () in
/var/www/html/lojadec.com.br/web/blog/wp-includes/load.php on line
316.
I do not know what to do!
Good afternoon guys.
I have a question about recording several inputs with the same id in Mysql, I have already looked for several pages and I have not yet got a solution how to do it.
I have a client registry, which is currently in a single...
I would like to know if there is a way to join 2 queries of different tables in a single query?
For example, in the code below I have 2 queries in separate tables. However, is there a way to perform these 2 queries as a single, one at a time,...