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/7080150c-a0f4-4122-8cd3-2e433a7f2b9d%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.

