Posts by user5004 • 117 points
9 posts
-
0
votes1
answer171
viewsQ: Get INPUT_GET of friendly url
Hello, my system has two panels. One Admin without any optimization in SEO, another user, where he can post articles and more. It turns out that I use a query to search the folder and returns the…
-
0
votes1
answer32
viewsQ: Difference between these 2 urls.
In my PDO study I came across the following: I have a URL like: www.site.com/admin/index? dir=article/create How I created a . php removal function from the files in the above URL navigation did not…
-
1
votes0
answers56
viewsQ: Turning this code into PDO
wanted to turn this query into PDO,? include 'config.php'; extract($_POST); $user_ip = $_SERVER['REMOTE_ADDR']; // check if the user has already clicked on the unlike (rate = 2) or the like (rate =…
-
0
votes1
answer1360
viewsQ: Create a Dynamic PHP (Ratings) evaluation format
Guys, I’m creating a music portal and would like to create a script like the one in the photo above in PHP. My goal is to analyze released Cds and post notes regarding the CD features I will…
-
2
votes1
answer497
views -
0
votes1
answer108
viewsQ: Work to relate tables
Personal talk. I am developing a portal aimed at music, the idea and give all necessary information to the visitor about his favorite artist/ band: as Photo of the band, Description , Website,…
-
-1
votes2
answers527
viewsQ: My website was cloned?
A few months ago I was creating a project in php, a kind of virtual store, nothing very complex. One day I came across a site relatively similar to mine, then came the question: It may be a clone of…
-
3
votes2
answers931
viewsQ: Calling file at each Timthumb run
Use the Timthumb to upload images and resize them. However, at the end of the project, making modifications to the .htaccess for optimization (enabling gzip, Minify, Leverage browser caching and…
-
1
votes2
answers345
viewsQ: How to fix the problems reported with the Blackbox Debug plugin in Wordpress?
I am facing several speed problems on my Wordpress site. Seeking to identify causes, I added the plugin Blackbox Debug that identified 33.1 errors with the theme I use, which is well loaded. I…