Get method name from within the method in PHP
Is it possible to do something like this? [Code Block] Where `method_get_name()` returns the name of the method itself.
Latest news, tutorials, and updates from the PHP community
8483 articles available
Is it possible to do something like this? [Code Block] Where `method_get_name()` returns the name of the method itself.
Can anyone help me resolve why this doesn't work? [Code Block] Trying to strip the single quote marks from some html... ...
I'm looking to be able to produce a nicely formatted table with rows and columns from the contents of a print_r array st...
Is it possible to have php not to require the begin/end tags (``) for some of the files? The code should be interpreted ...
Is it safe to pass raw base64 encoded strings via GET parameters?
I have a local server running PHP-GCI 5.3.0, but when I run `phpinfo()` it shows me normal information, but extensions. ...
Is it possible, in PHP, to flatten a (bi/multi)dimensional array without using recursion or references? I'm only interes...
How to implement URL Routing in PHP.
How do I integrate a one time fee into paypal? The user clicks SignUp then is taken to a page to confirm t&c's and where...
I need to create an array by searching a string for occurrences of '[' followed by 0 or more characters followed by ']'....
I have a bunch of data that I want to insert, and I have decided to use bulk insert for MySQL. Insert into friends (requ...
I'm making a website which allows people to upload files, html pages, etc... Now I'm having a problem. I have a director...
Showing 8377 to 8388 of 8483 articles