Code:
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title></title> </head> <body> <table border='1'> <?php $rows = 6; for($i=0; $i < $rows; $i++) echo "<tr><td>This
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title></title> </head> <body> <table border='1'> <?php $rows = 6; for($i=0; $i < $rows; $i++) echo "<tr><td>This
$table = array ("1", "2", "3", "4", "5");
$table[0]="1"; $table[1]="2"; $table[2]="3"; $table[3]="4"; $table[4]="5";
using System.Xml;
XmlDocument doc = new XmlDocument();
try
{
doc.Load(FilePath);
Leave a comment: