Sailen’s Blog | Learn, Share and Enjoy

Looking for running both IIS and Apache server at same time on windows operating system, here is few instruction to do so:
C:\xampp\apache\conf\httpd.conf:

* Search for “Listen 80″, change to “Listen 81″
* Search for “ServerName localhost:80″, change to “ServerName localhost:81″
(more…)

· · · ·

If you are using cakePHP you will find files .thtml and .ctp and to open files with extension .thtml and .ctp in Adobe Dreamweaver you need to follow these steps:
(more…)

· · · ·

In IE, you can use short cut key such as Ctrl + Enter, to avoid typing www. at the initial & .com at the end. just you need to type the name of the website such as “sailen” and then press ctrl+enter. (more…)

· ·

Dec/08

30

PHP Mail – libMail

An object oriented way to send email from a PHP program.

Some of the libMail functionalities are :

o Sending one or more file in attachment
o Specify one or many recipients in To, CC or BCC
o Format a message “ready to send” without sending it immediately
o Auto checking of email addresses syntax
o Add a receipt to the mail
(more…)

· ·

What is SQL Injection?
SQL injection is a type of security exploit in which the attacker adds Structured Query Language (SQL) code to a Web form input box to gain access to resources or make changes to data. An SQL query is a request for some action to be performed on a database. Typically, on a Web form for user authentication, when a user enters their name and password into the text boxes provided for them, those values are inserted into a SELECT query. If the values entered are found as expected, the user is allowed access; if they aren’t found, access is denied. However, most Web forms have no mechanisms in place to block input other than names and passwords. Unless such precautions are taken, an attacker can use the input boxes to send their own request to the database, which could allow them to download the entire database or interact with it in other illicit ways. (more…)

·

<< Latest posts

Older posts >>

© 2010 Sailen Karmacharya