Post Free Classifieds     Dev Vani     Twitter     Watch TV

Content

Sixth Sense {Blog}, Spirituality, Hinduism, Free Downloads, SEO, Web dev, Learning PHP, Indian Cooking, News, Earthquake prediction

File: Webdev Tips

The benefit of choosing PHP as a web platform is its utility in dynamic and database driven web applications. It is fairly easy in PHP script to make a connection to MySQL database.

<?php
$connection = mysql_connect(”DataBase-Host”, “DataBase-User”,”Password-of-databse”)
OR die(’Error connecting to mysql’); // means do not execute code any further.
$dbname = ‘databasename’;
mysql_select_db($dbname);
?>

There is one more better [...]

 » Read the rest

PHP Tutorial [Beginner's Basic learning] - Sessions in PHP. Starting, Setting and Closing
Session(s) is a temporary storage of values/data to variables to be used for serving web user in a better and interactive way. The data stored in sessions can be either user provided or is being drawn from a stored database at server end.
Starting [...]

 » Read the rest

You love LAMP or WAMP? Either way you got Apache server and if apache on your webhost has mode rewrite enabled you can make use of HTACCESS to turncate long URLs into Search Engine friendly ones. Let assume that you a web domain, e.g http://www.example.com. You have URLs like http://www.example.com/topic/sub-topic.php you want to

 » Read the rest

You might have seen some animated image in address/location bar of browser like one is here an animated website favicon (favicon*new window ) a blinking “M” for web domain Mohyals.info (works better in Mozilla FireFox Browser).
First you need to make an animated gif to be used for your website, the add the following code into [...]

 » Read the rest

How to redirect sub-domains to main domain name?
It is very easy to redirect sub-domains (e.g http://free-movies.paramlowe.com) of a website to its main domain name (i.e. http://www.paramlowe.com) with the help of HTACCESS mode. You need Apache web server with mode rewrite enabled.
Search Engine Optimization professionals also use this kind of

Tagged: » » » » » » »

 » Read the rest

1. Search Engine submission and optimization
Submit your website to major search engines like Google, Yahoo, All the Web and AOL. There is good old Dmoz - open directory project where you can submit your website in appropriate category and hope for getting accepted into it but don’t get hurt if your web is not accepted [...]

 » Read the rest

The word SEO is an abbreviation for term Search Engine Optimization. SEO is a method/technique to optimize websites/webpages to make it list on first 1-5 pages in search engines like google, yahoo, Ask and MSN etc., to increase web traffic/website hits. The higher the search engine ranking of a website more are the chances that the website will be visited by users.

 » Read the rest

Ok you wanna learn PHP. Who knows you might be running next big thing. What ever! lets start first lesson. Your first code in PHP scripting language. I would advise you to learn a bit of HTML before you jump into PHP coding thing.
Like HTML, PHP also lives in tags known as open and close [...]

 » Read the rest

SEO Tips : Ping sites for your blog
You have been blogging online, but get a few visitors/readers per day?. Surely you want to increase your web traffic. Here is the SEO tip for increasing web traffic to your blog site.
Pinging blog directories is one solution that may not bring surge in web hits but it [...]

 » Read the rest

Fake Search Engine listings in Google. SEO or Hacker’s tricks

These days Google is not a reliable source for finding information and specially if you are searching for life saving info. I have been a dedicated

 » Read the rest