Microsoft
Software
Hardware
Network
Question : insert variable in php
I have a code which insert excel file data to database.
but in this code, i have to give address of excel file like this:
// initialize reader object
$excel = new Spreadsheet_Excel_Reader()
;
// read spreadsheet data
$excel->read('Book1.xls');
its work right but
now i want to make it form method through which i can browse and insert variable.
i have tried this:
$excelfile = $_POST['filename'];
// initialize reader object
$excel = new Spreadsheet_Excel_Reader()
;
// read spreadsheet data
$excel->read('$excelfile')
;
but it shows error "The filename $excelfile is not readable"
Answer : insert variable in php
Remove quotes
// read spreadsheet data
$excel->read($excelfile
);
Random Solutions
How can I detect a pixel color of an image in Flash using ActionScript 2?
cisco vpn setup error
Remove Proxy settings from IE using Group policy
Eclipse, Create Project from existing source
How to get an USB speaker to work with Eee PC 900 Xandros Linux
google.class file detected by Norton as High risk - Is it high risk ?
Format Drive with FAT32
Rollover flash "SWF" files are not working in internet explorer
system info via website
Manual sbs03 -> sbs08 Migration