Search results

  1. N

    How to change a text in PHP, with arrays?

    I used $output = str_replace($arraytochange, $array2, $text); but it didn't work. Or not that's the problem?
  2. N

    How to read php files with question arks in the url?

    I want to read a file like h__p://something.tld/asd.php?asd=a&a=asdf but it writes an error message. Why? How can I read the full file? Maciej Kwas: I just want to read the ouput. I know about the $_GET and phps, I need to read the outuput of this.
  3. N

    How to change a text in PHP, with arrays?

    I used $output = str_replace($arraytochange, $array2, $text); but it didn't work. Or not that's the problem?
  4. N

    PHP get string between two other strings. How?

    Like I have a sting of asdasdSTARTtext123asdSTART111asd and I want to get the string between the first START and the following asd. How can I do it?
  5. N

    How to put a file (picture or text) or a website (or minimum one file of it

    like index.html) to Rainmeter? Theme: Enigma.
  6. N

    How to put a file (picture or text) or a website (or minimum one file of it...

    ...like index.html) to Rainmeter? Theme: Enigma.
Back
Top