I am about to implement a website and I want the search engines like google and yahoo etc to bring traffic to my site.
Your help is highly appreciated in this regard.
Amir Khan
What are best practices for Search Engine Optimization
I am about to implement a website and I want the search engines like google and yahoo etc to bring traffic to my site.
Your help is highly appreciated in this regard.
Amir Khan
Can you give an example code using PHP/MySQL/AJAX combination where we can narrow down the the child select-option depending upon the value selected in the parent select-option.
For example if we choose USA then the states be populated in the child select-option or if we choose Canada then the...
Sessions are one of best means of implementing security navigating from one webpage to the other.
if you are using PHP you can do the following to take advantage of the sessions management:
Calling page:
session_name ('VisitID');
session_start();
$_SESSION['xyz'] = $some_variable;
header...
How can we call a URL using javascript:
i need to call a url something like this:
function abc_fn
{
// call http://www.abc.com
}
how can we do this in js?
thanks in advance
can we trigger when user X out of the browser window,
I need to call another page when a user closes the browser window by clicking on the red X (top-right), is there a way we can trigger this event
Thanks in advance
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.