Archive for the php programming Category

HTML Table Border Not Working On Wordpress.

Creating html tables is pretty simple. It might be on Wordpress or any CMS Website. But Yesterday, I was left hanging for an hour finding solutions about my wordpress table borders not showing. This problem seems pretty familiar to those CSS/HTML Geeks and hard coder programmers  but I’m posting it here so It can help [...]

7 Comments

Using cURL with PHP

Today,  I’ll give you some hint about how to use cURL in PHP.
cURL is a library that allow a webserver to transfer files with a remote computer using a variety of Internet protocols. cURL stands for “Client URLs”, it is a command line tool for transferring files with URL syntax, supporting FTP, FTPS, HTTP, HTTPS, [...]

4 Comments