This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

Thursday, 29 January 2015

What is mysql and How to use php myadmin

What is mysql and How to use phpmyadmin Let’s take a brief tour of What is MySQL and how to use PHPMyAdmin to get a broad overview of its capabilities. This is the home page of a local installation of phpMyAdmin being viewed in a browser. Depending on your set up, you might need to login with a user name and password to get to this page. This is a fresh installation of phpMyAdmin. It was installed using XAMPP/WAMP on Windows, so you might...

Limits of phpMyAdmin in hosted environments

Limits of phpMyAdmin in hosted environments Many hosting companies provide phpMyAdmin as the default way of  administering MySQL databases, but you won’t be able to log in as the root super-user unless perhaps you’re the administrator of a dedicated server. So let’s consider the limitations you’re likely to encounter with phpMyAdmin. In a hosted environment. What you see here is the version of phpMyAdmin running on my own remote webserver....

How to create and use mysql database using php myadmin

How to create and use mysql database using phpmyadmin Designing a database takes time and thought. So, I think it’s a good idea to work with a local installation of phpMyAdmin. Make sure everything works as intended, and then transfer the database to your remote server. So, let’s create a database to work with for the rest of this articles. We’ll, also discuss the meaning of collation, which controls the sort order. If you haven’t already done...

Wednesday, 28 January 2015

XSS Attack: Finding Simple XSS Vulnerability

XSS Attack: Finding Simple XSS Vulnerability When reading "a lot of" request tutorial from you :-P, I will pick the topic about XSS Attack: finding simple XSS vulnerability. For some of you who already life in a web programming (client or server side scripting) maybe it's not a hard thing to find some web application bug that lead to XSS attack. But anyhow because I have slogan "from zero to hero" :-) I will start with the basic thing and we...

Monday, 26 January 2015

Batch File That Pops up with repeating messages

Batch File That Pops up with repeating messages Hey guyz I hope you are enjoying my Batch Programming Series. Before reading this post make sure you read my previous post you read my previous posts. You will get to know many posts about Batch Programmin. My first post What is Batch Programming And Need For It and the second one Learn Batch Programming Commands. Now in this post we are going to make a batch...