Extending Exception to contain method name
I was wondering, if there's a way to extend Exception in such a way, that it would contain name of a
storing results of a function - previous result overwritten with new result
I have created a function to validate input.
function validate_dimension($value,$name) {
<
the problem with str_replace
$str="hahahahahahahahahahahahahaha";
$nn=1;
$str=str_replace('ha','MyGod',$str,$nn);
weeks in a year
hi,
i found this snippet on php.net
QuoteFor the week number for weeks starting on Sunday:
simplexml and xpath - Need some help
Hello,
I am trying to parse an xml which comes back from Amazon and I am trying to know how m
All possible combinations of String in PL/SQL
Hi All,
Could you please explain the logic of getting all possible combinations of String
New to Arrays
Hi I am new to PHP (a week and a half now) and I am just beginning to read about arrays. I understan
php or sql?
Sorry not sure if this is a sql problem or php the following code is supposed to delete data from th
Can you help please? Php file
I have to write this php file to allow users to register their nicknames on nickserv
For an I
OPINIONS WANTED
This is my login page code, and I want your opinion on it please!
Code: // Login ~ CHECKS