Jump to content

sherbetlemon

Members
  • Posts

    14
  • Joined

  • Last visited

    Never

Contact Methods

  • Website URL
    http://www.snuffles117.blogspot.com

Profile Information

  • Gender
    Female

sherbetlemon's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I think it will really overwrite your variable.. since you are using the same id everytime you refresh the page... try to analyze your code...
  2. Thanks DarkWater.. actually, I've already done that.. but they want to retain all the html formatting on the cell,, they want the data to look exactly as it is on the web page... :'(
  3. hmmm,, i'm generating excel files using php and namespace, it moves from the current cell to the next cell everytime the scripts encounter <br/>, <div>,<p> in the data which should not be the case.. is there a way to not make it move to the next cell,, I guess what i'm trying to say is that how can i do line break in a cell???
  4. guys,, how can I simulate ALT+Enter in PHP?? I have this script which exports data to excel using namespace I have data which contain long texts and some formatting in them.. whenever the generation of excel file encounters <br/> or <p> it moves from the current cell to the next cell,, is there a way to prevent it from moving to the next cell??? Any help will be highly appreciated!!! Thanks in advance!!
  5. guys,, how can i simulate ALT-Enter in HTML or in PHP?? chr(10), chr(13), \n is not working.. how can i insert line break without moving to the next cell??? i really need this.. Thanks in advance for you help.. :-)
  6. I think it is also worth mentioning that the data of the columns i'm referring to is somewhat of TEXT or LONG TEXT category in MySQL..
  7. hi! I'm also using namespace for generating excel files.. there are several columns where data are formatted (i.e., there are <p>, <br/>, etc..) the problem is that when excel encounters <p> or <br/> tag it moves from the current cell to next row's cell.. Is there a way to prevent this?? I know that ALT+Enter makes it possible in MS Excel but how do I say ALT+Enter in my php code?? Thanks in advance!!
  8. i really can't believe that the webhosting company wont let us modify the values set in the php.ini... grrrr...
  9. yep, i'm using webhost.... but why is it that i still can't upload big files when i changed the value of the upload_max_filesize and post_max_size???
  10. guys, i set the values of upload_max_filesize and post_max_size through the . htaccess file. I managed to change the local values but i cannot change the master value of the php. ini. I tried uploading bigger files but still i cannot. . . what seems to be the problem here??? do the local and master values have to be the same for me to be able to upload large files??? I cannot locate the php. ini so . htaccess is my only choice of setting the values any idea??? I also tried setting the values through ini_set() but still no luck.... please this is urgent. . please help me
×
×
  • 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.