One characteristic of a well-optimized site is the presence of search-friendly URIs. Search-friendly URIs include keywords related to the main subject of the page directly within the address of the page.
CAPTCHA stands for Completely Automated Public Turing Test
to tell Computers and Humans Apart.the application can be fairly
assured that there is a human client using it.
Mysql_connect:
Opens a new connection to the database
The database connection can be closed
Opens the page every time the page is loaded.
Mysql_pconnect:
Opens a persistent connection to the database.
The database connection can not be closed.
The page need not be opened every time the page is loaded.