code
search
solutions
software
Search
Search
Programming help
Search Keyword:
Search
All words
Any words
Exact Phrase
Ordering:
Newest First
Oldest First
Most Popular
Alphabetical
Section/Category
Search Only:
Articles
Search Keyword
php xls
Total: 40 results found.
Display #
5
10
15
20
25
30
50
100
All
Page 1 of 2
1.
read .xls (when php is on linux)
Hi I get the following error with the code below. I think this is because
php
is loaded on linux Do you know how to read a .
xls
file, when the
php
is installed on linux? your response ...
2.
Classes to work with XLS files in PHP
Does anyone know of a good class to work with
XLS
files in
PHP
? The ones I have seen either lack the ability to lock worksheets or are not free. Does anyone know of a good class ...
3.
convert selected PHP DB records to Excel file
... and all of records that are not selected disappear. If you click details link in depth details are listed. I need to find a way to convert these records from the
PHP
DB to an excel file. I found ...
4.
PHP CSV output to excel with chinese characters
Hi, Can anyone offer any advice on how to output an excel file including Chinese characters(charset=gb2312") using
PHP
? I can successfully create the excel file if I 1. view the ...
5.
PHP > Xeon Server... O.o?
... ^ Obviously, thats where all the files are stored. /home/username/public_html/ ^ Thats where all the
php
files are stored. So what the
php
file I made does is goes back into the parent ...
6.
Delete files using PHP
Thanks to geoko I have a script to upload files, the files are uploaded and the file info is placed into a MySQL DB
PHP
Code: <? //Do some checks if (isset($_POST[submit])) ...
7.
try to read .xls file
im trying to read data from an .
xls
file, when the script starts executing it takes a while and suddenly apache http dies without output or errors in the logs here is my code
PHP
Code: //file and sheet ...
8.
reading excel (.xls) file???
hello, is it possible to read the contents of any ms excel (.
xls
) file??? will be glad, if anyone can provide some code or links for reading the data from
php
. thanks! hello, ...
9.
regarding xls download file in php
I m using the Japanese OS the problem downloading the
xls
sheet and displaying the junk data. header("content-type:application/vnd.ms-excel"); i m using the above format but ...
10.
Excel info to mysql using html textarea with php
Hi, ive been reading all the threads and the talk about converting the .
xls
to .csv and then using
php
functions to upload the info to mysql seems really interesting and would feel like the best ...
11.
PHP file upload - not uploading larger files
The largest file I have been able to upload this far has been 457kb - I am going to need one for much larger 5-10-20mb files. here is the
php
PHP
Code: //image upload1 ...
12.
mysql > php
HI guys...I want to make a form in
php
that will allow my users to view, edit records from a mysql database? Would this be hard to accomplish considering I do not know
php
. I have attached an ...
13.
convert xls to csv using php
hi! anybody knows how to convert an excel file to csv using
php
? thanks in advance! hi! anybody knows how to convert an excel file to csv using
php
? thanks in ...
14.
Export data to .xls - help writing file
... and downloading each others data? Heres the code:
PHP
Code: $FileData //Contains all the data in an html table $file = contactlist.
xls
; ...
15.
Saving report to file for xls or csv import
... save the html table code as an .
xls
file and Excel could open it without a problem. (but havent tried it yet). What Im having trouble with is the actual saving of the file (using
PHP
) and the downloading ...
16.
Decoding Mime encoded(base 64) files using IMAP in PHP
Hello, We were trying to decode base 64 mime encoded mail attachements(.
xls
,.doc,.Jpeg)using IMAP functions in
PHP
. The functions are unable to decode the data. If anybody has any solution ...
17.
Netscape appends .php to files generated by script
PHP
Code: <? session_start(); $i = $_SESSION[allresults_count]; $array = $_SESSION[allresults]; ...
18.
impoting excel to mysql using php
i need to import excel data to mysql table using
PHP
, but i dont want to save the file as a csv. is there any way by which the
php
code can directly read the
xls
file and import the data into ...
19.
PHP COM & Excel
... be greatly appreciated. Code Below:
PHP
Code: include ../../../sessioncheck.
php
; $file = \\<loc to sheet>\<--->\intranet\otis.
xls
; ...
20.
PHP Syntax Formatting
... they format their code to be more readable, like so: An example of how to correctly space out a function:
PHP
Code: // Correctly spacing a function with tabs to make it readable. ...
<<
Start
<
Prev
1
2
Next
>
End
>>
Popular Resources
how to query a mysql field value with ampersand
warning fsockopen [function fsockopen] unable to connect udp
Latest Resources
fwrite unexpected errors
Overlaying text on an image being uploaded.
function has error on array
function that see if a variable contains something?
getting string containing quote in same page
Web Stats