I got it. The description cell contains on html elements i.e{<table>, <p>, <b> font so on....}. Each excel cell is heavy therefore i need proper method which will deal with html. Is there any...
thanks for your response. My problem has been resolved for insert data into database. But another problem has been occored. I have an excel file with field 'Description(May be more than 1000...
I am using phpExcel library for import data from excel(csv) file into mysql data. Every thing is working fine except mysql insert query below is my source code. Please after review my codes let me...
Hello everyone,
I am want to choose a best tool among of them (Power builder, Visual Studio and Java). Will any one suggest me which tool is best to develop windows applications...
but how i sum unpaid month. Because when any student paid then only this student record insertion in database and how i sum other students unpaid month? their records are not entered yet.
Hello everyone,
I want to get assistance from you for some payroll issue.
I have a form where user enter students fees. And i have another page where i select paid fees record.
In paid fees record...
Can we store different fields like (name1, name2, name3, name4) values into database table under one column i.e. (Name) with also fields name, so that we could use any field data later on different...
wsparrow thanks for reply.
i have give accurate path of files system. All file are being download except images. When we click to download images then images open in the same window. I wan't receive...
Serialize is used with array. When you want to store multi fields values in database in one cell then you can use serialization. And also implode and explode functions used same task.
Dear gavshouse,
When i am tried to save backup file on my local drive with given function by adding in bottom of the given backup function. Then file was saved successfully with...
Dear gavshouse,
Thanks for your response. When i try to submit page the dabase back file does't show. Please check my method to submit the page and tell where's the problem...
Hi,
I want to make database back using php. Please assist me with this matter. I want to export database in .sql format and also want to import after exporting using php. Any assistance will be...
Thanks a lot jarrod i have don work sucessfully. I used separate three column in database table to store the three different variables values into them. and i also retrive them successfully. Can i...
can you please only tell me one thing. My real problem is this:
After post the values. When i retrive these values with print_r function then below result will be shown.
i am working on big project and i want to insert data into database but i am using this serialize function because i want to insert values same like above three fields into only one database colum. I...