Wrox Programmer Forums
|
Ajax the combination of XHTML, CSS, DOM, XML, XSLT, XMLHttpRequest, and JavaScript
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Ajax section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 29th, 2006, 11:18 AM
Registered User
 
Join Date: Sep 2006
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Default Ajax and databases

I'm currently working on a website that's accessing information on a server to produce the contents of a table with times and discriptions.

Being completely new to web design, I started off making the page.
It uses javascript and XMLHttpRequest to parse the data and put it in the table. I tested out filling the form with information from a simple .xml file. Now I want to start putting in real values and much larger amount of information, but writing it all by hand as an .XML file seems unpractical.

Would mySQL be a good way to store information like this? I don't really understand how I can safely access the information from the apache server. I read a little about using PHP to access mySQL but I don't know how to set that up safely. I'm worried that if I just start using a PHP module the databases will be open for anyone to drop the database.

What do you think is the best solution to get from XMLHttpRequest to a database? Thanks.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Recommend an AJAX IDE - JoyiStar AJAX WebShop. kingstar Ajax 4 December 15th, 2006 05:12 AM
New Ajax article: Creating an Ajax Search W jminatel BOOK: Professional JavaScript for Web Developers ISBN: 978-0-7645-7908-0 1 May 11th, 2006 03:45 PM
new Ajax article: Creating an Ajax Search Widget jminatel Ajax 0 May 11th, 2006 02:50 PM
New Ajax Article: Ajax Submission Throttling jminatel Ajax 0 April 11th, 2006 08:00 PM
2 databases tready Access VBA 3 November 4th, 2005 04:39 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.