Questions tagged as 'php'

0
answers

Blank screen when loging (WordPress)

Yesterday I was working with my site without any problems, however, in a moment my Wordpress session was closed, when I want to re-enter it I used to get a PHP error; search in google and solve it, now the problem is that the reCAPTCHA (which is...
asked by 24.10.2018 / 20:53
1
answer

Validate query result equals a carater

I'm doing a Login project, and what I want to do is that if it's a user on the side and if it's admin between another, I'm already validating the user and password but I have the user-type field in my DB that is A if it is admin and U if you are...
asked by 24.10.2018 / 19:08
2
answers

Error Uncaught ReferenceError $ is not defined

I have this code, where I mark error in this line $ ('# delete-contract-select'). on ("click", function () function deleteCbContrato(id_tipo_contrato){ $('#id_tipo_contratoDelete').val(id_tipo_contrato );...
asked by 24.10.2018 / 19:16
1
answer

Undefined offset: 0 i

   Uncaught SyntaxError: Unexpected token < in JSON at position 0       at JSON.parse ()       at Object.success (: 392: 47)       at i (jquery.min.js: 2)       at Object.fireWith [as resolveWith] (jquery.min.js: 2)       at A (jquery.min.js:...
asked by 24.10.2018 / 20:59
2
answers

Table Fields MSQli Variables?

I have to fill in a table, with data collected from a form. The problem is that I do not know which field of the table will be modified, until I receive the PHP variable. Exactly: $updatewin = "UPDATE live_chess SET Round1='1' WHERE Team='$Tea...
asked by 05.11.2018 / 05:28
0
answers

I can not program in PHP

I already have a web application in java and now I want to migrate to php, the problem is that when trying to execute the php code does not show it how it should, I used a test code: <button onclick="enviaPeticion()"> Ped...
asked by 05.11.2018 / 02:18
0
answers

Integrate Addon Payments

It is the first time I integrate Addon Payments and the truth is that I can not make it work, I explain more less what I have done in case you can help me. At the moment I am with the tests offered by the documentation have if I can pass data....
asked by 22.10.2018 / 09:06
0
answers

I have a modal to add data, but when I click on add I want to close and show the data

Modal code: <!--************************************************ Modal Para Agregar computadores *******************************************--> <form action="" id="form1" novalidate="novalidate"> <div class="modal f...
asked by 21.10.2018 / 15:49
0
answers

download a wordpress template, how can I preview it?

Good morning I have never used the wordpress page, but I was looking for a POINT OF SALE template or something that would give me an idea of how to make my page with the products and come to this page Sabine theme page I downloaded it...
asked by 21.10.2018 / 17:24
1
answer

Generate queries in a form

How can I get a query from the entity or generated at the moment within a form field. I have two entities EquipoPv and CatEquipoPv where CatEquipoPv has a relationship of OneToMany with EquipoPv and trying to generate the query in the foll...
asked by 22.10.2018 / 17:02