Client Side Things
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsOther TechnologiesClient Side Things

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
  #1  
Old September 29th, 2005, 09:16 AM
Anonymous Anonymous is offline
Registered User
Codewalkers God 35th Plane (22000 - 22499 posts)
 
Join Date: Apr 2007
Posts: 22,309 Anonymous User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 24
Converting from xls(html) to php and back

Hi,

I got my data to open up in excel using the script in the following as under

php Code:
Original - php Code
  1. header("Content-type: application/octet-stream");
  2. header("Content-Disposition: attachment; filename=abc.xls>");
  3. header("Pragma: no-cache");
  4. header("Expires: 0");
  5. include("protect.php");
  6. mysql_connect("localhost", $dbname, $dbpasswd )
  7.         or die ("Unable to connect to server.");
  8.  
  9. mysql_select_db($database)
  10.         or die ("Unable to select database.");
  11. $sql = "SELECT * FROM abc ";
  12. $export = mysql_query($sql);
  13. $count = mysql_num_fields($export);

and so on and so forth...

Now I have some questions and request guidance:

Since this is just raw data - how do I filter the data so i get only acertain field from the table.
Example:
php Code:
Original - php Code
  1.  
  2. $sql1 = "SELECT name FROM abc WHERE id=$id"


isnt working because i dont know where to define $id. If i put it above or below the headers, i get a parse error. Foll is the script i am using to define $id.
php Code:
Original - php Code
  1.  
  2. mysql_connect("localhost", $dbname, $dbpasswd )
  3.         or die ("Unable to connect to server.");
  4.  
  5. mysql_select_db($database)
  6.         or die ("Unable to select database.");
  7. $sql2 = "SELECT * FROM new ";
  8. $result2 = mysql_query($sql2);
  9. $myrow2 = mysql_fetch_array ($result2);
  10. $id = myrow2["ID"];



2)If I dont want the data to be outputted to an excel file but just in a nice html format (changing file name above to abc.html didnt help )which looks like excel then how do I get to define fonts, colours and wrap text for this data ?


3) I have a file called contact.xls which i uploaded to my site as contact.html. I created form boxes to input data for name, address etc.
Now is there a way my output can also come out in contact.xls design ?

Thank you for reading this post and for any advise you might have.


Swati

Reply With Quote
Reply

Viewing: Codewalkers ForumsOther TechnologiesClient Side Things > Converting from xls(html) to php and back


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump



 Free IT White Papers!
 
How to Present Effectively Online
This white paper offers practical and actionable advice on the key steps that any presenter should consider as they plan and execute a Webinar or online meeting.

Request Your Free Technology Downloads!
 
Open Source Security Myths
Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual property restrictions (or arrangement such as the public domain), and is usually developed with the input of many contributors.

Request Your Free Technology Downloads!
 
Power and Cooling Capacity Management for Data Centers
This paper describes the principles for achieving power and cooling capacity management.

Request Your Free Technology Downloads!
 
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation
For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper.

Request Your Free Technology Downloads!
 
Understanding Web Application Security Challenges
This white paper discusses many common threats and preventive measures for Web application security, and explains what you can do to help protect your organization.

Request Your Free Technology Downloads!
 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2009 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway
Stay green...Green IT