How to split a string by any of multiple single-character delimiters
`"something here ; and there, oh,that's all!"` I want to split it by `;` and `,` so after processing should get: [Code B...
Latest news, tutorials, and updates from the PHP community
6985 articles available
`"something here ; and there, oh,that's all!"` I want to split it by `;` and `,` so after processing should get: [Code B...
Is there any way to get the actual SQL that is the result of preparing a statement when using the mysqli extension? My p...
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 ']'....
Showing 6877 to 6888 of 6985 articles