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 moreCurl is a command line tool for doing all sorts of URL manipulations and transfers. Curl is not written to
Read moreHI every one there are lot of confusion about curl may be you understand easily … $url= “phone=$phone&leadid=$leadid”; //initialized
Read moreHi Guys, this is very easy method to replace the special character with in string . Example $var = “/var/xyz/html/uploaddata/xyz.html”; “/”replace with
Read moreThere are many way to use date time with specific combination with format in PHP.. dd/mm/yyyy 18/04/2016 $userdefine = date(“d/m/Y”, $datetime); echo $userdefine;
Read moreConfigure The “php.ini” File in local server or Linux ,Centos.for In your “php.ini” file, search for the file_uploads directive, and
Read morePHP 5 and later can work with a MySQL database using: MySQLi extension (the “i” stands for improved) PDO (PHP
Read moreThere are various method to execute php file via crontab in linux. Here is the details of all the method:
Read moreRemove characters from the left side of a string: Example <?php $str = “Hello World!”; echo $str . “<br>”; echo
Read more