Posts by Paulo Pimentel • 101 points
7 posts
-
-1
votes1
answer412
viewsQ: Problem with PHP paging
I’m having problems with paging, I have the main page where you can find the whole structure of my site, called main.php where there is the switch to open the files, so. MAIN PAGE.PHP switch(@…
-
0
votes3
answers1951
viewsA: How to search for ID in Mysql
<?php include ("config.php"); if (isset($_POST['enviar'])) { $id = (int) isset($_POST['id']); $protocolo = isset($_query['id']); $query = mysql_query("SELECT * FROM entrada WHERE id = '$id'");…
-
1
votes3
answers1951
viewsQ: How to search for ID in Mysql
Staff I am developing a system of input and output of vehicles of the company, in the index I made 2 inputs one of entrada and another saída, when I click on input appears the registration screen of…
-
1
votes2
answers459
viewsQ: Creating Logs page
I created a table in my database usr_logs with the following columns: id email ip team date sucess These records alone are sufficient, or I need to add something else? How do I display all the data…
-
6
votes1
answer2102
viewsQ: How not to enter repeated records?
I’m making a login system in which each user creates a URL that sends to the bank, only that I need to make it does not repeat information, if there is already similar information in the bank it…
-
1
votes1
answer1569
viewsQ: How to send Ckeditor formatting to BD?
My question is this, I set up the CKEditor within a textarea, where everything I type sends to the banco de dados that at the same time feeds another page, working in style sistema de noticias.…
-
1
votes2
answers298
viewsQ: Error with $_GET function
Personal my question is the following, I have the page criareditarevento.php that updates information from a registration system, but I need to make the update message open inside the page main.php…