Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

how to change uppercase to lowercase and spaces to _ in php

<?php print (str_replace(' ', '-', strtolower($blob))); ?>
 
PREVIOUS NEXT
Tagged: #change #uppercase #lowercase #spaces #php
ADD COMMENT
Topic
Name
1+6 =