[PHP] Search inside file :)

2010-10-11 Thread Jordan Jovanov
Hello everybody, I create one site where user can upload .zip files, but now I have one interesting problem. I need me PHP script where can have one edit box and button, user can input same text in edit box and when press on button he need to find the document who have text from edit button.

[PHP] Search For File

2003-11-18 Thread PHPDiscuss - PHP Newsgroups and mailing lists
Hello, I am trying to write a simple application using PHP on a Windows 2000 server. There is one text box for input and one search button. Basically the user would input a file name (for example help.pdf) and then the php script would search a directory (for example c:\help\) and subfolders

Re: [PHP] Search For File

2003-11-18 Thread Burhan Khalid
PHPDiscuss - PHP Newsgroups and mailing lists wrote: Hello, I am trying to write a simple application using PHP on a Windows 2000 server. There is one text box for input and one search button. Basically the user would input a file name (for example help.pdf) and then the php script would search

[PHP] php search xml-file

2001-04-09 Thread Jan Grafström
Hi! I have this xml: list varacar/vara bskrford/bskr price3600/price nr/nr /list - and this php: $filename = "list.xml"; $fp = fopen($filename, "r"); $string = fread($fp, filesize($filename)); $string = strip_tags($string); $refined_string = explode(" ", $string); if

Re: [PHP] php search xml-file

2001-04-09 Thread elias
try learning about: XML parser functions -elias http://www.kameelah.org/eassoft "Jan Grafström" [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi! I have this xml: list varacar/vara bskrford/bskr price3600/price nr/nr /list - and this php: