Associative Arrays?
You can use string values as keys. For example, you might create an arraylike this:
$myStuff = array();$myStuff[“name”] = “andy”;$myStuff[“email”] = “andy@fsdsd.ca”;Print $myStuff[“name”];
Associative arrays are different t…Read More
Web server compression?
The best way to understand web server compression is to think of sending ZIP filesinstead of uncompressed files from your web server to your web user. Sending less dataover the network will minimize network latency and your …Read More
What is the use of PEAR in php?
PEAR is known as PHP Extension and Application Repository. It provides
structured library to the PHP users and also gives provision for package
maintenance.
…Read More
What Is a Session?
It is stored at server side because PHP is server side scripting language
Session is stored on server side
because how much time page will execute it doesn't depend on client it
depends on server. Server decide the sess…Read More
THE DIFFERENT TYPES OF ERRORS IN PHP?
1. Notices: These are trivial, non-critical errors that PHP
encounters while executing a script – for example, accessing a variable
that has not yet been defined
2. Warnings: These are more serious errors – for example, a…Read More
count the elements of an array?
sizeof($array) – This function is an alias of count()
count($urarray) – This function returns the number of elements in an array.
…Read More
$_GET , $_POST,$_COOKIE??
$_GET contains any variables provided to a script through the GET method.
$_POST contains any variables provided to a script through the POST method.
$_COOKIE contains any variables provided to a script through a…Read More
How we know browser properties?
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.
…Read More
What Is a Persistent Cookie?
A persistent cookie is a cookie which is stored in a cookie file
permanently on the browser's computer. By default, cookies are created
as temporary cookies which stored only in the browser's memory. When the
browser is c…Read More
Online Marketing PPC terms
Online Marketing Top PPC terms
PPC Online Marketing terms
CPC:Cost per click. The actual dollar value youpay. Some people reserve CPC for banners...
Measuring Social-Media Optimization
Start Social-Media Optimization to your website
If you’re participating in social media, you’re going
to want to know how it’s working....
Use AdWords as an SEO Tool
AdWords as an SEO Tool
As core SEO becomes simply one of the tools used to
advertise destinations on the Web, it makes sense to
supplement...
seo Keyword Placement tips
Keyword Placement seo tips
Keyword Placement
The text on your web page should include the most
important keywords you have...
Article Marketing On Internet - online
Article Marketing Tips Online Internet
Article writing is an efficient marketing tool
for your business if done properly. It’s
another...
How to growing traffic of a website
Growing traffic of a website-Tips
If you want to stay on top of the search results you have
to stay focused on generating compelling...
seo tips for blogs
Seo Articles Targeted Clients
Element
5 ways to help seo
Best seo Tips And Tricks
Content Will Still Reign as King
seo...