This article shows how to save and modify php session data, cookies, do anything really… without using ajax or iframes or forcing the user make a request.
Ajax (Asynchronous JavaScript and XML) Articles
Ajax, or AJAX, is a web development technique used for creating interactive web applications. The intent is to make web pages feel more responsive by exchanging small amounts of data with the server behind the scenes, so that the entire web page does not have to be reloaded each time the user requests a change. This is intended to increase the web page's interactivity, speed, functionality, and usability.
Here is a really good place to get some ajax tips - another.
PHP Sessions/Cookies On The Fly
SEO Boost from Google 404 Plugin
1 minute Install!
Turns every 404 Not Found error into a SEO traffic generating event! Now you have many unique users with unique IP addresses and cookies searching your blog on all of the Google Indexes… Sweet!
«Take My 404 for a Test-Drive
Boost SEO, Drive Traffic with the 404 Error Page Plugin
The best (so far) AskApache Plugin is now even bestester! Turns every 404 Not Found error on your blog into a search engine optimized, traffic driving event!![]()
PHP and AJAX shell console
Ever wanted to execute commands on your server through php? Now you can.
I’m calling this file (see below) shell.php and it allows you to run commands on your web server with the same permissions that your php executable has.
Continue Reading