Convert Text to Slug URL in PHP
Convert Text to slug URL, example: Brown & Cony’s Secret Date! will become: brown-conys-secret-date Will be nice url.
Convert Text to Slug URL in PHP Read More »
Convert Text to slug URL, example: Brown & Cony’s Secret Date! will become: brown-conys-secret-date Will be nice url.
Convert Text to Slug URL in PHP Read More »
Just copy and paste into your code to use the country code.
Country Code in Array with PHP Value Read More »
This is the dirty and fast way to convert XML file to Array. $array = json_decode(json_encode((array)simplexml_load_string($xml)),1);
Quick way to convert XML to Array in PHP Read More »