Help with some dates
I have a list of dates in an array:
$mondays = array(
strtotime("October 12, 2009
Using system() and bringing back the results
I am aware that you can use system() within PHP to execute system commands, but I was wondering if t
Login Functionality Working Different on IE
This is an odd one, I have a site which has an admin section. The admin pages unsurprisingly require
Multiple submit forms inside a mysql array page
Hi all,
Im having trouble to get the beneath script to work the thing i can't seem to get wor
replacements
I have a variable in my PHP script like
ASSFDDDDDDDDDDDDDASDDDDDDDDARYTRHKKHHHHHHHHHHH and p
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
Random date selection
i want to select random date with time(hour+minutes+sec) where date is specified(10/22/2009) and tim
Website Direction...
I recently used this code to try and make it so the page loads as http://www.domain.com/ when you ty
How can I get my program to read a larger array ??
Hi:
I have this program that reads from an array to do calculations. The array are just t
How to copy a part of a vector in a raw memory
Hi,
How can I copy a part of a vector into a memory:
1
2
3
4
5