Placing and array within an array then sorting it!
I have a page that runs two large mysql queries and saves the results into arrays, in php I then per
Extracting Long text from message class with parameters
Hi,
I would like to extract the long text from a message class. However, the long text ha
mod_rewrite.c on windows ??
why it's not working on windows while it's working on other hosts???
this is the code i got
$action = "insert"; //$action = $_GET['action'];
$action = "insert";
//$action = $_GET['action'];
why is this invalid type? I am
Lack of simpleXML Documentation
What is up with this.
Look at: http://www.php.net/manual/en/function.simplexml-load-file.php<
Help with PHP and checkboxes
I am posting this for a friend of mine, i wrote a small script for her to process her form data to a
isset undefined variable
Hi all,
Hope someone can point out the obvious. I've a log in script, if you dont enter a use
Captcha problem users just refresh and it will let them auto submit again
Users will just re submit and not have to enter the new captcha.. ? Lol but if i refresh the page, t
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
cstdatomic (c++0x std::atomic) / g++ 4.4
Hello,
I'm trying to use cstdatomic (std::atomic in the upcoming c++0x standard) in g++