walkeprashant

/walkeprashant

About walkeprashant

Prashant Walke, with over 10 years of experience as a web developer, currently holds the position of Technical Lead at Parkar Digital. He brings a wealth of expertise in sophisticated website development, showcasing proficiency in PHP, Python, NodeJS, Angular, VueJs, MySQL, PostgreSQL, WordPress, and Laravel.

Send emails from localhost(WAMP Server)

If you are developing php project on localhost and you are using mail function on your project that time you may face problem with send mail function. so in this tutorial we are explain how to configure sendmail. Follow the step below for configure sendmail: Step 1: Download sendmail Download sendmail and extract all the [...]

By |August 2nd, 2014|Blog, PHP|1 Comment

Filenames with spaces are break the download in Mozilla Firefox

When downloading certain files, you may find that the filename is truncated up to the first space. Thus, a link to download the file "My music.mp3" produces a save dialog containing "My" as the filename. This is a case of the website incorrectly sending the filename, and the browser coping as best it can. if [...]

By |August 1st, 2014|Blog, PHP|1 Comment

How to add search function to your website

If you are design any website it important to add search functionality on your site. Visitor or user essay find the content or exact data/page on your site. So add search function in your site and make your site user friendly. Allowing visitors to search your site is very important. We are so used to [...]

By |July 30th, 2014|Blog, PHP, WordPress|0 Comments

Migrate site from ASP to WordPress

Now a day WordPress is most popular blogging framework. many people are use WordPress for blogging as well as e-commerce application like online shop. using WordPress you can easily manage SEO, Change contain and take your site backup. WordPress framework is user friendly framework and any one can use without technical knowledge.only need some creativity and [...]

By |July 28th, 2014|Blog, PHP, WordPress|0 Comments

Database Security

Nowadays, databases are cardinal components of any web based application by enabling websites to provide varying dynamic content. Since very sensitive or secret information can be stored in a database, you should strongly consider protecting your databases.   Designing Databases The first step is always to create the database, unless you want to use one [...]

By |July 9th, 2014|Blog, PHP, WordPress|0 Comments

Protect your website from hackers

01. Keep software up to date It may seem obvious, but ensuring you keep all software up to date is vital in keeping your site secure. This applies to both the server operating system and any software you may be running on your website such as a CMS or forum. When website security holes are [...]

By |July 8th, 2014|Blog, PHP|0 Comments

Subscriptions and Recurring Payments in Paypal

When you use PayPal Subscriptions and Recurring Payments, your customers can purchase automatically recurring subscriptions from your website, or even using a link in an email. Subscriptions and Recurring Payments is a low-cost way for you to accept credit card and bank account payments for content site subscriptions, newsletter fees, club dues, or recurring donations, [...]

By |July 7th, 2014|Blog, PHP|1 Comment

What is the .htaccess File?

You may have been working on a website, or reading an article about web development, and heard about the .htaccess file, but wondered what it was, or what, if anything, you can do with it. This tutorial will tell you the basics about .htaccess, and show you a few ways you can use it on [...]

By |July 1st, 2014|Blog, PHP, WordPress|1 Comment

PAYPAL SANDBOX PAYMENT GATEWAY INTEGRATION

In this tutorial I want to explain how to work with Paypal Sandbox test accounts for payment system development and sending arguments while click buy now button. It’s simple and very easy to integrate in your web projects. Step:1. you need to create a papal sandbox account login into developer.paypal.com and then click signup now [...]

By |June 27th, 2014|Blog, PHP|7 Comments

Display Google Map Using Curl in PHP

Display Google Map Using Curl, this is the preferred way it gives much more control, its also faster then file_get_contents. 1.First Set the url like : $url ="http://maps.google.com/maps/api/geocode/json?address=PUNE+INDIA&sensor=false"; The important part to point out there is the address=PUNE+INDIA the address expects an address also since this is a web URL it cannot have spaces instead [...]

By |June 10th, 2014|Blog, PHP|0 Comments