Month: November 2009

  • Ajax frontend for my backoffice in jQuery and PHP

    This is my way to organize php for a simple jQuery frontend ajax based: 1.in a administration page include the php that generate html for each box 2.for each box setup behavior in Javascript 3.let each php manage POST request (for change/update) and GET request for show content So in admin.php we could have something…