Questions tagged as 'php'

0
answers

insert image path with their respective PHP MySQL data

I am trying to upload a photo with its respective data such as: name, date of creation, among other data, to my MYSQL database but I can only save the image in a server folder, but not insert the image in the bd nor your data, this is my code:...
asked by 18.11.2018 / 09:05
0
answers

Validation in server with PHP

I would like to ask for help, it's the first time I've done something like that, I'm still trying to learn. The question is, I have a page index.php, another page validation.php, and a file of JavaScript functions and another that serves to send...
asked by 25.11.2018 / 20:00
2
answers

Inquiry about Phpmailer and link to Gmail account

I am wanting to associate a gmail account with Php mailer but I am not having an answer when it comes to receiving data from a form. The page I'm doing is the following and the file I'm doing is the one I attached below. What I do not know if...
asked by 25.11.2018 / 20:07
0
answers

is it possible to do google groups hangouts with your api in php?

I saw that it is currently possible with the technology: nodejs, socket.io, graphql, reactjs .. but I have doubts about whether it could work well with the api of google hangouts in php.     
asked by 25.11.2018 / 06:29
1
answer

Save variable $ _POST when clicking on an image

I have the following loop that displays the folders that are in a default location. while ($fil = readdir($carpeta)) { if (is_dir($ruta . $fil) && $fil != "." && $fil != "..") { echo "<div class='col-md-...
asked by 16.11.2018 / 18:25
0
answers

Save Data of dynamic inputs in database

The $ _POST ['txCuales'] brings the data of my own inputs that I descerialize and decode. $Folios = unserialize(base64_decode($_POST['txCuales'])); foreach($Folios as $Fol){ $param = array(); $param['clave'] = $_SESSION['...
asked by 16.11.2018 / 20:56
0
answers

Send table and data format to email with php

How could you implement the design of the table so that it reaches the recipient email as shown in the query screen, if you have any suggestions or help in any way. <!DOCTYPE html> <html> <body> <form method="POST" action=...
asked by 16.11.2018 / 22:19
1
answer

Choose spaces and signs

How could I do this in a single expression. I intend to eliminate spaces and the + sign of telephone numbers Thanks $llamada=preg_replace('[\s+]','',$huespedes[$e]["telefono"]); $llamada=preg_replace('/[\+]+/','',$llamada);     
asked by 16.11.2018 / 21:53
0
answers

Filter by month php

Hi, I want to do a filter per month in which I have field date and field month in the table as I do it? I already divided the date that was in (Y-m-d) to extract the month that month and to convert it into a letter instead of a number but now I...
asked by 16.11.2018 / 22:34
2
answers

Php table borders

hello friends I have this table that my report generates in excel $mos.="<table border-collapse: separate; > <tr> <th scope='col' bgcolor='#008000'>Solicitud Servicio</th> <th scop...
asked by 16.11.2018 / 20:14