You Are Viewing Posts Under Category: PHP Codes

How-To-Get-Remote-File-Or-URL-Content,-Size-&-Load-Time-Using-PHP

How To Get Remote File Or URL Content, Size & Load Time Using PHP?

Downloading content at a specific URL is a common practice on the internet, especially due to increased usage of web services and APIs offered by Amazon, Alexa, Digg, etc. PHP’s cURL library, which often comes with default shared hosting configurations, allows web developers to complete this t...
How-To-Get-Remote-File-Size-Or-URL-Size-In-B,-KB,-MB,-GB-Format-Using-PHP

How To Get Remote File Size Or URL Size In B, KB, MB, GB Format Using PHP?

Do you want to know about how to get external hosted remote file size or URL size is fully formated as Bytes, KiloBytes, MegaBytes, GigaBytes format using pure PHP without having any external class then you are on the right place to find out the code? Before processing the code, here we want to firs...
How-To-Add-Fullcalendar.io-In-PHP-and-MySql

How To Add Fullcalendar.io In PHP and MySql?

FullCalendar.js plugin is a javascript event calendar and this plugin we can use any web technology and it is easy to use any server-side script like PHP, ASP, JSP, etc. It is a JavaScript-based calendar but after a little tweaking, we can use it with PHP with databases like Mysql also. It is a jque...
How-To-Send-Email-With-SMTP-And-Attachment-Using-phpmailer-in-PHP

How To Send Email With SMTP And Attachment Using phpmailer in PHP?

Sending an email is a very common activity in web applications and websites. For example, sending an email when a user wants to contact you from your website, a new user joins your network, sending a newsletter, sending greeting mail, or sending an invoice, etc. We can use the built-in mail() , a fu...

How To Prevent CSS And Content Caching To Browsers?

When you’re developing a website or a web page then there may be a lot of little or bigger changes that you do in CSS file and when want to see it rendered live on web page then your simple refresh will not work and will continue to see your old design because of new […]...
How-To-Display-Different-Content-For-Different-Countries-Using-PHP

How To Display Different Content For Different Countries Using PHP?

As a web designer, you must experience sometime that you need to show different content for different countries in the same place to make your code more user friendly where ever the user open your web page like changing language, changing the price, changing your phone no, changing your offers, etc....
Simple-PHP-Web-Page-Counter-Without-Database

Simple PHP Web Page Counter Without Database

This PHP counter is a simple yet effective PHP text hit counter. It uses a flat-text database so no SQL databases are necessary. It can count hits for multiple pages of your website or even websites on other servers. It can be configured to count every reload visits. The count is displayed on the pa...