[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 + $li_tag_start_position), 
($li_tag_end_position - $li_tag_start_position - 4)

But thanks anyway :D



--
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
Hello!

I'll get strait to the point:
I want to include a header from another site ($fp = 
fopen(www.something.info/news.html, r)) using the fscanf command,
The headers are in li... tags and I'm usign $a = fscanf($fp, 
li%s). the problem is, that if I use this, I get only the first
word 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
Hello!

I'll get strait to the point:
I want to include a header from another site ($fp =
fopen(www.something.info/news.html, r)) using the fscanf command,
The headers are in li... tags and I'm usign $a = fscanf($fp,
li%s). the problem is, that if I use this, I get only the first
word 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
Dan Anderson wrote:

Is there any reason you couldn't do something like:

?php
$buffer = implode(\n,file($somesite));
while (strstr($buffer,li);
{
$li_tag_start_position = strpos($buffer,li);
$li_tag_end_position = strpos($buffer,/li);
$data = substr($buffer,(4 + $li_tag_start_position),(4 +
$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 to the point:
I want to include a header from another site ($fp =
fopen(www.something.info/news.html, r)) using the fscanf command,
The headers are in li... tags and I'm usign $a = fscanf($fp,
li%s). the problem is, that if I use this, I get only the first
word in the header, but I would like to get the whole line until the
next li.
Thanks in advance

Denis 'Alpheus' Cahuk

   



 

Thanks a lot. I managed to get the data. I just have to filter it out 
now with my own filter system for arrays and strings :D

Thanks again. You were a great help. If you want to help more on 
building this website, contact me please.

Denis 'Alpheus' Cahuk

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[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 incentive does a company have to provide service like this?

We have a free hosting package, and we don't do pop-ups, but every page
is watermarked, so it acts as advertising for us.  If you don't consider
that an ad, then feel free to visit http://www.it.ca/web/ and sign up.
The management software is still a little under development, so this
package will work better if you have enough technical ability to install
your own software.
--
  Paul Chvostek [EMAIL PROTECTED]
  it.canadahttp://www.it.ca/
  Free PHP web hosting!http://www.it.ca/web/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[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 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 incentive does a company have to provide service like this?

We have a free hosting package, and we don't do pop-ups, but every page
is watermarked, so it acts as advertising for us.  If you don't consider
that an ad, then feel free to visit http://www.it.ca/web/ and sign up.
The management software is still a little under development, so this
package will work better if you have enough technical ability to install
your own software.
--
  Paul Chvostek [EMAIL PROTECTED]
  it.canadahttp://www.it.ca/
  Free PHP web hosting!http://www.it.ca/web/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


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 Denis?

--
Jason Wong - Gremlins Associates - www.gremlins.biz
Open Source Software Systems Integrators
* Web Design  Hosting * Internet  Intranet Applications Development *
--
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[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: http://www.php.net/unsub.php


[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