Difference between revisions of "CP2132"

From mi-linux
Jump to navigationJump to search
Line 9: Line 9:
  
  
updating and deleting files: found this website on the web which will be useful for you to update and delete items from the database. click this webaddress http://www.netbeans.org/kb/docs/php/wish-list-lesson1.html by genevieve smith 0709473)
+
updating and deleting files: found this website on the web which will be useful for you to update and delete items from the database. click this webaddress http://petala-azul.com/blog/crud/ by genevieve smith 0709473)
  
 
Sorry to contradict you genevieve but that link will show you how to create CRUD using PHP
 
Sorry to contradict you genevieve but that link will show you how to create CRUD using PHP
 
By passing an ?ID variable to another page using $POST - you will lose marks using this method
 
By passing an ?ID variable to another page using $POST - you will lose marks using this method
 
you need to create CRUD using ZEND which is different.
 
you need to create CRUD using ZEND which is different.

Revision as of 12:59, 12 March 2009

Main Page >> Web Frameworks


The module aims to provide an in depth understanding of the use of web frameworks and the common tools and methods used to manipulate web based data and serve data via Web Services to net based clients.


updating and deleting files: found this website on the web which will be useful for you to update and delete items from the database. click this webaddress http://petala-azul.com/blog/crud/ by genevieve smith 0709473)

Sorry to contradict you genevieve but that link will show you how to create CRUD using PHP By passing an ?ID variable to another page using $POST - you will lose marks using this method you need to create CRUD using ZEND which is different.