Jump to content

ToonMariner

Members
  • Posts

    3,342
  • Joined

  • Last visited

Everything posted by ToonMariner

  1. have a look at this [a href=\"http://uk.php.net/manual/en/function.get-html-translation-table.php\" target=\"_blank\"]php html translation table[/a]
  2. this is just an issue of transfering the data into a file. all you will need is to separate the sql queries to the sections you want, parse the returned info and write to a file which you save as .xml. have a look at the file functions in php. If you need any further help just come back on here.
  3. Why can't you let the database do its stuff and just store the information. Do the sorting via any query to retrieve the data. It seems a very unuseful situation to have to sort the database all the time when as far as it is concerned it cares not a jot where things are!!!
  4. Hi people. I need a little bit of info if someone would be so kind..... I have a php upload script that is not working. The script is similar to the upload class written in the tutorial secition but the is_uploaded_file function($_FILE['file']['tmp_name'] returns false. php.ini has: safe mode: off open_basedir: no value uploaded_temp_dir: no value fileuploads: on before altering the scripts to handle errors I would get Permission denied erros on the move_uploaded_file function. I am not sure but this must be a group permission thing. If anyone could shed any light I would be very greatful. If you need anymore info please ask.
×
×
  • 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.