I wonder if it is possible to upload an image and leave a certain part of the image (the background) transparent. I would like to overlay this image.
The mannequin is the fixed background image, and the dress is the image that I want to up...
I have a PHP system hosted on a Linux server that queries a SQL Server database through mssql . Works perfectly on the server. I needed to make some changes to this system, so I put it in my localhost and it was working ok. Out of all, que...
I need help perfecting a script .. In general I want to add to this script:
if(isset($_POST['action']) && $_POST['action'] == 'get_photo') {
if(is_array($_FILES)) {
if(is_uploaded_file($_FILES['userImage']['tmp_name...
I have a database with the following columns:
|id|id_pai|nome_categoria|
+--+------+--------------+
|01| 0 | Eletronicos |
|--+------+--------------+
|02| 01 | Notebook |
|--+------+--------------+
|03| 0 | Livros |
+--+----...
I have many scripts using include_path, the problem is that the explanation of php.net I find a bit confusing, I can not understand how it works and what it does, help me please
I have a JSON that returns me a list with some flight data:
"programa": "multiplus",
"qtdOpcoesIda": 50,
"qtdOpcoesVolta": 50,
"menorTarifa": {
"pontos": 15000,
"dinheiro": 767.8
},
"taxaEmbarque": {
"POA": 29.9,
"F...
Is there any way / setting to create folders by KCFinder in their upload directory?
Ex: The default directory is / images, inside it would like to create other folders by KCFinder itself, but I did not find this option.
I know I...
I'm using the SDK - PHP to log in to Facebook, when I access it through a PC it opens the normal facebook site, but when it opens through the cell phone it opens the site through the browser as well. Can you open the application if the user is o...
I was adding products in my store normally until the images stopped appearing on the front and when I went to see the error log what appeared was:
2015-10-28T11:40:00+00:00 ERR (3): Warning: simplexml_load_string(): Entity: line 1: parser erro...