[PHP] MySql or flat database using PHP ?

2001-08-18 Thread David Ovens
Before I start creating an Sql table/database, thought I would ask for advice first. I am creating a directory online, with urls information, links, email addresses etc etc. What do you think is best a MySql database or writing it to a file using fopen/fwrite (flat file) ??? Your thoughts

Re: [PHP] Using fsockopen()

2001-08-13 Thread David Ovens
Thought I would repost, does anyone have a solution ? I am using php, apache on a windows system. - Original Message - From: "David Ovens" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August 13, 2001 1:26 AM Subject: [PHP] Using fsockopen() I am making a program,

Re: [PHP] Using fsockopen()

2001-08-13 Thread David Ovens
); - Original Message - From: Tim [EMAIL PROTECTED] To: David Ovens [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, August 13, 2001 11:55 AM Subject: Re: [PHP] Using fsockopen() Is the timeout coming from fsockopen() or from the program using too much time? I've used @fsockopen() before

Re: [PHP] Using fsockopen()

2001-08-13 Thread David Ovens
so far by increasing the set_tim_limit function it seems to have cured my problem. I shall see how it goes. Thanks Dave - Original Message - From: Tim [EMAIL PROTECTED] To: David Ovens [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, August 13, 2001 11:55 AM Subject: Re: [PHP

Re: [PHP] Re: replacing variables in file

2001-08-12 Thread David Ovens
I am making a program, that uses the fsockopen command looking at various url's, but occasionally it stops with a timeout error, I have used the @ infront of the fsockopen command, but it still times out with the error, how do I make php ignore the error so that I can make it automatically retry

[PHP] Using fsockopen()

2001-08-12 Thread David Ovens
I am making a program, that uses the fsockopen command looking at various url's, but occasionally it stops with a timeout error, I have used the @ infront of the fsockopen command, but it still times out with the error, how do I make php ignore the error so that I can make it automatically retry

[PHP] blank form

2001-08-08 Thread David Ovens
in my php scripts I am using forms which are posted to itself, each time fields are submitted the php scripts checks the syntax before moving onto the next part of the form, if there is an error the script will tell the user that there is an error and to use the back button to correct the

[PHP] Re: blank form

2001-08-08 Thread David Ovens
oops sorry, dont think it was a php problem but a problem with my browser !! - Original Message - From: David Ovens To: php Sent: Wednesday, August 08, 2001 10:56 AM Subject: blank form in my php scripts I am using forms which are posted to itself, each time fields

[PHP] .shtml or .php ?

2001-08-02 Thread David Ovens
The Virtual() command works on my hosting server, I am running windows, idigostart perl/apache with php4 installed, how do I get this virtual() command to work on my machine, I assumed that the php4 I had installed was an apache module. I have .shtml pages using includes for html, and exec cgi