Posts
 
Reputation
Joined
Last Seen
Ranked #863
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
851
Member Avatar for newsguy

IBM has just announced the arrival of [URL="http://www-03.ibm.com/servers/deepcomputing/bluegene.html"]Blue Gene/P[/URL], the newest and fastest supercomputer around. How fast? Well Blue Gene/P just about triples the performance of Blue Gene/L, which currently holds the official title of the world’s fastest computer. The IBM System Blue Gene/P Solution is designed to operate continuously …

Member Avatar for njagi
0
472
Member Avatar for dani190

hey guys i have this line [CODE]$result=mysql_query($query) or die(mysql_error()); $option=""; while($row=mysql_fetch_array($result)) { $option.="<option value=".$row['firstname; lastname'].">".$row['firstname; lastname']."</option>"; } [/CODE] Now i need to fetch the last name and first names and put them into those option values... hows that done? If i go [CODE]lastname, firstname[/CODE] I get nothing, if i just …

Member Avatar for nav33n
0
132
Member Avatar for nathanpacker

Hey everyone, I'm using php to delete a row from a table in a database in mysql, but it's not working. I'm not even trying to do anything fancy, just delete one row. Here's the code: [PHP]<? include 'config.php'; $recordid = $_POST['recordid']; echo $recordid; mysql_query("DELETE FROM employees WHERE recordid='$recordid'") or …

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
175
Member Avatar for dcc

This morning Paris Hilton was release from jail to serve her full sentence as a house arrest. Paris was released for "health" reasons, there is no mention of what that constitutes...perhaps threats from other prisoners if she didn't quit bitching about the lack of room service? She will have to …

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

l really want to learn how to create web but l have no idea about website. I need someone should teach me how to design web. Thanks.

Member Avatar for HLA91
0
95