Re: [PHP] file problem

2003-06-20 Thread Jason Wong
On Friday 20 June 2003 16:23, Adina wrote: > I have this script named test.php: [snip] > This script dosen't work. I receive the following warning: > Warning: > file("http://www.google.fr/search?q=beautiful&hl=fr&lr=&ie=UTF-8&oe=UTF-8&s >tart=10&sa=N") - No such file or directory in test.php on l

Re: [PHP] File problem - PHP Quest

2003-03-02 Thread Marek Kilimajer
Monil Chheda wrote: Hi, I have a problem in grabbing data from a file. I need to fetch data from raw log files and display it in a proper tabular manner. The log file contains: AWSTATS DATA FILE 5.0 (build 1.345) # If you remove this file, all statistics for date 2

RE: [PHP] file problem

2001-09-22 Thread Niklas Lampen
You might mean \n. Line: $str = "This\nis a\nsample" would output: This is a sample Did it help? Niklas -Original Message- From: Nikola Weber [mailto:[EMAIL PROTECTED]] Sent: 22. syyskuuta 2001 0:35 To: php forum Subject: [PHP] file problem Hi ! Thanks for the quick reply last ti