179285/how-do-i-replace-part-of-a-string-in-php
I want to replace space in the first 10 characters of a string with '_'.
$text = substr($text, 0, 10); $text = strtolower($text);
Can someone help me with this?
If I have understood your question right, ...READ MORE
How can I remove part of a ...READ MORE
Hello @kartik, You can use this function: function str_lreplace($search, ...READ MORE
Hello @kartik, If your PHP server allows url ...READ MORE
Hello @kartik, If you're using PDO, use PDO::lastInsertId. If you're ...READ MORE
You don't have to do this, since ...READ MORE
Tru something like this: plugins { id ...READ MORE
Of Course, it is possible to create ...READ MORE
Try this, I took it out from ...READ MORE
Try using AWS SDK for PHP, Link ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.