I'm trying to call an executable .exe (a location is added in the PATH of WINDOWS ) within a controller in Laravel using the methods escapeshellarg and exec of the next Form:
$escaped_cmd = escap...
Good afternoon, I needed help with a topic. I bring the data from an api with curl in php which I keep in an array and that's perfect, I show the data in a table and in that table I have a input button which I need to click, send me t...
I would like to place the user who is currently logged in on the corner of my page, I do not know how it is done and for this I ask for your help, here I attach the index code that I am currently working on.
<?php
session_start();
if (...
I have the title of the site in a separate file and I have inserted it with include, therefore the title of all sections of my site are the same. Is there any way to apply a different one for each section? Or the only way would be to take out th...
I have a question, how can I add the values of the foreach? In this case I want to add the sales, to be able to show the total sales that the assignments have.
One assignment can have many sales.
<tbody>
<?php $numero = 0; ?>...
I get this error on my site PHP is mounted on CodeIniter
And check the drivers that do not lack signs or have space.
And I do not know where to look anymore, I'm using PHP 7
A PHP Error was encountered
Severity: Warning
Message: session_...
I'm new creating wordpress themes, but I was recommended to use MetaBox a wordpress plugin to create Custom Goals almost easily, well the problem arises when I want to show the images that I put in my post using the new goal generated by this pl...
I'm doing a blog with Bootstrap (to save me time in the design) and with php.
What I want is to go publishing programming codes (php, jquery, html, css, java, etc) and I do not know how to make it appear on the page.
I am using bx-slider to make my image presentations. My problem arises when I want to name all the images that make up the Slider to go directly to them in Slider and I do not know how it is done. Attached photo
<...