[PHP] Re: WELCOME to php-general@lists.php.net

2002-05-12 Thread Manisha
I am having a form, I want to write the form values into csv file. I just want to know whether it is necessary (compulsory) to have file lock before writing to file? There is only my program which is writing in the file - no other program. But many users can connect to web at a time - So is

Re: [PHP] Re: WELCOME to php-general@lists.php.net

2002-05-12 Thread Miguel Cruz
On Mon, 13 May 2002, Manisha wrote: I am having a form, I want to write the form values into csv file. I just want to know whether it is necessary (compulsory) to have file lock before writing to file? There is only my program which is writing in the file - no other program. But many

Re: [PHP] Re: WELCOME to php-general@lists.php.net

2002-05-12 Thread Manisha
At 10:06 PM 5/12/02 -0500, Miguel Cruz wrote: I just want to know whether it is necessary (compulsory) to have file lock before writing to file? It is definitely a good idea if you don't want corruption. You may find a database is easier in the long run. Do you mean to say that even if

Re: [PHP] Re: WELCOME to php-general@lists.php.net

2002-05-12 Thread Miguel Cruz
On Mon, 13 May 2002, Manisha wrote: At 10:06 PM 5/12/02 -0500, Miguel Cruz wrote: I just want to know whether it is necessary (compulsory) to have file lock before writing to file? It is definitely a good idea if you don't want corruption. You may find a database is easier in the long run.

Re: [PHP] Re: WELCOME to php-general@lists.php.net

2002-05-12 Thread Manisha
Thanks Miguel, Manisha At 10:38 PM 5/12/02 -0500, Miguel Cruz wrote: On Mon, 13 May 2002, Manisha wrote: At 10:06 PM 5/12/02 -0500, Miguel Cruz wrote: I just want to know whether it is necessary (compulsory) to have file lock before writing to file? It is definitely a good idea

[PHP] Re: WELCOME to php-general@lists.php.net

2001-09-13 Thread Andreas Sartori
i have a small problem. ?php include(http://www.sbg.ac.at/home.htm;); ? Warning: php_network_getaddresses: getaddrinfo failed: Name does not resolv to supplied parameters; neither nodename nor servname were passed. in /usr/INFO/web-docs/test.php on line 3 Warning: Failed opening

Re: [PHP] Re: WELCOME to php-general@lists.php.net

2001-09-13 Thread nate
I'm not entirely positive but not sure if you can use the domain name in the include.. in other words try: ?php include(home.htm); ? And you obviously cant include pages from other servers.. - Original Message - From: Andreas Sartori [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

Re: [PHP] Re: WELCOME to php-general@lists.php.net

2001-09-13 Thread Sterling Hughes
On Thu, 13 Sep 2001 [EMAIL PROTECTED] wrote: I'm not entirely positive but not sure if you can use the domain name in the include.. in other words try: ?php include(home.htm); ? And you obviously cant include pages from other servers.. 1) yes, you can include pages from other

Re: [PHP] Re: WELCOME to php-general@lists.php.net

2001-09-13 Thread nate
Ah, well shows what I know :) - Original Message - From: Sterling Hughes [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, September 13, 2001 11:14 PM Subject: Re: [PHP] Re: WELCOME to [EMAIL PROTECTED] On Thu, 13 Sep 2001 [EMAIL PROTECTED] wrote: I'm

[PHP] Re: WELCOME to php-general@lists.php.net

2001-05-15 Thread dr0asif
Dear sir, I am new to php.kindly recommend me tutorials tp get started. thanks asif -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] Re: WELCOME to php-general@lists.php.net

2001-05-15 Thread Kees Hoekzema
http://hotwired.lycos.com/webmonkey/programming/php/index.html and, for general use: http://www.php.net/manual And this one can be usefull too. http://marc.theaimsgroup.com/?l=php-general http://marc.theaimsgroup.com/?l=php-generalw=2r=1s=tutorialsq=b Kees - Original Message - From:

RE: [PHP] Re: WELCOME to php-general@lists.php.net

2001-05-15 Thread Sandeep Hundal
have a look at : http://www.hotscripts.com/PHP/ and www.devshed.com and zend.com sunny -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 15 May 2001 14:45 To: [EMAIL PROTECTED] Subject: [PHP] Re: WELCOME to [EMAIL PROTECTED] Dear sir, I am new to