Jump to content

Vink

New Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by Vink

  1. Hi Yes, but jet no solution to the problem Its logical for me that I try it somewhere else or is that not allowed?
  2. Hi! I have the following problem: From 2 text files I get 2 variables with: $fp = @fopen ("category.txt", "r"); if ($fp) { while(!feof($fp)) { $lines[] = fgets($fp); } fclose($fp);} The second is the same but from another file. If I compare the 2 variables with: if($lines[2] == $other[4]) echo "the same"; That doesn't work and I do not know why.. Can somebody help? regards
×
×
  • 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.