get the last 7 characters of a PHP string

get the last 7 characters of a PHP string Use substr() with a negative number for the 2nd argument. $newstring = substr($dynamicstring,

Read more

curl to automate HTTP jobs : Working with Curl command

Curl is a command line tool for doing all sorts of URL manipulations and transfers. Curl is not written to

Read more