Tag Archives: PHP
Download the table content to pdf -PHP
Hi all, After some weeks I came with one important topic, it is very useful to developers. Because nowadays, fetch the table content or html content to pdf and then download the pdf file; its very common in real world. This topic is already discuss; here I use different method than other. Because HTML or… Read More »
Create A Facebook Login For Your Website Using PHP
Hi all, A web application the registration form and logins forms are implemented. But nowadays the users are not like to fill the big registration form and they not like to remember and they forget their login details like username and password in each login system. Short registration process helps to get more subscribers for… Read More »
Insert Image Into Database and folder in AngularJS, PHP, MYSQL
Good Afternoon… I got a query from my blog viewer How to upload images in database by using PHP and angularjs. He tried a lot of time but he can’t upload. Based on this request I try to solve this problem I can find the solution. And here I explain how to solve this situation… Read More »
Angular Js applications – Insert, Fetch , Edit – update , Delete Operations
Good Morning To all, The angular js is very useful framework to develope web applications. The angular js is a Javascript framework, we can buld well structured , maintainable ans easily testable front-end applications. And Why Should I Use It? If you are not try to develope application using angularjs yet, i really say you… Read More »
Display Current Date and Time – PHP
Good Morning to all, Some website used to display the current date or time in frond-end. This is very simple method to display the data or time using php.In PHP5, to display date and time provide inbuilt function for solve this problem. The PHP date() function return the current date and time according to the… Read More »
Scroll To Top Of Page Using jQuery
Hi Guys, The scroll to top is very important feature in web development. Many web site provide this functionality. The content of a web page exceeds and visitors scroll down the web page, then having a button to smooth scroll to the top of the page is a good idea. In many websites with scroll… Read More »
Ajax Upload and Resize an Image with PHP
Hi Guys, Today I am presenting the most important social networking feature called ajax upload and resize an image without refreshing the page using PHP and jquery. This article contains three folders called js,includes and uploads with PHP files. includes — getExtension.php — compressImage.php js — jquery.min.js — jquery.form.js uploads index.php ajaximageupload.php We can upload… Read More »
Facebook Style Background Image Upload and Position Adjustment
Hi all, I share somany article related to web development. Many people use my article for their professional growth. I got many tutorial requests from my readers related to web development using php, wordpress, mysql, ajax, jquery, javascript etc. From their request, one of my readers asked to me “ how to design facebook style… Read More »