Search results

  1. D

    PHP Function to find a phrase in a text document?

    I am trying to make a PHP script that extracts all the ID numbers from a document. This document has a lot of text and the ID numbers i want to return a string containing each ID number. An example of a text document i would run the script on: Chinese STID_1:1:12284 ate at 18:36 African...
  2. D

    PHP Function to find a phrase in a text document?

    I am trying to make a PHP script that extracts all the ID numbers from a document. This document has a lot of text and the ID numbers i want to return a string containing each ID number. An example of a text document i would run the script on: Chinese STID_1:1:12284 ate at 18:36 African...
  3. D

    PHP Function to find a phrase in a text document?

    I am trying to make a PHP script that extracts all the ID numbers from a document. This document has a lot of text and the ID numbers i want to return a string containing each ID number. An example of a text document i would run the script on: Chinese STID_1:1:12284 ate at 18:36 African...
  4. D

    How to HTML editing in PHP?

    hello im working on a PHP script for a small blog update site im making, and i want to be able to edit a html file, this is what i want to do: Enter all my article details into write.php proccess the variables from write.php and make a preview of what the article will look like on preview.php...
Back
Top