Hi i am having difficulties to update the cmark data.in other words, i dont have any idea on how to do it.
studentsubject.xml
Code:<?xml version="1.0"?> <students> <student sid="amuk"> <id>20088</id> <subject>PHP</subject> <code>CSC572</code> <cmark>10</cmark> <lectid>mus</lectid> </student> <students> <student sid="lan"> <id>200828</id> <subject>XHTML</subject> <code>CSC576</code> <cmark>30</cmark> <lectid>mus</lectid> </student> <students> <student sid="musa"> <id>2008288868</id> <subject>XML</subject> <code>CSC570</code> <cmark>30</cmark> <lectid>mus</lectid> </student>
php code
PHP Code:
<?php
if(isset($_POST['Submit']))
{
//help i dont have any idea
?>





Bookmarks