php-windows Digest 29 Aug 2001 10:38:38 -0000 Issue 726 Topics (messages 9096 through 9106): Error Loading Extensions... but only a few extensions!!!! 9096 by: Alberto Díaz Problem with Sablotron extention for Windows 9097 by: Viktor Sokov 9106 by: Jens Wabnitz Extra Html Charachters in print(""); 9098 by: Jody Mickey 9103 by: Jody Mickey Start Accepting Credit Cards`` 9099 by: markymark.excite.com OPEN_BASEDIR 9100 by: Erick Baum Installation Problems - PHP 4.0.6 / Win2k sp2 / IIS5 / MySQL 3.23.32 / PostNuke 0.62 9101 by: Bill J. Vallance Re: PHP 4 Installation 9102 by: goodluckmo 9104 by: legal.HEROCYCLES.COM page sequence.... 9105 by: Andrew.Martin Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] To unsubscribe from the digest, e-mail: [EMAIL PROTECTED] To post to the list, e-mail: [EMAIL PROTECTED] ----------------------------------------------------------------------
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 how it solves? Thanks in advance Alberto
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
> Does anybody have Sablotron working and could tell me the secret? Which version do you use ? Get the actual one from www.php4win.de. Uncomment the extension=php_sablot.dll line in the php.ini file and copy the dll's from the dll-folder to the php or system folder. AFAIK the related dll's are: sablot.dll xmlparse.dll xmltok.dll Bye Jens
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
nevermind, i am an overlooking bastard. php does not make mistakes, i do. "Jody Mickey" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > 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 > >
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.freewebdirect.net/merchantservices/ **************************************************************** Since you have received this message you have either responded to one of our offers in the past or your address has been registered with us. If you wish to be removed please reply to: mailto:[EMAIL PROTECTED]?subject=remove **************************************************************** lilkc9c ****
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_basedir = . open_basedir = "." open_basedir = /. open_basedir = "/." open_basedir = ./ open_basedir = "./" open_basedir = c:\inetpub\wwwroot\ open_basedir = "c:\inetpub\wwwroot\" open_basedir = c:\inetpub\wwwroot open_basedir = "c:\inetpub\wwwroot" None of those worked... in each case, I was still able to open and display the contents of c:\winnt\php.ini I tried turning safe_mode on and off and it didn't seem to make any difference. Can anyone tell me what I might be doing wrong or overlooking? Thanks, Erick
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 installing everything myself with the same results. I am almost certain it is my install of PHP, but I am open to any suggestions. This is what is happening: http://www.carshows-mi.com/beta Thanks Bill
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 run my php script, Here is my php script: > ><HTML> ><? > phpinfo(); >?> ></html> > >In addition, my win98 directory name is c:\system >I once install PHP 4 in directory c:\windows and Success, but, after >I reinstall my windows, PHP is not working, but php3 is working >properly..... > >Can anyone tell me what's going on?? > >Thanks.. > > > >
Pl. download PHP404.exe from http://php.weblogs.com/easywindows (about 3MB) and run the exe file. it will do all the job for you. Okay Ajay K. Ratra [EMAIL PROTECTED] goodluckmo <mag_fm365@fm To: [EMAIL PROTECTED] 365.com> cc: Subject: [PHP-WIN] Re: PHP 4 Installation 08/29/01 12:04 PM 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 run my php script, Here is my php script: > ><HTML> ><? > phpinfo(); >?> ></html> > >In addition, my win98 directory name is c:\system >I once install PHP 4 in directory c:\windows and Success, but, after >I reinstall my windows, PHP is not working, but php3 is working >properly..... > >Can anyone tell me what's going on?? > >Thanks.. > > > > -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
A section of my Content Management system allows the user to enter pages (to be displayed in a popup screen) The navigation is based on page number, so the user must enter the page number when filling in the form. In the entry form I have an edit box (int) for the page number that must be filled. I don't want this to be auto incremented because the user is allowed to order the pages as they wish. Has anyone got a good solution to this (page numbering)? Begins with one and has max number equal to number of rows, page number must be unique etc. At the moment I just display a warning message based on total number of pages, this is displayed on an overview page of all entries. Thanks