This is how I have the code MySQL of my tables.
tasks :
CREATE TABLE tasks(
task_id INTEGER UNSIGNED PRIMARY KEY AUTO_INCREMENT,
created_by INTEGER UNSIGNED NOT NULL,
support_by INTEGER UNSIGNED,
customer_id INTEGER UNSIGNED NOT NUL...
I need to print the sales of the operators of each day, we do not take into account the holidays on weekends. I get the following error
Notice (8): Undefined offset: 1 [APP / View / Reports / getventas_asistencia.ctp, line 63]
Not...
Good day,
When I do the amount of files of up to a thousand records it does not delay, but when I increase the number of records it takes a long time.
My question is if anyone knows how to accelerate the amount of phpexcel.
Thanks in advance.
...
Greetings!
I'm trying to upload an image from any pc directory, I've never tried this because I'm very lost, I hope you can help me!
Thanks in advance.
I'm going to skip code because there are several files.
I have the form in "addProduct.php",...
If I have a console, can I create an application or something like for example with c # q that executes commands in my cmd console depending on a php web?
I read something about rcon password, depending on server but I do not find any informatio...
I have this function but when I run it, it throws me this error:
imagedestroy (): supplied argument is not a valid Image resource
imagecopy (): supplied argument is not a valid Image resource
imagejpeg (): supplied argument i...
How can I get the most recent messages on the top and the oldest messages on the bottom, the messages are stored in my database.
This is my chat.php: inside is the style and a script that updates the load.php
<style>
*{margin:0p...
Good evening, I am looking for help with the following, I want to modify a record of a table in php, I have already managed to search for the records and show links to modify and delete using the following code:
<!doctype html>
<?php...
I'm trying to get hours between a range of hours, example:
I have 2 hours: 23:00:00 (The start) and 01:00:00 (The end)
Now, through a for loop, I try to get the initial time from 30 to 30 minutes until it reaches the end. Exa...