split values
I have values that are returned to me in this format:
name=>test,age=>49
Help? Need help on project with templates involving mysql and php.
I'm having a hard time explaining what I want but basically here is what I have in place:
-Da
Request-URI Too Large
I have created a simple submit form for a mysql database that puts a piece of code into database.<
Ignore html and bbcode?
I've created a function to limit the amount of text according to the amount of words.
However
removing space from the end of a variable
i have a variable $image which contains the following url "http://tiles.xbox.com/tiles/oo/P5/0m
PHP FTP Can't upload Big FIles
Anyone had any success using FTP to upload a file say 90m?
im using ftp_put and it returns fa
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)
Open link with largest int string first
I have the following links i would like to open either all at once or one-by-one. How would i procee
=> and <=
So I was digging through some code when I came across the <= operator. This is the first tim
Calling strings from other php class
I have test1.php{
$string1;
$string2;
....
... //10 strings in this class <