Questions tagged as 'php'

1
answer

Error uploading site

Personally I just uploaded a site of mine made in Laravel 5.2 with pho 5.6 locally. I uploaded to a shared hosting in Locaweb that I have. I configured PHP 5.6 correctly and uploaded the site to this giving me the following error message.   ...
asked by 16.05.2016 / 15:23
1
answer

Error connecting to MySQL: Headers and client library minor version mismatch

When connecting to MYSQL database using the mysqli class I am getting the error: Warning: mysqli :: mysqli (): Headers and client library minor version mismatch . The error occurs when using version 5.4.16 of PHP, in version 5.6 the error no...
asked by 09.01.2017 / 19:27
1
answer

Time in Mysql and PHP [duplicate]

Next people with a current_date no MySQL and return the registration date only in the format of the bank: 2017-01-06 . How do I leave in the format: Friday, January 6, 2017 . To display my data in the database I use...
asked by 06.01.2017 / 20:30
1
answer

How to run an external script from a WordPress form?

I just installed the latest version of WordPress and created a page with a simple form. <form class="" method="post" action="insert.php"> <input name="name" placeholder="Name"> <input name="email" placeholder="E-Mail">...
asked by 02.11.2015 / 12:05
1
answer

Function php does not insert records in the database [closed]

I have a php function that inserts two record types into a Mysql table, according to the user's choice in a combobox. The first option of the combo inserts the records normally, but when I choose the second one it does not insert and it does not...
asked by 03.11.2015 / 17:02
1
answer

php echo of html tag as text

I have a query in php / oracle that hides a "" tag while displaying the result in the browser while in oracle sql developer displays everything ok. Expected: '
asked by 25.11.2015 / 15:09
1
answer

How to send data by XML file through an API integration to the server

I am using the Framework Codeigniter and trying to do a system integration via API using XML. I have to make a file upload with XML parameters to a server via post. Basically the server has to receive a string with date = xml content. I te...
asked by 26.11.2015 / 14:03
1
answer

How to extract a certain index within this array with a for?

I would like to extract all the [Foto] indices from this array but I still do not understand correctly how to do this because I am still struggling with array multidimensionais learning. What I was able to do was extract 1 photo...
asked by 25.11.2015 / 16:35
2
answers

Sum of tables according to session id

What I'm doing is summing up the number of tables according to the id of the logged-in user, so I'm making no value is proven. Bank: id id_affiliate user_ip date 1 2 162.70.25.00 2015-11-06 08:49...
asked by 11.11.2015 / 02:42
1
answer

How do I validate a value without leaving the page?

I'm developing a system with the part of the discount, so I wanted the user to type the discount and after that it would validate if it has or not and the percentage of the discount appears. $cupom = $this->input->post('cupom_desconto');...
asked by 09.11.2015 / 20:12