Daniel, I was just looking at the JQuery<http://www.jqwidgets.com/jquery-widgets-documentation/documentation/phpintegration/bind-jquery-grid-to-mysql-database-using-php.htm> demo. I guess I assumed it was needed but now understand this can all be done using Django. I just don't understand how :-)
Thanks!! On Wednesday, January 8, 2014 6:36:02 AM UTC-6, Daniel Roseman wrote: > > On Wednesday, 8 January 2014 05:16:32 UTC, David Nides wrote: >> >> Greeting, >> >> I am trying to bind a jQuery grid to MySql database using PHP and serve >> up using Django. I am a complete noob to web dev and Django. I followed the >> directions >> on JQuery's >> website<http://www.jqwidgets.com/jquery-widgets-documentation/documentation/phpintegration/bind-jquery-grid-to-mysql-database-using-php.htm>to >> create the test database and three PHP files (i.e. connect.php, >> data.php, and index.php). Next I installed Django, I am using Windows. I >> know how to start the server using python manage.py runserver but how do I >> configure Django to serve up this >> JQuery<http://www.jqwidgets.com/jquery-widgets-documentation/documentation/phpintegration/bind-jquery-grid-to-mysql-database-using-php.htm> >> demo? >> >> Any guidance is much appreciated. >> >> Thanks!! >> >> David Nides >> > > > What is PHP doing here? If you want to use Django, use Django; if you want > to use PHP, use PHP. I don't understand why you're trying to use both. > -- > DR. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/0cf86b30-1609-4b4e-a389-adc6bd49cf74%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.

