Questions tagged as 'php'

1
answer

Load two dependent combos at the same time from the database

Good I am trying to load two combos at the same time but like that you can not if I only show a combo there is no problem but the problem is when I load the two combos; Here is the code The users.php driver <?php defined('BASEPATH') OR...
asked by 18.08.2016 / 16:27
1
answer

Check if there is mail in BD [closed]

You will see I have a form in which I have a name, last name, two mail fields (the second to verify if it is equal to the first one), a password, and two RadioButton with the sexes. What I need is to check only the mail if it is repeated or n...
asked by 23.08.2016 / 02:04
2
answers

Problem with wordpress mail () function

Hello, how are you? I'm new here so nothing, I'm having a problem with a wordpress that is hosted on a digitalocean server, the issue is that this wordpress was previously hosted in godaddy, with domain, mail everything it offers, after several...
asked by 04.10.2016 / 20:04
1
answer

I can not send emails in laravel

I'm trying to send emails in laravel, and I get the following error    Expected response code 250 but got code "553", with message "553 Relaying disallowed as It's weird, because if it works for me to send emails when I'm logged in, but i...
asked by 23.06.2016 / 17:54
2
answers

help with login in php

I want to make a login with a previous record, so looking for me I found some tutorials, and this is the code to login: <?php session_start(); ?> <?php $host_db = "localhost"; $user_db = "root"; $pass_db = "123"; $db_name = "proyect...
asked by 08.06.2016 / 08:22
1
answer

Render HTML on Laravel blade

I have the following problem, I want to render html inside a template made with laravel bucket. I have it in the following way: <i class="n-icon-help-circled" data-toggle="tooltip" data-placement="right" title="{{ '<p>' . _('Hola...
asked by 07.06.2016 / 12:39
1
answer

How to get the value of the table calling from php?

I have a problem with the following code: <table border=7 ALIGN=CENTER width="70%" bgcolor=#ffffff> <form role="form" name="registro" enctype="multipart/form-data" action="vehi-consul.php" method="post"> <TR ALIGN=CENTER&...
asked by 21.06.2016 / 16:53
1
answer

problems when inserting data from Excel to DB - nginx

I'm trying to upload the data from an excel document to a database. It works with less than 1200 rows, but with more it generates error 502 (Bad Gateway). The excel I'm trying to upload contains 30,000 rows. This error appears in the server l...
asked by 07.06.2016 / 02:33
2
answers

how to show an array, by post

I'm trying to insert and send some data through url, but I do not have the result, with a specific variable. require('conex.php'); mysql_connect($host,$user,$pass); mysql_select_db($database) ; if( isset($_POST["MM_insert"])){ for($i=0; $i...
asked by 16.06.2016 / 14:19
1
answer

Students registered in a project

In my system I have the ability to register students through a checkbox to a project, and remove it from it, it happens that I have not been able to limit students to only belong to a single project. At the time of registration they all appea...
asked by 26.05.2016 / 05:37