Memory Allocation
Hi folks,
see this ex:
int v=5;
v=v+10;
then what will do the compiler before th
Day of week
I am using PHP version 5.0.5
I have a varaible ($DATE (date format yyyy-mm-dd)) that is being inc
CODE NOT WORKING
Code: [Select]<?php
//include shared codes
include '../lib/common.php';
include
Where do I put CRON code
So I've figured out alot about how to automatically run a php function. I can't figure out where to
Help with looping
I have a comma separated list of colors taken from a database ($ICo) and a directory of images named
Multi image upload
I have a gallery to build and want to build a dynamic upload form to allow for $var number of fields
Problem Dereferencing
With these types and tables:
CREATE TYPE MANAGER AS OBJECT (
MGR_ID INTEGER,
javascript in php code causes page to display white
Hi All,
Odd one this, I've got the following code (below) which is a simple log in form. The
Limiting uploaded file type
I am working on a simple upload script, and I need it to limit the allowed file type that is uploade
How to kill asynchronous postback / current postback?
Hi,here is my problem:I have a web site with many pages of which some may take time to process resul