> The web server at LSU for the faculty web page in our math department > no longer allows python, perl, or php webpages to be served, for > "security" reasons. This server does allow html (not htm), javascript > and AJAX (Asynchronous JavaScript and XML). > > Does anyone know of a web page dev environment, like silverstripe or > drupal, that integrates with a mysql (or any Linux database) and > AJAX/javascript only.
An AJAX call loads a resource specified by a URL/URI - the desired resource must be specified by URI whether via regular web browser request or via AJAX. So, to serve up dynamic content, whether with or without AJAX, the resource specified by the URL, has to consist of dynamic content. Thus, there are 2 options: 1. Sysadmin to provide some server-side capability for dynamic content; 2. AJAX to inject dynamic content from other domain/site. HtH. Randall Whitman www.whizman.com _______________________________________________ LinuxUsers mailing list LinuxUsers@socallinux.org http://socallinux.org/cgi-bin/mailman/listinfo/linuxusers