Problem Dereferencing
With these types and tables:
CREATE TYPE MANAGER AS OBJECT (
MGR_ID INTEGER,
updating a single value to multiple non consecutive rows
I need to update the same value to multiple non consecutive rows. I need to add an experation date t
While Problem
i am having a problem with a while statement here is the code
Code: [Select]<?php
sess
Remove Rows From Database ad
Hi All,
I have this:
Code: [Select]<?php
session_start();
include('../com
Big O & time complexity ???
can you help me how to calculate the Big O & time complexity for any algorithm and c++ program pleas
firefox wouldnt stream mp3 files completely from my php page
hi everyone,
I have a php file trying to read and stream mp3 files. It works fine in IE but my pr
Losing 'page' data
I have this code that allows me to update my database. But after updating, I lose the $_GET['page']
records between 2 dates
Hello all,
I have a date tracked table which contains effective_start_date and effective
Email logic not working
I would like to send an email using the php email() function then if it does execute i.e sends i wou
Problem displaying "scraped" XML data
I'm basicly having trouble displaying XML data scraped from an URL using cURL.
What the code