! = ''
In the following 'IF' statement if v_ompcat = PU for example then Oracle equates that 'IF' statement
CODE NOT WORKING
Code: [Select]<?php
//include shared codes
include '../lib/common.php';
include
need to apply an if/else statement to Tim Thumb script
Not sure how to work this. I essentially want to call a variety of image sizes based on which style
query based on 2 conditions
I want to select if the doc_type is either s OR f but this doesn't work:
Code: [Select]$query
AJAX form submit
I recently built a form that submits data to my database with an ajax function that is called throug
ereg_replace()
Basically what i need to do is
$title = "This Suck's"
$striped = ereg_repl
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
Date help - fetch dates for Mondays between xxx and yyy?
Does anyone know the best way to do this? I have two dates, say:
2010-01-26 and 2010-05-30
Remove values in array2 from array1
I have two arrays.
Array 1 is where the array key holds various different numbers. For exampl
Apart from cron
I need to run a php file every one hour. Is there any other solution apart from cron job?