Results for: "php"
Contents (212)
4 Facebook Ad Tips to Maximize Your Facebook Campaigns
Are you interested in getting more bang for your buck when it comes to advertising? This article will show you four…
read more
5 tools for better PHP
When we work on our applications, whatever our language of choice, sometimes we can focus too much on the code…
read more
10 Tools for Evaluating Web Design Accessibility
Web design accessibility plays a vital role in ensuring that websites are inclusive and usable for…
read more
Tips to Create Secure PHP Applications
PHP is one of the most popular programming languages for the web. Such languages are very helpful for the programmer…
read more
Php Snippet: parse url and separate all it's parts
Use this snippet to get some value iside urls, for example the last directory. $url = 'https://aplicaciones.org/wp-content/uploads/2011/09/skypevideo-500x361.jpg?arg=value#anchor'; print_r(parse_url($url)); $url_path = parse_url($url, PHP_URL_PATH); $parts =…
read more