Call db table from any PHP file
Hi,
I want to be able to call a database table that will be setup in another file called init
Adding delete feature to my forum
Hello I am currently trying to add a delete feature to my forum. I believe I have everything built r
php automatically escaping single quotes
I'm trying to test out my security a bit and I've noticed that php is escaping my single quotes. For
'grab_files', multiple extension?
hey guys,
can anyone suggest a way to make to following line of code look for files with more
mysql query with single quotes in a variable
$sitedetails = "INSERT INTO vars (address, sitename, description, ownername, theme) VALUES ('$u
Logic question
im wondering what's the best method to do the above list:
it is for alliance @ MMORPG game
Limiting checkboxes?
Hi guys,
I have this code: Code: if(isset($_POST['selected'])) {
foreach($_POST['selec
Multiple if statements
Ok so seems basic but for some reason I'm not doing it right. What I want is to be able to have 2 se
need help in mysql_num_rows()
please tell me what i am doing wrong in this query. it displays this error
Code: Warning: mys
Protecting forms
Alright, I want to protect some forms of mine from SQL Injections, because I had someone earlier spa