Java API in PHP?
I have an application that we use internally here at the office.
The software company provide
Why Are These Functions Causing MASSIVE Memory Problems? Please Help!
Hi,
I have a script with some options.
I use regex to replace patterns in strings, but
Ten Operator Syntax
Hi Guys,
I can't figure out why i am getting a parse error with this basic ten op code:
Struct/union and scope problem!
HI all , I have
Code:
in header.h
typedef struct Node Link;
/* ---------
please help me in this update statment
hi every one
if I have table and this data in it
id name
10
Validating time
Hi Guys
what do you think of the following approach to validate a 24hour time:
http://
regex for quoted text within a string
I am still getting the hang of regex expressions, but I cant seem to figure out how I would escape q
Comparing Values
Hi
I'm reading data from a database and this seems to work OK.
Each system has an associat
What do you call the "token" thing?
You know how some sites have links that run on tokens? Tokens are links that only stay alive for a c
why preg_match_all does not return the number of matches
My regex looks like
X[^x{4e00}-x{9fa5}]*Y
(where X and Y are two Chinese characters)