Sort Alternative/bi-monthly
Hi all,
Am going mad trying to get something to work.
I'm creating a CMS for a magazi
Calander layout
Hi i know this sounds like a simple question but i cant find the answer to it anywhere i have added
Encrypt php code?
Is it possible to encrypt php code in files,
so that it displays a load of unreadable characters
Multiple if statements
Ok so seems basic but for some reason I'm not doing it right. What I want is to be able to have 2 se
How to give the privillege for triggers?
Hi,
How to give the privillage for triggers to particular user?
Please let me
Help adding strtolower( to my in_array
strtolower i need to add it to this to work, iuno how.
Code: $moderators = array('Admin', 'ba
Comma seperated implode & modifying returned string.
I have a PHP post form that posts up to 4 variables. I need whatever variables are passed to be comb
Hi, explode and strstr.
Hi, I seem to be confused about the strstr function, eg. i have a string like:
"a.b.c.d.e.f&
How to sum these output values
Hi
I need sum the month totals
SELECT region_name, area_name
,SUM (CASE WHEN S
Can I call a class inside a function?
I have a class written in another file that handles my image resizing.
Can I do this (php say