PHP – Top 5 PHP structure to work Next Generation Websites

PHP – Top 5 PHP structure to work Next Generation Websites PHP structure systems help designers to compose spotless and reusable codes for Websites. They work with MVC example to guarantee the unmistakable division of rationale and presentation. Be that as it may, diverse designers lean toward an alternate kind of PHP structures as indicated …

PHP – Top 5 PHP structure to work Next Generation Websites Read More »

php – How to download files automatic or itself (images, zip, pdf and other files)

php – How to download files automatic or itself (images, zip, pdf and other files) In this post we are going to show you, how to download files in php from web server to local machine. Download files is just a simple and easy process. we do not need more lines or complicated code to …

php – How to download files automatic or itself (images, zip, pdf and other files) Read More »

c programming for Generate mark sheet of students and class

c programming for Generate mark sheet of students and class In this post we will show you how to generate mark-sheet of students and class in c programming. flowing code will help you to perform program. hear we calculate result result using 5 subject and calculate percentage of students and assign class to student. // …

c programming for Generate mark sheet of students and class Read More »

c programming – Swap two variable without using 3rd variable

c programming – Swap two variable without using 3rd variable In this post we will show you how to Swap two variable without using 3rd variable in c programming. flowing code will help you to perform program. For Swap two variable without using 3rd variable we use this method :: a=a+b; b=a-b; a=a-b; // include …

c programming – Swap two variable without using 3rd variable Read More »

We're accepting well-written guest posts and this is a great opportunity to collaborate : Contact US