Questions tagged as 'php'

0
answers

How to share a link with GET variables on facebook or whatsapp

How to share the current link (with its get parameters) with the whatsapp app making me recognize all the variables. This is what happens: I can not share more than one variable with whatsapp because it adds these special characters: link...
asked by 22.12.2018 / 22:19
0
answers

How to run a codeigniter driver in cron job with plesk panel?

I have a method in a controller within my site in codeigniter that extracts certain information from the database and sends it to me via email. First of all clarify that in order to access the site you need a username and password and I do no...
asked by 22.12.2018 / 21:51
2
answers

How to avoid erasing the form data when sending them in a POST?

Hello I have a form and I want to keep the information I capture in the inputs because when sending the information it is deleted and you have to be constantly filling in the inputs and I want to keep the information <form action="" met...
asked by 02.01.2019 / 23:12
0
answers

Use div id and value for a query in SQL

As the title says, I would like to know how to capture the div id or value and thus be able to use it as a query in SQL server This is my code: <?php define('DB_SERVER','1.2.3.4'); define('DB_NAME','database'); define('DB_USER','sa'); de...
asked by 03.01.2019 / 22:48
0
answers

JScharts php error

I'm trying to make a JScharts graphic by filling the content with an array that I generate with PHP and MYSQL, but when loading the page it does not load the array well. This is my PHP file: $sql = "SELECT DISTINCT MONTH(fecha_entrega) AS m...
asked by 20.12.2018 / 20:41
0
answers

interar several foreach in laravel framework

I have this code which does work but I would like to know if you can join the foreach into one and how it would be, public function store(Request $request) { $cliens = $request->input('idclientes'); $link = $request->input('adj...
asked by 20.12.2018 / 18:38
0
answers

Error __DIR__ with include

I'm working on a website and I wanted to use __DIR__ to bring the database connection, but it turns out that by using it the whole web is blank, why can this happen? <?php include __DIR__.'../include/cont_db.php'; ?>     
asked by 20.12.2018 / 22:22
0
answers

how to filter data with json and php

I need someone to help me, I have a structure that receives data from a mysql database, I would like to show the data in the app but filtering the data that matches a variable I defined when loading the app, I have the following structure : fu...
asked by 20.12.2018 / 13:36
2
answers

display the selected value of a checkbox on the screen

I want to show on screen a selected value of a checkbox once a form has been sent. HTML: <html> <body bgcolor="silver"> <meta charset="utf-8"> <h2>Formulario:</h2> <h2> <form...
asked by 22.12.2018 / 14:32
0
answers

Share links by facebook or whatsapp with GET variables without losing or modifying

How to share the current linen (with its get parameters) with the whatsapp app making me recognize all the variables. This is what happens: I can not share more than one variable with whatsapp because it adds these special characters:    l...
asked by 22.12.2018 / 09:25