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.
...
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...
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...
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">...
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...
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: '
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...
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...
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...
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');...