Questions tagged as 'php'

1
answer

Script to test the correct functioning of Fopen and Curl

I need help to get a script to check the proper functioning of Fopen and Curl. This is a problem which I have no knowledge to check if it is working, although I do not have total control over the hosting systems. It is a point to present,...
asked by 19.12.2016 / 19:31
1
answer

Problem in Password verify

Friends I would like to know why in my condition IF for more than I always recognize it as false, I have verified and made the query correctly, the connection correctly and the array it brings is the following: Array ( [IDUSUARIO] =>...
asked by 23.12.2016 / 06:54
1
answer

Pass Variables from JavaScript to Php

Well I want to pass a variable of js to another php document they told me that the most practical thing is using ajax, but I think something is not right: / I want to pass the variable from a document .js to one .php. when passing the variable d...
asked by 04.03.2017 / 04:00
1
answer

serious error with materialize.css checkbox

Hello friends, I'm having problems with the materialize.css checkboxes. I'm doing a query in alphabetical order but when I try to make the selection of any medication it only lets me select the first of each letter, but if I remove the...
asked by 02.03.2017 / 05:12
1
answer

How to connect to AWS from codeigniter?

It turns out that I am creating web services to be able to consume them afterwards, the issue is that the database is in Amazon Web Services and apparently something prevents me from connecting to it. Download the zip from codeIgniter.com, un...
asked by 13.12.2016 / 23:47
4
answers

Create a form in which when you submit to submit, the written text is uploaded to a server

I have a form <form action="" method="post" class="basic-grey"> <h1>Bible Form <span>Please fill all the texts in the fields.</span> </h1> <label> <span>Your Nickname* :</span> <i...
asked by 12.12.2016 / 18:49
1
answer

Help with inserting slide in cakephp view

At work I have an application from a few years ago, from a company that no longer exists, developed in cakephp 1.3, which I am trying to learn and reason but I still can not. The issue is that the php is obfuscated, and I need to modify a view,...
asked by 13.12.2016 / 22:37
1
answer

Consecutive number between two values

Is there a function in php to generate consecutive numbers like rand (1,100); but that they are consecutive? I need to be able to give you the start number and the final number. Or maybe it can be done directly in mysql ... I explain what...
asked by 15.02.2017 / 19:04
1
answer

Why does not the VK audio api list anything?

Because VK's api audio does not show me the list of cansines. Show a list of songs with the audio api of VK, but only give me one with a link that says audio api unavailable. This is what it prints me: {"response": [1,{ "aid": 1, "owner_...
asked by 15.02.2017 / 09:46
1
answer

Problem with PHP Array

I do not have much experience in PHP. I had a foreach taking out the information from this Array: foreach($_SESSION["cart_item"] as $k => $v) Now I have added this to the Array: foreach($_SESSION[$clie]["cart_item"] as $k => $v)...
asked by 23.01.2017 / 17:34