I'm having trouble prototyping a user function.
This is what I've done so far.
void php3_generateid() { }
The problem is I get a parser error on this line. Will any one tell me what I'm missing.
I don't understanding what for standing void in php - I newer used it just use calling functions like: php3_generateid() {
} good luck!