EXEIdeas | July 1st, 2020 | 4 Comments | HTML-CSS-PHP-JavaScript / PHP CodesDownloading 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...
EXEIdeas | June 30th, 2020 | 2 Comments | HTML-CSS-PHP-JavaScript / PHP CodesDo 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...
EXEIdeas | June 28th, 2020 | 0 Comments | HTML-CSS-PHP-JavaScript / PHP CodesFullCalendar.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...
EXEIdeas | June 24th, 2020 | 0 Comments | HTML-CSS-PHP-JavaScript / PHP CodesSending 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...
EXEIdeas | April 12th, 2020 | 0 Comments | HTML-CSS-PHP-JavaScript / PHP CodesWhen 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 […]...
EXEIdeas | April 6th, 2020 | 0 Comments | HTML-CSS-PHP-JavaScript / PHP CodesAs 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....
EXEIdeas | June 30th, 2019 | 0 Comments | HTML-CSS-PHP-JavaScript / PHP CodesThis 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...