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)
curl javascript problem
Hi Experts.
I'm new curl and wanna to get some info from this http://www.amadeus.net/
when
Simple PHP/Java Help..
Hi,
I'm trying to build a little program to do with calculating postage. Unfortunately i haven't
$_GET problem
Hi all,
Have a bit of a problem with a little piece of code, I am not sure if this should be
php mysql script to find record
Hi,
Currently I have a simple table with 4 columns. A, B, C, D
If I want to find all
SMTP server...
I recently found a tutorial online on SMTP authentification for sending emails from webpages, here i
php mail form text wont appear / javascript included
Guys/gals...
I am running into a problem whereby I have a great piece of javascript code that
Help with lottery style system?
I'm working on a currency system for forums and it is going to have a type of lottery system built i
function not returning the correct value
I have a program that needs to return a value from a function. I have an output statement inside the
MYSQL INSERT ID NOT WORKING
Code: $id = mysql_insert_id();
header("Location: ./?view=$id");
Why $id pulling blan