[PHP-WIN] Re: .php opening as text document

2001-08-29 Thread Brad Thomas
"Goodluckmo" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > you must not correct install php. > "Craig" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > Hi > > > > I'm trying to set up hlstats which users hlstats.php but e

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

2001-08-29 Thread Eric Pankoke
I am still using php 4.04. I haven't upgraded yet because it seems like a lot of people are having problems with various things in 4.06. Plus, the server that hosts my sites is only on 4.04. At 04:07 PM 8/28/01 +0100, Andrew Stopford wrote: >Hi, > >I created a simple COM object that uses ByRe

[PHP-WIN] Re: Login System

2001-08-29 Thread Brad Thomas
IMHO I've found MySQL better <[EMAIL PROTECTED]> wrote in message news:3B896921.25275.3BAA1C@localhost... > How would I go about making a Login system? and should I should > Flat file or MySQL? > > Let me know > Thanks -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail:

Re: [PHP-WIN] htmlspecialchars but allow text formatting?

2001-08-29 Thread Ignatius Teo
Mike, Try using preg_replace... - Original Message - From: "Mike Flynn" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 29, 2001 11:37 PM Subject: [PHP-WIN] htmlspecialchars but allow text formatting? > Hey all, > > Here's something I've wanted to do in the past, b

php-windows Digest 29 Aug 2001 23:04:06 -0000 Issue 727

2001-08-29 Thread php-windows-digest-help
php-windows Digest 29 Aug 2001 23:04:06 - Issue 727 Topics (messages 9107 through 9120): Re: Installation Problems - PHP 4.0.6 / Win2k sp2 / IIS5 / MySQL 3.23.32 / PostNuke 0.62 9107 by: Jens Wabnitz 9120 by: Bill J. Vallance System cannot fork 9108 by: Stephane Me

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

2001-08-29 Thread Bill J. Vallance
Thanks for the response. It does take away the warning msg's, but I'm finding the webpage is loading slow. I have even set the below settings in php.ini, but it appears as no or very little difference. Is there something else I am missing? output_handler = ob_gzhandler zlib.output_compression

[PHP-WIN] Dll version of PHP for MS IIS

2001-08-29 Thread Robert KNOTEK
I heared of an dll version of PHP4 for IIS. This version should have the advantage of an faster execution because ther is no image activation of php.exe. how far ist this away from production. best regards robert -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAI

Re: [PHP-WIN] inserting into MS SQL database- query failed

2001-08-29 Thread Andrian Pervazov
Try using single quotes for the columns in your query: $SQL = " INSERT INTO $table_name (f_name, l_name, username, password) VALUES ('$f_name', '$l_name', '$username', '$password') "; SQL SERVER doesn't accept double quotes - I wonder how you were able to run the query in Query Analyzer

[PHP-WIN] inserting into MS SQL database- query failed

2001-08-29 Thread Joann Coffey
I am trying to insert some data from an html form to a php script (using MS SQL, PWS on Win 98, PHP 4.0.5 cgi) - but I keep getting the following error: Warning: MS SQL: Query failed in C:\Inetpub\wwwroot\php\do_adduser.php on line 24 When I executed the query using Query analyzer the record wa

[PHP-WIN] need some urgent help

2001-08-29 Thread Xytras
Hi all i have installed PWs, PHP and MySQL it works great, i can see my scripts running in my browser typing localhost, i belioeve that if i have my PWS running the just typing my ip in the browser should work, well it doesn't, i signed up with dns2go.com there you have a first level domain or

Re: [PHP-WIN] Very slow response using php.exe under windows9x

2001-08-29 Thread Alessio Bernesco Làvore
www.angorasoftware.com, it works well (win95 excluse...) Ale. "Erik H. Mathy" <[EMAIL PROTECTED]> ha scritto nel messaggio 002401c1309c$7b4b5310$1300020a@erik_laptop">news:002401c1309c$7b4b5310$1300020a@erik_laptop... > > i'll explain better the problem, > > i'm using ScriptView to process some

RE: [PHP-WIN] Very slow response using php.exe under windows9x

2001-08-29 Thread Erik H. Mathy
> i'll explain better the problem, > i'm using ScriptView to process some very simple php pages that will > disposed on a distribution cd. Ah! OK. I thought you were using it as a server in some situations. Not an unheard of thing. My apologies for the assumption. > The cd work very well on

Re: [PHP-WIN] Very slow response using php.exe under windows9x

2001-08-29 Thread Alessio Bernesco Làvore
i'll explain better the problem, i'm using ScriptView to process some very simple php pages that will disposed on a distribution cd. The cd work very well on win2k but on win9x it's many times slower. The problem is that all our customer use win9x and on their machine, so i'm looking for a soluti

RE: [PHP-WIN] Very slow response using php.exe under windows9x

2001-08-29 Thread Erik H. Mathy
Hi! > i'm using php.exe directly to parse some php files, under windows2k and > windowsNT the procedure is very fast, otherwise under windows95/98 it's very slow... Imagine my suprise. ;) > Why? i really need to obtain some performances under win9x too... Win85/98 is a consumer OS. It's not ma

[PHP-WIN] Very slow response using php.exe under windows9x

2001-08-29 Thread Alessio Bernesco Làvore
Hi, i'm using php.exe directly to parse some php files, under windows2k and windowsNT the procedure is very fast, otherwise under windows95/98 it's very slow... Why? i really need to obtain some performances under win9x too... Thanks a lot. Alessio. -- PHP Windows Mailing List (http://www.ph

[PHP-WIN] htmlspecialchars but allow text formatting?

2001-08-29 Thread Mike Flynn
Hey all, Here's something I've wanted to do in the past, but being unable to figure it out just worked around it. Does anyone know of a good, secure solution to strip html characters like htmlspecialchars() does, for security sake and proper page viewing, but allow text formatting tags, like

[PHP-WIN] Re: Embedding PHP in C

2001-08-29 Thread Bopolissimus Platypus
On Tue, 28 Aug 2001 11:19:01 -0500, [EMAIL PROTECTED] (Chris Wilson) wrote: >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 i

[PHP-WIN] System cannot fork

2001-08-29 Thread Stephane Megy
I'm making intense use of system() but I have a message saying that "I cannot fork". I know that it was a bug on the previous 4.0.5 version for the Win32 distribution BUT that is supposed to be corrected in 4.0.6. Does someone knows about this problem ? -- PHP Windows Mailing List (http://www.

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

2001-08-29 Thread Jens Wabnitz
> 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 >

php-windows Digest 29 Aug 2001 10:38:38 -0000 Issue 726

2001-08-29 Thread php-windows-digest-help
php-windows Digest 29 Aug 2001 10:38:38 - 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 H

RE: [PHP-WIN] Problem with Sablotron extention for Windows

2001-08-29 Thread Jens Wabnitz
> 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:

[PHP-WIN] page sequence....

2001-08-29 Thread Andrew.Martin
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.

Re: [PHP-WIN] Re: PHP 4 Installation

2001-08-29 Thread legal
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

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

2001-08-29 Thread Jody Mickey
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 checke