Posts
 
Reputation
Joined
Last Seen
Ranked #722
Strength to Increase Rep
+3
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
4
Posts with Upvotes
3
Upvoting Members
4
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #27.9K
~2K People Reached
Favorite Forums
Member Avatar for jayashree10

In whatever code language is running on the server, use a well known database library that is well documented and features XSS aka sql injection prevention.

Member Avatar for webhostingworld
2
69
Member Avatar for thir

it's complaining the index "gambarvk_image" is not defined on line 821 which is code we can't see. I assume that the HTML form file input field is not named exactly "gambarvk_image" or maybe is named "gambarvk_image[]" or some variant or the form is not the right encoding. So check that …

Member Avatar for gottaloveit
1
102
Member Avatar for facarroll

I agree with everyone else, you can never prevent downloading, since the browser has to download, but you can make it harder for people to save and re-use the images. Here's a PHP script using standard PHP GD library, nothing special. It will break the image down into small chunks …

Member Avatar for Dani
1
294
Member Avatar for McLaren

From watching the video, I am understanding your question to be > Why does the application load so slowly in the browser? So, judging from the task manager, I am going to assume you are using a laptop (since it has a dual core processor with 8gb of ram) and …

Member Avatar for rproffitt
0
277
Member Avatar for Lloyd_4

First your htaccess rules are written to NOT redirect index.php The rules are: If the request filename (index.php) is not a file and is not a directory then redirect to index.php. Well obviously index.php is a file, so your conditions don't apply. Also you have 2 things to worry about, …

Member Avatar for gottaloveit
0
563
Member Avatar for SeanKann

I'm assuming you are using some sort of Javascript Ajax click event to call a url that PHP routes to this function `contractor_email_details` If that's the case, and you are simply passing the ID in the url like for instance: /url/php_page.php?id=X Then the variable `$data` in the function variables is …

Member Avatar for gottaloveit
0
286
Member Avatar for patk570