Jump to content

resago

Members
  • Posts

    246
  • Joined

  • Last visited

    Never

Contact Methods

  • Website URL
    http://www.helpwithcoding.com

Profile Information

  • Gender
    Not Telling

resago's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. if its being declared in a previous require, use require_once to prevent nested calls to the file.
  2. what do you get if you don't escape the comment?
  3. if thats not your forte, you can use hidden iframes.
  4. look at html_entity_decode
  5. use classes if you are creating your own data structure, otherwise normal functions will do just fine.
  6. nah, just 1 array, use the words as keys and just increment the value if $a is a word from your csv then do $frequency["$a"]++; you get undefined index warnings, but they are expected in this instance. then just do foreach ($key->$value) echo "$key:$value/n<br>";
  7. resago

    PHP & AJAX

    you can post with ajax too.
  8. if the client doesn't have a pdf viewer, it will ask to save the file. no other way to do it though. its up to the client to have the pdf reader.
  9. you left out $key in your write to file.
  10. <?php your code ?> otherwise, its just text.
  11. permissions? you may have to 777 the directory you are trying to write to before hand.
×
×
  • 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.