Jump to content

vkgbiz

New Members
  • Posts

    6
  • Joined

  • Last visited

    Never

Everything posted by vkgbiz

  1. Hi , i want to display in information by hiding background , so that i can get more of users attention. can any one has the script for this? take a look at attached screenshot with this. [attachment deleted by admin]
  2. I've attached files with this, use those to read excel files using php. the zip files contains all the samples u needed. if you have any problems in reading date formats then use the PHPExcel_Shared_Date::ExcelToPHP(value) in date.php file. "value" should be in numerals. because excel stores the dates as numeric values. that value should be passed to that function to get the date... for example, convert the date field in excel to a numeric using format option in excel , you will see some numbers in the formatted field. [attachment deleted by admin]
  3. Thanks raphael1, for your reply. but i solved this problem. actually this problem triggered when i included two files which has the same class name. for example , first.php contains a class called " transaction" and second.php also contains "transaction" class but with different functions in it. when we include both these files(first.php,second.php) it'll trigger the "cannot redclare class" , that is why i asked you how to remove one file that has the same class declaration. i just renamed one class now its works well.
  4. Hi, is there any way to clear the included file in php? for example, if i included a file like , include "file.php"; after using the functions in this file finally i want to exclude from the list.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.