Posts by Turkish • 45 points
7 posts
-
-1
votes1
answer58
views -
0
votes1
answer37
viewsQ: Search data in BD when loading page
I am creating a search site and I have some links with certain categories. I need a system where by clicking these categories the loaded page can fetch the data in the BD and display. I know it is…
-
1
votes1
answer45
views -
1
votes2
answers881
viewsQ: PHP Search system ignore uppercase letters and add keywords
I have a simple search system that searches for values in the comic book and displays on the page. In the table I have a column called palavraschaves where the words I leave as a query parameter are…
-
0
votes2
answers1165
viewsQ: Block pages via url
The restricted page is blocked for access via url, but I want to leave the warning on the login screen. For example: when you type the address of the.php corporate page in the url, the system…
-
1
votes2
answers698
viewsQ: PHP Login does not load page
My login system works fine on the machine, but not on the server. For on the valida.php page, which takes the form information and checks the BD for information. login.php - Login Form <?php…
-
0
votes1
answer82
viewsQ: Problem while doing update
I have on the site the system to register, list and edit users. Registering and listing are ok, however, when trying to update a record, it is not changed on DB and also does not return any error. I…