Posts by Jose Pinto • 9 points
7 posts
-
0
votes0
answers226
viewsQ: Store checkbox value in database
I need your help... I have a custom checkbox, where the user clicks and is "ON" or "OFF" and this value must be saved in the database and must remain checked or unchecked indicated by the…
-
-2
votes1
answer138
viewsQ: Login to the user’s account inside the Index page
I’m developing a system where all employees can enter the Index.php page (Work page), in general where they all know the code and password and enter the system normally (No restrictions and in this…
-
0
votes0
answers107
viewsQ: JSON DOES NOT RETURN
I am updating the database. But the json does not return. Can you please help me? JQUERY FILE $(document).ready(function($) { // Evento Submit do formulário $('#myForm').submit(function() { //…
-
0
votes0
answers36
viewsQ: Recording in DB does not work when using alertigo.js
I have a code to update and delete data in the database so that unfortunately it shows the custom Alert on the screen so it does not write to the database and does not update the bad page but save…
-
-1
votes1
answer26
viewsQ: I am entering an array in the database through a script I did but saves only the first and second digit
I’m inserting a array in the database through a script I did, but save only the first and second digit. HTML: <script type="text/javascript"> //ADICIONAR MAIS CAMPOS OUTRO SCRIPT $(function()…
-
0
votes0
answers262
viewsQ: My Error Notice: Undefined index: file in C: xampp htdocs zayonet start.php on line 99
I have some problem with this code below. I have a form where the user has two options between simply writing a text and publishing or an image text. Unfortunately the $_FILES["file"] is being…
-
1
votes1
answer56
viewsQ: Returning the NULL value
Someone can help me, I’m making a code to insert data into a table in the database and update too, but unfortunately it’s not working, all variables are giving NULL and the very code that selects…