All Questions

1
answer

Save text string in MySQL

Good, I am trying to save the text that the user writes in a textarea, this text I show it later something like this:    Instructions:       Instruction 1.    Instruction 2.    Instruction 3.    What I do at the moment is to force the...
asked on 14.09.2016 / 15:07
1
answer

error when parsing JSON - Expecting 'STRING', 'NUMBER', 'NULL', 'TRUE', 'FALSE', '{', '[', 'got' undefined '

I have the following error: Error: Parse error on line 12:<br> ...0:00:00", "title": " LISTA DE TRABAJO<br> --------------------^<br> Expecting 'STRING', 'NUMBER', 'NULL', 'TRUE', 'FALSE', '{', '[', got 'undefined'...
asked on 25.08.2016 / 19:59
1
answer

namespace "http://tempuri.org/" in WebService

When creating a Web Service with Asp.net C # I get the following [WebService(Namespace = "http://tempuri.org/")] Then when I'm using it, it shows me the message: This web service is using http://tempuri.org/ as its default namespace Reco...
asked on 01.09.2016 / 17:40
2
answers

How to return to main when there is an error?

I want that when there is an error for the introduction of user data, I will ask for the data again until they are ok. public class EntradaDeDatos { /** * @param args the command line arguments */ public static void main(Str...
asked on 11.09.2016 / 16:32
1
answer

Order of the Fields in XML WCF

I rengo a case with a WCF that does not allow me to receive the data correctly when consuming it from an external tool, example (SOAP UI), I have the following DataContract : [DataContract] public class Ticket { [DataMember] publ...
asked on 30.08.2016 / 15:45
2
answers

I can not insert encrypted content to database

I am working on a PHP class to encrypt information, but the result of the encryption, has characters like Ѡ�Hf�{h������ not allowed in the insertion to my database with MySQL. This is the PHP class: <?php /** * A class to handle sec...
asked on 24.08.2016 / 01:30
2
answers

Error Attempting to upload my project to Git Hub

What I want to do is upload the process of a project that I have to my github but at the moment of doing it by means of cmd it marks me an error that I have not been able to solve. I do not know what that error is because I can not get...
asked on 28.08.2016 / 03:09
1
answer

Problem with Select chained with Jquery

I have a logic problem with jquery, because I have a code with chained selects, in which it is assumed that a submit is activated only when the three selects are active , the first active select the second, and the second select activates the t...
asked on 24.08.2016 / 02:30
3
answers

Replace each value of a string with data from an array js

Replace each value of a string with data from an array with js or jquery var numbers = ["0:00", "0:01", "0:05"]; for (var i = numbers.length - 1; i >= 0; i--) { str = "0:00 oki 0:01".split(numbers[i]).join(""); //console.log(str); }...
asked on 27.08.2016 / 03:23
3
answers

Paginacion en php

Good afternoon I am currently working on my project and I have run into an error in paging when consulting some data from a table with php. The point is that I can not detect the error because in the first query the information appears, but when...
asked on 19.06.2016 / 20:56