Questions tagged as 'php'

1
answer

Query execution after a few seconds

I have a script that logs all page views for my site that I've uploaded, and it's working fine. But now there are some issues with GOOGLE visitation, and there is "a lot", more "much" visitation of Google Robots and it is not legal to have a Web...
asked by 21.05.2018 / 23:08
0
answers

Data does not send to the database [closed]

So, I created a CRUD class, the code is not returning any errors, but it is not being inserted into the database. I've tried to clean it in many ways, but I can not find a way. CRUD.class.php class CRUD extends Connection { pri...
asked by 25.01.2018 / 14:51
1
answer

Upload data without referredh

I have a form passing the data by GET to an API, the method I put empty to load on the same page, when I get the data I put inside a div to display them, but I need to do this without refreshing the page , I need to just load the did with the da...
asked by 06.10.2018 / 19:42
0
answers

How to load data from the selected item?

Context: Home How to load data from a selected template? Is JavaScript required? If so, should the code be in an external file or in the same code? HomeWhenthetemplateisselected,thetemplateitemsmustbeloaded.Asshowninthefollowingimage. Code...
asked by 05.10.2018 / 22:21
1
answer

SELECT command denied to user

   Error: SELECT command denied to user 'bank'@'xxx.xx.xx.xx' for table ' This error only happens in my hosting, it is running locally perfectly, I am querying 2 databases in a single query using: 'banco'.'table' ... Is it user permiss...
asked by 05.07.2014 / 03:40
1
answer

How to put the zerofill constraint in Laravel 5.6?

Good afternoon. I'm having a problem to make use of the zerofill constraint in Laravel because vi that is not in the documentation. I have a field in my table which is a license plate and in my view I am limiting this field to 5 digits, so th...
asked by 12.10.2018 / 22:31
1
answer

Pick line data with checked checkbox

I have the code below and I want the array nome to contain only the names of the lines that have checkbox cb checked. <form action="" method="post"> <table> <tr> <td>&...
asked by 05.10.2018 / 21:14
0
answers

Web Developer: Council of evolution: next step? [closed]

Good morning everyone, I need your advice and your experience to evolve in the career. I have been a Web Developer for 2/3 years. I have always worked on doing everything from scratch, working with HTML, Javascript, CSS, PHP, MySql. I do ever...
asked by 08.01.2018 / 12:56
0
answers

WSDL Soap with PHP giving error

I have the following code try { $client = new SoapClient("link.wsdl"); $function = "METADOPRINCIPAL"; $arguments = array( 'METADOPRINCIPAL' => array( 'Msg' => array( 'Transacao' => array( 'ME_DVW'...
asked by 09.01.2018 / 14:45
0
answers

Copy data from one DB to another, whenever you have a new record

I need to copy data from a BD-1 PGSQL to another BD-2 PGSQL whenever I have a new record. I was trying to give a SELECT inside the INSERT but it is failing the connection, I already checked for various posts but I did not find a solution, could...
asked by 08.01.2018 / 17:46