Posts
 
Reputation
Joined
Last Seen
Ranked #864
Strength to Increase Rep
+3
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #4K
~10K People Reached
Favorite Tags
Member Avatar for njagi

I need to know how one can generate an excel report from html output for example below <? header("Content-Type: application/vnd.ms-excel"); echo "<table border=1> <tr> <td>Cell 1</td> <td>Cell 2</td> </tr> </table>"; ?>

Member Avatar for swss
0
3K
Member Avatar for njagi

Hi Is there anyone who know How to capute a whole HTML file and convert itto Excel for example <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta name="description" content=""> <title>Fourth Year Computer Technology Time Table</title> </head> <body> <p>&nbsp;</p> <p>&nbsp;</p> <table cellspacing='4' cellpadding='4' border="1" align="center"> <tr> <td>Day</td> <td>Time</td> …

Member Avatar for ddellostritto
0
855
Member Avatar for newsguy

How much does the`Blue Gene/P and Blue Gene/L cost on the at the market price i need to by a few for my business.

Member Avatar for njagi
0
484
Member Avatar for dani190

It may be a good idea ti have a unique id to accompany the firstname lastname pair and submit the id instead of the name itself. for example <?php $result=mysql_query($query); $option=""; while($data=mysql_fetch_array($result)){ $option.="<option value=".$row['ID'].">".$row['lastname']."".$row['firstname']."</option>"; } ?> this should give id name pair like this. 1 doe john 2 kamau kuria …

Member Avatar for nav33n
0
132
Member Avatar for nathanpacker

Try using this approach $sql = "DELETE FROM employees WHERE recordid='$recordid'"; $theresult = mysql_query($sql) or die("query could not be completed");

Member Avatar for nav33n
0
4K
Member Avatar for njagi

hi I have php output of a sample invoice that I need to convert to EXCEL spreadsheet format I need help guys attached is a sample output of the invoice. This is the final output that need to be converted to EXCEL.

Member Avatar for pclfw
0
82
Member Avatar for njagi

I have this code to update the DB by subitting values in the checked columns The problem is that it skips some entries and does not always subit the values entered SQL Query $thisid=$_POST['id']; $nvalue = $_POST['newvalue']; $chkd = $_POST['checked']; foreach ($chkd as $key => $value) { $sql="update invoice_subcategory set …

Member Avatar for JeniF
0
134
Member Avatar for njagi

Hi I have made a HTML Form with check boxes and text boxes for submitting data to the database table Problem is it does not capture the values in the text boxes array but captures the one on the check boxes but the values in the text boxes is blank …

Member Avatar for somedude3488
0
198
Member Avatar for dcc

I guess the rule of all animals are equal but some are more equal than others still apply uh!!!

Member Avatar for joshSCH
0
708
Member Avatar for njagi

Hi am Njagi From Nairobi Kenya . My interest in Computers developed when i joined high school in 1999 and am currently pursuing computers in the University. I am constantly amazed and reminded of how much I don't know regarding so many elements in computing and thats why am in …

Member Avatar for christina>you
1
31
Member Avatar for Boat

The best place to start is finding a good book on HTML and learning the basics. Try [url]www.w#schools.com[/url] for free tutorials The web has numerous tutorials on the this and you will find them very useful good luck

Member Avatar for HLA91
0
95