mysql>
SELECT DISTINCT column FROM table;
CSV tables?
PMA23:48
CSV tables are the special tables, data for which is saved into comma-separated values files
and cannot be indexed.
and cannot be indexed.
How does Google Plus helps in Seo?
PMA06:00
Google Plus helps the promoted web pages to get plus ones which are considered
as genuine votes by Google.
Using Google Plus for Seo
search-friendly URIs?
PMA05:50
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.
Search-friendly URIs include keywords related to the main subject of the page
directly within the address of the page.
calculate the sum of values in an array ?
PMA04:14
array_sum method can calculate sum of values in an array
How we know browser properties?
PMA03:39
echo $_SERVER['HTTP_USER_AGENT'];
$browser = get_browser();
foreach ($browser as $name => $value) {
echo “$name $value
\n”;
}
get_browser returns the capabilities of the user's browser.
$browser = get_browser();
foreach ($browser as $name => $value) {
echo “$name $value
\n”;
}
get_browser returns the capabilities of the user's browser.
What is CAPTCHA?
PMA03:36
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.
to tell Computers and Humans Apart.the application can be fairly
assured that there is a human client using it.
MySQL data directory?
PMA03:12
MySQL data directory is most important location in which all
MySQL databases are
stored. The default data directory is located in the file mysql.lf.