Forum: PHP Dec 16th, 2007 |
| Replies: 7 Views: 1,084 Building a stateful web application is possible, but not feasible for most application scenarios. As for why a person may want such a thing? LOTS of reasons. An obvious example is a browser-based... |
Forum: JavaScript / DHTML / AJAX Mar 5th, 2006 |
| Replies: 7 Views: 21,130 Glad to help the csgal.
Campkev is correct. Here is how I do it.
<html>
<head>
<title>My Web Page</title>
<script type="text/javascript">
function LoadTrigger()
{ |
Forum: PHP Jun 27th, 2005 |
| Replies: 7 Views: 42,097 Yes, mod_rewrite is what you want if you are using Apache.
If anybody has any proof, I'd like to see it, but the official word from Google and others is that data-driven content (.ASP, .PHP,... |