question about stripslashes and real_escape_string
im cleaning up an old app that I wrote fixing some of the vulernabilities from attacks.
I hav
If a form submits back to same page do you need to use $get
IM trying to pass page number and year that was selected back to the same page.
i have this c
IF Statement & Two Tables With Different Echoes
I'm retrieving two tables in a single query using UNION ALL, like so:
Code: $query = "SE
New Search Engine
Hey everyone,
I have a ZIP Code Radius search engine already functional. it displays all of t
Why use OOP?
Can someone explain to me why I should use OOP instead of procedure based code.
Im building a
IMAGE - SERVER SIDE scripting help...
How to receive pixel data of an image and buid a bitmap file on the server using the HTTP POST metho
Need help: how to catch acess of undefined class properties
Hello. I am learning OO with PHP and have hit a problem.
Some code runs as perfectly valid code,
help with variable
I've got a problem, i want to echo some images depending on the $id, however for me to get that id i
data type in column definition
Hi,
I create a table with column called "Direction of Travel code ".
The travel codes in t
How to disable direct access to a file
Suppose I've 2 Files. 1.php & 2.php
I don't want anybody to access 2.php directly fr