[PHP] Extracting data

2001-11-27 Thread Joeri Vankelst
I would like to be able to do is count the #@'s so I can seen how many items there are in the variable. Any help would be greatly appreciated! Joeri Vankelst -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

[PHP] Enter to BR

2001-06-25 Thread Joeri Vankelst
How can I get an Enter typed in a HTML textfield to be inerpreted as a BR or a P tag? Someone sugested I use the split() function, but I wouldn't know how... Joeri Vankelst -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

Re: [PHP] writing to file on server

2001-04-22 Thread Joeri Vankelst
When you are using that on your site, what basically happens is that you are > trying to open an FTP session with yourself. Not too efficient. > > So just kill off the url and use the path to your file. > > > -- > Plutarck > Should be working on something... > ...but forgot wh

[PHP] writing to file on server

2001-04-22 Thread Joeri Vankelst
I try to I get these warnings: Warning: File already exists Warning: fopen("ftp:[EMAIL PROTECTED]/guestbook.txt","a";) - File exists Is this problem related to the FTP fopen? And is there a way to correct this problem? Tnx! Joeri Vankelst -- PHP General Mailing