[PHP-WIN] popup text

2001-08-28 Thread sur-php
Hello php-windows, does anyone know how to do this ? for example... if we will take mouse cursor above any hyperlink, then some text will be popup. i know how to do this with images ... but simply with text link how to do ??? this doesn't works :( link any idea ??

Re: [PHP-WIN] PHP/VB/Byrefs

2001-08-28 Thread Andrew Stopford
Hi, I created a simple COM object that uses ByRef and works with PHP 4.0.6 what version of PHP are you running ? Andrew "Eric Pankoke" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I created a simple DLL that contains two functions which give the user a >

[PHP-WIN] Re: popup text

2001-08-28 Thread Kumschick Alain
Here is the code: * Link Here * --- Alain K. --- ___ http://www.kumschickalain.50g.com/ - Up

RE: [PHP-WIN] Re: popup text

2001-08-28 Thread Jens Wabnitz
> Here is the code: > > * > Link Here > * But only for IE and Netscape 6. For Netscape 4.x you have to use DHTML. Bye Jens -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail:

[PHP-WIN] COM objects win2000 PHP4.02

2001-08-28 Thread Mize, Robert
I am having issues instantiating word or excel using COM. I get the error: Warning: Unable to obtain IDispatch interface for CLSID {000209FF---C000-0046}: Access is denied. in C:\Inetpub\wwwroot\website\excel\word.php on line 3 Unable to instanciate Word Line 3 is: $word = new COM

Re: [PHP-WIN] printer_start_doc

2001-08-28 Thread Rob Cox
Any luck? "Daniel Beulshausen" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > At 15:08 24.08.2001 -0400, Rob Cox wrote: > >Updated to 4.0.7rc1 and it still didn't work. > >Here's my snippet: > > > >$handle = printer_open("\\\kinkos\\kinkos"); > >printer_start

Re: [PHP-WIN] COM objects win2000 PHP4.02

2001-08-28 Thread Alain Samoun
Did you check: http://www.php.net/manual/de/install.iis.php#install.iis.iis4 You seem to have a permission problem. Don't forget that PHP code works on the server side, so you need to have word enabled for your server. Also check the win2k process list because for every time the script crashes you

RE: [PHP-WIN] COM objects win2000 PHP4.02

2001-08-28 Thread Mize, Robert
After changing the permissions using dcomcnfg.exe, it is working. I never knew that existed.. Thanks Alan! Also thanks to everyone else who had suggestions. rob. -Original Message- From: Alan Brown [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 28, 2001 2:19 PM To: Mize, Robert Subjec

php-windows Digest 28 Aug 2001 22:21:39 -0000 Issue 725

2001-08-28 Thread php-windows-digest-help
php-windows Digest 28 Aug 2001 22:21:39 - Issue 725 Topics (messages 9087 through 9095): popup text 9087 by: sur-php 9089 by: Kumschick Alain 9091 by: Jens Wabnitz Re: PHP/VB/Byrefs 9088 by: Andrew Stopford Embedding PHP in C 9090 by: Chris Wilson

[PHP-WIN] Error Loading Extensions... but only a few extensions!!!!

2001-08-28 Thread Alberto Díaz
Hello. I just installed the latest version 4.0.6 of PHP on Win2K. When I load extensions such a php_gd.dll it loads perfectly. But when I try to load php_gettext.dll, it give me an error telling me not found, and they are in the same path both. I spell it letter by letter and it's OK. Do you know

[PHP-WIN] Problem with Sablotron extention for Windows

2001-08-28 Thread Viktor Sokov
Hi, i followed the install.txt instructions, but still can not bring the Sablotron extention to work: Php doesn't want to start. Does anybody have Sablotron working and could tell me the secret? Thanks a lot Viktor -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mai

[PHP-WIN] Extra Html Charachters in print("");

2001-08-28 Thread Jody Mickey
When I print out a string, sometimes it adds an extra >, or sometimes < probably, but in this case it is a >. I have checked and checked, and there is no extra > in my code. A friend has had this happened to him before too, why does it do this and how do you fix it? Thanks Jody -- PHP Windows

[PHP-WIN] OPEN_BASEDIR

2001-08-28 Thread Erick Baum
I have specified the "open_basedir" in our php.ini file on our Windows 2000 Server running IIS5. No matter what I set open_basedir = it does not work. It will still allow me to open any file on the hard drive. I have tried specifying all of the following and it seems to have no effect: open_bas

[PHP-WIN] Installation Problems - PHP 4.0.6 / Win2k sp2 / IIS5 / MySQL 3.23.32 / PostNuke 0.62

2001-08-28 Thread Bill J. Vallance
I host my website on my friends’ server. He and I were looking into PHP & PostNuke and we liked the features. He installed everything, listed in the subject, on his site and came up with bunch of warnings: Use of undefined constant… I have an almost exact same setup server at home so I tried in

[PHP-WIN] Re: PHP 4 Installation

2001-08-28 Thread goodluckmo
May be ,you can get the program name x.php On Fri, 12 May 2000 13:32:03 +0700, [EMAIL PROTECTED] (Chandra Hermawan/User/Alfa) wrote: > > >I already had PHP3 on my win98, now I want to upgrade it to PHP4, but >after I follow all the instructions in Readme.txt I still have a problem, >I can't ru

[PHP-WIN] Start Accepting Credit Cards``

2001-08-28 Thread [EMAIL PROTECTED]
mvc9v9 We help business owners accept credit cards! Competitive Rates! Below Market Prices! Our approval process is quick and simple! We offer complete processing systems for your business: *Internet *Retail *Mail Order *Phone Order Free information request form: PLEASE VISIT http://www.free

[PHP-WIN] Embedding PHP in C

2001-08-28 Thread Chris Wilson
Hello Everyone I'm doing a project for which I want to have a C/C++ act as a process proxy for which can pass information and retrieve information from a called PHP script. I think that can be done in perl however perl I don't take is the best langauge. I've fell in love with PHP and would love u