HOW to get the bind variables list.
I've the following problem : I've some SQL queries stored in my DB as VARCHAR2 values.
I need t
Strange Oracle Query problem
Ok So I have this PHP class that talks to a Javascript class that basically creates a table of infor
Allowing ' and "
Hello everyone,
I am creating a form where users submit information to go into a database. I
php slowing my site?
Hi all,
I think that one of the reasons that my site doesn't work fast is that the code is ve
About imagecopyresampled()
Hello,
I am looking to use this function to resize parts of an image to a fixed thumbnail siz
no idea what to do...
I'm fed up. I had issues with code that I have working on a different site that didn't work on my cu
Create multiple (n) arrays
Hi there,
I have the following need:
I have 2 arrays (coming from a databases)
IF STATEMENT HELP
Hi
i have created a calendar from a table:
Code: Calendar: October 2009
<table w
foreach loop, assistance request
I would like some guidance on the usage of foreach as I try to parse through a large database and wh
MYSQL INSERT ID NOT WORKING
Code: $id = mysql_insert_id();
header("Location: ./?view=$id");
Why $id pulling blan