Quote:
|
Originally Posted by fivefeet8
Your site doesn't load for me. What datatype are you using for the return data?
|
Just HTML returned from a little php script I made... I haven't setup the db connection yet, but the last echo statement will output the HTML returned to the page.
Quote:
|
Originally Posted by fivefeet8
What are you using for the AJAX functionality? A custom javascript with direct xmlhttp post/get requests or one of the many javascript toolkits with built in functions for AJAX?
|
I took a simple script I found somewhere from a little tutorial and modified it to my taste. Theres a bit more to it now, just generic xmlhttp using GET. I would like to use POST eventually, but this works for now.
I prefer to make my own stuff, or build from something small like in this case. Sometime in the future I would like to create some modular libraries out of it and make it reusable.