[PHP] WYSIWYG editor for PHP

2003-08-14 Thread Denis 'Alpheus' Cahuk
hey every1! I need a WYSIWYG editor for PHP. That is all. Can any1 advice me one( or more :-) )? Thanks in advance! Denis 'Alpheus' Cahuk -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Multiple targets with fscanf

2003-08-02 Thread Denis 'Alpheus' Cahuk
Dan Anderson wrote: Thanks a lot. hehe no thanks needed. Just remember to read up on the functions so you'll know how they work. ;-) -Dan I've found some bugs there too, so dont worry. Like the ...($li_tag_start_position + 4), ($li_tag_end_position + 4)... It actually has to be (4 +

[PHP] Multiple targets with fscanf

2003-08-01 Thread Denis 'Alpheus' Cahuk
in the header, but I would like to get the whole line until the next li. Thanks in advance Denis 'Alpheus' Cahuk P.S: I am not suscribed to the ML so reply to the mail directly please. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Multiple targets with fscanf

2003-08-01 Thread Denis 'Alpheus' Cahuk
in the header, but I would like to get the whole line until the next li. Thanks in advance Denis 'Alpheus' Cahuk -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Multiple targets with fscanf

2003-08-01 Thread Denis 'Alpheus' Cahuk
+ $li_tag_end_position)); $buffer = substr($buffer, (4 + $li_tag_end_position)); } ? Note that you could significantly compact the code by putting the strpos calls in substr. This would, however, obfusicate it. -Dan On Fri, 2003-08-01 at 07:15, Denis 'Alpheus' Cahuk wrote: Hello! I'll get strait

[PHP] Editor

2003-06-24 Thread Denis 'Alpheus' Cahuk
just wanted to know what free editors (for windows) do you use. Im using Maguma. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] WEB HOST

2003-06-24 Thread Denis 'Alpheus' Cahuk
I need a php4 web host with MySQL. It has to be free and there should be no ads or pop-ups. I should be allowed to show my own ads on my page. Denis 'Alpheus' Cahuk -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: WEB HOST

2003-06-24 Thread Denis 'Alpheus' Cahuk
what do you mean with watermarked? At 04:28 24.6.2003 -0400, you wrote: On Tue, Jun 24, 2003 at 10:22:06AM +0200, Denis 'Alpheus' Cahuk wrote: I need a php4 web host with MySQL. It has to be free and there should be no ads or pop-ups. I should be allowed to show my own ads on my page. What

[PHP] Encoding

2003-06-24 Thread Denis 'Alpheus' Cahuk
My surname (Èahuk, I write it Cahuk) is writen with a C and a \/ above it. What encoding do I need so that every1 will see it? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: WEB HOST

2003-06-24 Thread Denis 'Alpheus' Cahuk
THe host is good, but buggy. I cant install pre-made scripts (like the phorum or phpBB) and I can't access to phpMyAdmin and cant change my password anymore, and cant even cancel At 04:28 24.6.2003 -0400, you wrote: On Tue, Jun 24, 2003 at 10:22:06AM +0200, Denis 'Alpheus' Cahuk wrote: I need

Re: [PHP] Encoding

2003-06-24 Thread Denis 'Alpheus' Cahuk
So you don't know what encoding I should use? At 19:39 24.6.2003 +0800, you wrote: On Tuesday 24 June 2003 19:07, Denis 'Alpheus' Cahuk wrote: My surname (Èahuk, I write it Cahuk) is writen with a C and a \/ above it. What encoding do I need so that every1 will see it? Can we just call you

[PHP] WEB HOST NEEDED!!!!!

2003-06-24 Thread Denis 'Alpheus' Cahuk
Like I said, I need a web host. It MUST support PHP, mySQl and sending emails, optional. It shouldn't have any ads (pop-ups, ads), but I will allow if it has watermarks (SMALL! watermarks). It should be TOTALY FREE! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] Defining Super Globals

2003-06-23 Thread Denis 'Alpheus' Cahuk
Can some1 tell me how can I define Super Globals (like the Application Scope in ASP)? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php