Re: [PHP-WIN] capturing windows clipboard && sorry!

2002-05-11 Thread firepages
Hi, unfortunately I dont have a browser to provide javascript for me, the app is PHP-GTK && php shell scripts only. I almost have a solution in that I have been playing with getclip.exe which is part of cygwin, I can at this point run clipget via popen() and echo the clipboard, but so far only to

RE: [PHP-WIN] Forms don't work

2002-05-11 Thread Robin Bolton
Frank, When I used to run Xitami one of the things I noticed was that the 2.5b5 version Xitami had PHP problems which weren't evident in the 2.4d9 release. I would suggest that you give the 2.4d9 version a shot and see if that helps. Otherwise, you may want to consider switching to Apache, it's n

php-windows Digest 12 May 2002 01:25:08 -0000 Issue 1140

2002-05-11 Thread php-windows-digest-help
php-windows Digest 12 May 2002 01:25:08 - Issue 1140 Topics (messages 13704 through 13712): Forms don't work 13704 by: Frank Pohl 13705 by: Rasmus Lerdorf 13706 by: Frank Pohl 13707 by: Rasmus Lerdorf 13708 by: Frank Pohl 13709 by: Rasmus Lerd

[PHP-WIN] permissions

2002-05-11 Thread Brandon Feldhahn
Hello, i need to now how to set permissions for scripts to work on another server, this is my error, and im trying to make a guest book, what do i do the change the permissions or get around this, thanks. Warning: fopen("mb.php3.comment", "a") - Permission denied in /home/nofx413/public_html/a

[PHP-WIN] Include_path problem

2002-05-11 Thread George Kesarios
Can anyone please tell me what this means and how to go about to fix it! Im fairly new and this error keeps popping up in most of the scripts I try to run. Warning: Failed opening '../htmlheader.php' for inclusion (include_path='') in C:\Program Files\Apache Group\Apache2.. Using Apache

[PHP-WIN] preg_replace or ereg_replace.. or something

2002-05-11 Thread Nicola Delbono
Hello I'd like to have a regex which can find words > 4 length in the body of an HTML page adding an incrementing number before every word, but preserving original HTML ( so no strip_tags ) Example: Hello, this is my first brilliant page on the web. Hey what an amazing thing. would bec

Re: [PHP-WIN] Forms don't work

2002-05-11 Thread Rasmus Lerdorf
No idea, I don't actually do Windows. On 11 May 2002, Frank Pohl wrote: > [EMAIL PROTECTED] (Rasmus Lerdorf) wrote in > [EMAIL PROTECTED]:">news:[EMAIL PROTECTED]: > > >> Still not working with tourning on register_globals. Got the error > >> message undefined Variable, even phpmyadmin have the

Re: [PHP-WIN] Forms don't work

2002-05-11 Thread Frank Pohl
[EMAIL PROTECTED] (Rasmus Lerdorf) wrote in [EMAIL PROTECTED]:">news:[EMAIL PROTECTED]: >> Still not working with tourning on register_globals. Got the error >> message undefined Variable, even phpmyadmin have the same problem. > > You didn't turn them on correctly then. Perhaps you edited the

Re: [PHP-WIN] Forms don't work

2002-05-11 Thread Rasmus Lerdorf
> Still not working with tourning on register_globals. Got the error message > undefined Variable, even phpmyadmin have the same problem. You didn't turn them on correctly then. Perhaps you edited the wrong php.ini file. Put a phpinfo() call on a page and check where PHP is looking for the php.

Re: [PHP-WIN] Forms don't work

2002-05-11 Thread Frank Pohl
[EMAIL PROTECTED] (Rasmus Lerdorf) wrote in [EMAIL PROTECTED]:">news:[EMAIL PROTECTED]: > Turn on register_globals in your php.ini file > > On 11 May 2002, Frank Pohl wrote: > >> Hi, >> >> first I have to excuse my bad english, but I have a problem and I >> hope I can find help here. >> I've i

Re: [PHP-WIN] Forms don't work

2002-05-11 Thread Rasmus Lerdorf
Turn on register_globals in your php.ini file On 11 May 2002, Frank Pohl wrote: > Hi, > > first I have to excuse my bad english, but I have a problem and I hope I > can find help here. > I've installed the Xitami webserver and PHP, both in the newest versions. > At first everything seems to be f

[PHP-WIN] Forms don't work

2002-05-11 Thread Frank Pohl
Hi, first I have to excuse my bad english, but I have a problem and I hope I can find help here. I've installed the Xitami webserver and PHP, both in the newest versions. At first everything seems to be fine, but the problem ist that variables out of a form won't be send to the next script by

php-windows Digest 11 May 2002 11:03:44 -0000 Issue 1139

2002-05-11 Thread php-windows-digest-help
php-windows Digest 11 May 2002 11:03:44 - Issue 1139 Topics (messages 13696 through 13703): Re: mail() problem 13696 by: Jason Soza 13700 by: Tomator 13703 by: Manuel Lemos capturing windows clipboard && sorry! 13697 by: firepages 13698 by: Mike Flyn

[PHP-WIN] Re: mail() problem

2002-05-11 Thread Manuel Lemos
Hello, On 05/11/2002 04:56 AM, Tomator wrote: >>I'm using WinXP with PHP as Apache's module and have PHP.INI in C:\winnt, >>where is the line "SMTP = my.addres". However phpinfo() ALWAYS tells that >>SMTP is "localhost". I can change thist only with ini_set(), but it > > doesn't > >>fix my prob

[PHP-WIN] mailing list ?????

2002-05-11 Thread toby z
guyz . anyone know bout some good ssl and xml mailing lists ? pleez do lemme no .. thnx a billion . toby __ Do You Yahoo!? LAUNCH - Your Yahoo! Music Experience http://launch.yahoo.com -- PHP Windows Mailing List (htt

Re: [PHP-WIN] capturing windows clipboard && sorry!

2002-05-11 Thread Eduards Cauna
> > >My Q is how would (can I) capture the contents of the windows clipboard? > > >I have an app running on the client computer, they copy an image to the > > >clipboard.. - canI get it ? Think about JavaScript. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://w

[PHP-WIN] Re: mail() problem

2002-05-11 Thread Tomator
> I'm using WinXP with PHP as Apache's module and have PHP.INI in C:\winnt, > where is the line "SMTP = my.addres". However phpinfo() ALWAYS tells that > SMTP is "localhost". I can change thist only with ini_set(), but it doesn't > fix my problem - I can't send any e-mail from my PHP! OK, I've ma