if php cookie set, show code...
Hi all.. I need to figure out this little snippet right quick.. seems like it should be easy enough
On page view, minus credit
Hello all, please, I need a little help with this script. I am charging one credit (credits can be p
How to use php and sql to check if values match the ones in a table (for logins)
How would I code it that the script takes two variables that are passed to it (UserID and PIN), and
Just cannot get 'area' to submit to db using same php code as already used
Basically all i have done is just modified some code and added an area section.
The form is allre
mysql select query problem
how can i select multiple fields from multiple table in one query like
i have table name t1 a
dropdown menu
Hello everbody,
I am php newbie.
I need to develop a program that once click the drop do
PHP Thumbnail Creation
Ok so i use this function to create thumbnails:
Code: [Select]function createthumb($name,$fil
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,
how to populate a drop down box
Hi buddies!
PROCEDURE DOWNLOAD_REPORT_FORM (report_name varchar)
is
begin
DOWNLO
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