Questions tagged as 'php'

1
answer

help in php I have this error

is to log in to an admin panel in a web app    Notice: Undefined index: RESQUEST_METHOD in   C: \ xampp \ htdocs \ groups \ proyectpudines jhon, erbin , jordy \ login.php   on line 4 <?php // archivo del admin require 'config.php'; re...
asked by 20.11.2018 / 03:25
0
answers

Add SSL in all subdomains

I am currently creating my sub-domains with the cPanel API, everything works correctly. I am implementing the SSL protocol, and in the domain it works well, my question is, how do I add SSL to the subdomains when creating with the cPanel API in...
asked by 30.10.2018 / 14:56
1
answer

save records in phpmyadmin using form

I am trying to enter data in the phpmyadmin database from a php form, but I can not get it to register correctly. I can not figure out what the error is The code I have is the following: <? include "includes/conexionBD.php"; if (!isset(...
asked by 30.10.2018 / 15:54
1
answer

adapt function filter_var () to php5.1.6 with preg_match_all ()

I realized that the filter_var() function does not email with my php 5.1.6 which gives me the following error: Call to undefined function filter_var() my code is: while ( $row = mysql_fetch_assoc( $result ) ) {...
asked by 30.10.2018 / 14:54
0
answers

A login for two Moodle platforms

I have two Moodle platforms (3.4) installed on the same server in one there are courses for "producers" and in another for "students", I need that depending on the user that loguee (producer or student) redirects it to the platform that correspo...
asked by 30.10.2018 / 23:19
1
answer

How to receive an associative array?

What I want to do is to receive an associative array in response to an ajax request but what I get is the following message "commerce_brandconnected to databaseArray " I receive the array but at the end of the result what I want is to get only t...
asked by 30.10.2018 / 13:03
0
answers

block access to wordpress users to php files and folders

I am developing a web application that works on wordpress. Then I have a folder called GSC, and within it is the application. The problem I have is when I have to control access to users to that directory since all that part will be private,...
asked by 30.10.2018 / 15:51
0
answers

Problem with uploading images in jpg format from android to mysql server, just upload png format

Good evening I have a problem happens that I am saving the images in my database from my android in a longblob column so then what happens esque saves me only PNG formats, but I when selecting images from my android app in jpg format Well, does...
asked by 31.10.2018 / 04:52
1
answer

How to Complete the Options of a Select with AJAX

I am trying to give options to my select by clicking on a button, but it does not show me. My index is as follows: <!DOCTYPE html> <html> <head> <title></title> <script type="text/javascript" src="http://aja...
asked by 31.10.2018 / 20:44
0
answers

warning error when printing on windows 10 with fpdf

Warning: count (): Parameter must be an array or an object that implements Countable in C: \ xampp \ htdocs \ MAINTENANCE AND SERVICES R.M S.A.S \ pdf_class \ locale.class.php on line 68 Warning: count (): Parameter must be an array or an obj...
asked by 31.10.2018 / 19:33