php - xml what is the best way to do this.
IN essence I want to have a script calling the info from the database.. I have no problem thus far,
Problem Dereferencing
With these types and tables:
CREATE TYPE MANAGER AS OBJECT (
MGR_ID INTEGER,
Loop Through Date Range
Hi guys,
I have date range as parameter like 01/JAN/2009 TO 16/JAN/2009 now i want to loop thro
use an array from 1 class in a second class
I have a class that adds data to an array
Then I have a second class and I need to check if t
Creating a function
Basically i wanna put all this code in a seperate file
Code: <?php
Populate drop down list from table??
Lets say for arguments sake that i have a table which contains the numbers 1 to 10.
How can i get
PHP Redirecting
Hello everyone. Is there a way to redirect people to pages within a statement in PHP? Since there is
Update data to upper case in parent/child tables
Hi Gurus!
In production we have a product table and which is being reference by many tabl
Output Buffering question
Hi all,
I've been trying to wrap my head around output buffering. So far I've found tons of
How to store checkbox array in a session, and then be able to add to it?
I'm trying to store an array of checkbox values into a session array, sort of like a shopping cart,