Preventing SQL Injection
I have a question about SQL Injection, In some of our code we use this:
view plaincopy to clipboa
My XSRF Prevention code isn't working
First of all, thanks for the generous help you guys have given me in the past on this forum.
Seco
getting most records by count
Code: [Select]<?php
$connect = mysql_connect("localhost","dam
header redirect problems? please help
Ok i am making a site that generates youtube thumbnails and i am generating an image that displays 1
All possible combinations of Strings from table in PL/SQL
Hi,
I am trying to figure out how to build a list of all possible string combinations fro
how to get IP address?
hey guys,
i have this code which is supposed to get me the IP address of my site visitors:
Problem with PHP/mySQL login code
Hello,
There is an error in my login script and I can't figure out what it is...
I believe
Access website from only 1 computer...?
One of my customers wants his website to only be accessed by people in which they bought the website
Using system() and bringing back the results
I am aware that you can use system() within PHP to execute system commands, but I was wondering if t
Saving PHP output as a file
I wondered if anyone knows how to save the rendered output of a PHP script as a file?
I have