Re: [PHP-WIN] newbie needs help setting up PHP4 with win98 SE and PWS

2001-04-19 Thread Phil Driscoll
>Here are the specifics, AFAIK, of my situation. > >- OS is win98 SE >- PHP version 4 >- installed MS PWS via the NT 4 option pack To the best of my knowledge the NT4 option pack installs IIS on NT server, and cut down version of IIS which they call PWS on NT workstation. On windows 98, I've no

RE: [PHP-WIN] mssql and php4

2001-04-19 Thread Svensson, B.A.T.
>-Original Message- >From: Tomasz Abramowicz [mailto:[EMAIL PROTECTED]] [...] >check out www.mysql.com >(or you maybe a really big bubu in your DB structure) Cutted from "www.mysql.com" "Why use MySQL? MySQL is very fast, reliable, and easy to use. If that is what you are looking fo

[PHP-WIN] mail server with php

2001-04-19 Thread oifik
first sorry for my english Then i have a little matter i wand to write a script which allow managing mails (account, read,write...) and i need to use some function as imap_open. For this i need to use some librairis which not include with the basic php's program. Do you know what and how i can doi

RE: [PHP-WIN] mail server with php

2001-04-19 Thread Flint Doungchak
Oifik, http://www.php.net/manual/en/ref.imap.php You'll want to look at the URL above and check out the imap functions. You can activate the imap functions by uncommenting the imap functions in your php.ini file. I think the php_imap.dll is included in the 4.04pl1 release. If not, go to http:/

Re: [PHP-WIN] Subquerries

2001-04-19 Thread Руслан Охитин
MySQL don't support sub querries. See MySQL manual - 5.4.1 Sub-selects OB> Hi everybody OB> I use OB> * mysql-3.23.36-win OB> * apache_1.3.19-win32 OB> * php-4.0.4pl1-Win32 OB> On NT4 SP5 OB> I try this : OB> OB> $operateur = " OR "; OB> $sub_query = ""; OB> $query_num_effet = "SELECT * FR

[PHP-WIN] What does -> do?

2001-04-19 Thread Marcus Taylor
I am using PHP Auth and trying to look at customizing the code, i'm a hands on man, look abd learn is my motto but I am having trouble finding out what is happening when you use -> in PHP. The project that I have downloaded uses this quite a lot and I have a snippet below any ideas would be great:

Re: [PHP-WIN] What does -> do?

2001-04-19 Thread Yasuo Ohgaki
This section would be what you are looking for http://www.php.net/manual/en/language.oop.php Other sections would be useful as well. Regards, -- Yasuo Ohgaki ""Marcus Taylor"" <[EMAIL PROTECTED]> wrote in message 9bmaej$hmq$[EMAIL PROTECTED]">news:9bmaej$hmq$[EMAIL PROTECTED]... > I am using P

php-windows Digest 19 Apr 2001 10:11:50 -0000 Issue 552

2001-04-19 Thread php-windows-digest-help
php-windows Digest 19 Apr 2001 10:11:50 - Issue 552 Topics (messages 6845 through 6862): Re: newbie needs help setting up PHP4 with win98 SE and PWS 6845 by: Martijn Weisbeek Re: file .htaccess 6846 by: Martijn Weisbeek 6853 by: WK Re: Newbie seeks help with PHP da

Re: [PHP-WIN] Xitami Config

2001-04-19 Thread Wolfgang Schneider
Hi, I haven't followed this thread, but just now came across it and wanted to mention my setup which works very well for the use of PHP with Xitami. Xitami installed in c:\xitami PHP installed in c:\php In the default.cfg file in the \xitami folder, there is a section on [server] which tells xi

[PHP-WIN] Select statement not working

2001-04-19 Thread Nick Allen
Can't seem to troubleshoot this one... WinNT4.0 PHP4.0.3 cgi Apache (latest) Code queries an Access database via ODBC and returns an empty dataset although there are definately records in there. Connection is fine - no errors and a valid connection handle is returned. echoing the query string t

RE: [PHP-WIN] Select statement not working

2001-04-19 Thread Gregory_Griffiths
Please cna you post the rest of your PHP code so we can have a look at it. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: 19 April 2001 13:13 > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: [PHP-WIN] Select statement not working > > > Can't

[PHP-WIN] Newbie back for more

2001-04-19 Thread r.gelstharp
I think I'm a little too close to the problem to see it properly, but there's something wrong with my SQL syntax in this query I'm trying to create. Readers of Julie Meroni's PHP Essentials will recognise it. http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

RE: [PHP-WIN] Php3

2001-04-19 Thread Manesh
where do i add that. I am IIS5 (i think, i have win2k) -Original Message- From: rjones [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 18, 2001 11:42 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Php3 Manesh, Are you trying to run php version 3 or scripts with a php3 extension? If t

[PHP-WIN] Debugging in php4 ?

2001-04-19 Thread FX Liagre
Hi all, I'm evaluating PHPCoder (R2PR3), which seems to be a very intersting IDE (I use Apache 1.3.14 php4.0.4pl1 win32 (NT4) But what is the most interesting feature for me - I mean step by step debugging - seems not to work, despite my modification of php.ini (debugger section). What do I mis

Re: [PHP-WIN] Newbie back for more

2001-04-19 Thread Johannes Janson
Hi, for TEXT you don't specify a length. TINYTEXT A BLOB or TEXT column with a maximum length of 255 (2^8 - 1) characters. TEXT A BLOB or TEXT column with a maximum length of 65535 (2^16 - 1) characters. MEDIUMTEXT A BLOB or TEXT column with a maximum length of 16777215 (2^24 - 1) characters.

RE: [PHP-WIN] mssql and php4

2001-04-19 Thread Svensson, B.A.T.
>-Original Message- >From: Tomasz Abramowicz [mailto:[EMAIL PROTECTED]] >hihi, mssql = sux Well, that's a very intelligent and elaborated statment indeed. Regards, Anders -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

[PHP-WIN] Multi-threaded pages in PHP??

2001-04-19 Thread Todd Johnson
Hey is there a way to spin off a thread in PHP to do some large amount of work that can communicate with the program via Session Variables?? Thanks todd -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTE

RE: [PHP-WIN] mssql and php4

2001-04-19 Thread Mr. Adam ALLEN.
The most powerfull argument for me using MySQL is it's popularity amongst UNIX hosts, along with Apache- and MySQL ports exist for a great many hosts. Personally I'm trying to move away from MS software which ties you into it's operating system, after using NT servers for a few years I'm finding

Re: [PHP-WIN] Multi-threaded pages in PHP??

2001-04-19 Thread Rasmus Lerdorf
> Hey is there a way to spin off a thread in PHP to do some large amount of > work that can communicate with the program via Session Variables?? No, the closest you have is a feature called ticks. Here is an example: function foo($str) { static $i = 0; print "$str: $i\n";

Re: [PHP-WIN] Debugging in php4 ?

2001-04-19 Thread Yasuo Ohgaki
http://www.php.net/manual/en/debugger.php Unfortunately, PHP4 does not support it. -- Yasuo Ohgaki ""FX Liagre"" <[EMAIL PROTECTED]> wrote in message 9bmldr$d8e$[EMAIL PROTECTED]">news:9bmldr$d8e$[EMAIL PROTECTED]... > Hi all, > > I'm evaluating PHPCoder (R2PR3), which seems to be a very inters

[PHP-WIN] Warnings w/ !$var

2001-04-19 Thread Nicholas Pappas
I recently installed PHP on a Windows 2000 server and brought over a few general PHP scripts (used on a Linux box), but have found a very annoying difference that I am wondering if I can get rid of. I us many checks in my programs with a simple !$var check -- which works find in

RE: [PHP-WIN] MSSQL varchar fields truncation revisited

2001-04-19 Thread Svensson, B.A.T.
A related problem with the query Analyzer and MS SQL server 7.0: 255 character column width is the default value used by the Query Analyzer. There exists an option in the menu "Query->Current Connection Options" select this, and then select the tab "Advanced", there you will find the field "Maxi

RE: [PHP-WIN] Re: MSSQL varchar fields truncation revisited

2001-04-19 Thread Svensson, B.A.T.
>i was under the impression that varchar fields in mysql had a >limit of 255 characters. I believe they were talking about the M$ SQL server? In version 6.5 the varchar were limited to 255 bytes, but with version 7.0 the length can be extended to 8000 bytes... and also Stored Procedures can no

[PHP-WIN] MSSQL text fields truncation

2001-04-19 Thread Kelvin Luck
Hi, I've got a new problem to do with how long things can be! This time it is from a text field so I would expect there to be no limit. But my text is being cut off after 4096 characters. I am selecting with a mssql_query and then using mssql_fetch_array to get the results. Has anyone run into thi

RE: [PHP-WIN] MSSQL text fields truncation

2001-04-19 Thread Flint Doungchak
Kevin, If you are using 4.0.4pl1 or recent version (4.0.x) of PHP, there is a php.ini directive for MSSQL, for you to set this. ; Valid range 0 - 2147483647. Default = 4096. ;mssql.textlimit = 4096 ; Valid range 0 - 2147483647. Default = 4096. ;mssql.textsize = 4096 Uncomment and set the dir

[PHP-WIN] PHP4 on Win problem

2001-04-19 Thread GArlington
Pls, help. I installed PHP4 on my test machine (runs Win98, Apache...) and now when I try to call php page download pops-up then dos window opens for fraction of a second so I can not see what it displays and that is it. Something happens, but I have no idea what? Maybe somebody can help. Thanks.

[PHP-WIN] While not working

2001-04-19 Thread Danilo Meles
Hy There; I'm trying to get a string from one table in my db. I'm using while to get get this data. But it's not working: Please see the following code , In the while tag I'm trying to get the USER_ID from my table, but it returns zero instead. What I'm doing wrong??? Thanks for a while !! Dan

Re: [PHP-WIN] PHP4 on Win problem

2001-04-19 Thread Phil Driscoll
You've almost certainly not set up your httpd.conf correctly. Double check what you've done against the php installation instructions. Cheers -- Phil Driscoll Dial Solutions +44 (0)113 294 5112 http://www.dialsolutions.com http://www.dtonline.org -- PHP Windows Mailing List (http://www.php.ne

[PHP-WIN] Error message configuration

2001-04-19 Thread Olivier Botineau
Hello Is there anyway to configure PHP and/or mySQl and/or Apache that a detailled message appears when an error occurs executing a query like in phpMyAdmin 2.1.0? * mysql-3.23.36-win * apache_1.3.19-win32 * php-4.0.4pl1-Win32 Olivier. NB about sub-select on this morning I save myself without

Re: [PHP-WIN] MSSQL text fields truncation

2001-04-19 Thread Frank M. Kromann
You can set the limits in php.ini using these settings: ; Valid range 0 - 2147483647. Default = 4096. ;mssql.textlimit = 4096 ; Valid range 0 - 2147483647. Default = 4096. ;mssql.textsize = 4096 - Frank > Hi, > I've got a new problem to do with how long things can be! This time it is > from

[PHP-WIN] mysql

2001-04-19 Thread Manesh
when i open phpMyAdmini get this error Warning: MySQL Connection Failed: Can't connect to MySQL server on 'localhost' (10061) in lib.inc.php3 on line 255 Error MySQL said: Back i installed the right version i think, can someone gimme a link to a file that i can use with a win2k PC? this is

RE: [PHP-WIN] mysql

2001-04-19 Thread Mr. Adam ALLEN.
Have you changed the options in config.lib.php3 for your server $cfgServers[1]['host'] = 'localhost'; // MySQL hostname $cfgServers[1]['user'] = 'asduk';// MySQL user (only needed with basic auth) $cfgServers[1]['password'] = 'a different password';// MyS

RE: [PHP-WIN] mysql

2001-04-19 Thread Manesh
i did a find file for it, and could not find it! -Original Message- From: Mr. Adam ALLEN. [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 19, 2001 4:21 PM To: Manesh; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] mysql Have you changed the options in config.lib.php3 for your server $cfgSer

FW: [PHP-WIN] mysql

2001-04-19 Thread Mr. Adam ALLEN.
in the phpMyAdmin directory, it's called config.inc.php3 (not config.lib.php3), I was thinking through more than one thing when I wrote back to you). Yours Mr. Adam ALLEN. [EMAIL PROTECTED] http://www.dynamicinteraction.co.uk > -Original Message- > From: Manesh [mailto:[EMAIL PROTECTED]

RE: [PHP-WIN] mysql

2001-04-19 Thread Manesh
still get this Warning: MySQL Connection Failed: Can't connect to MySQL server on 'localhost' (10061) in lib.inc.php3 on line 255 Error MySQL said: Back PLEASE GIMME A LINK TO A MYSQL VERSION FOR WINDOWZ (THE NEWST ONE) -Original Message- From: Mr. Adam ALLEN. [mailto:[EMAIL PROTECTED

[PHP-WIN] imap_fetchbody parts problem

2001-04-19 Thread Ketan
Hi all! I have a problem with specification of parts of message in command imap_fetchbody. About the last parametter is written: "The section specification is a string of integers delimited by period which index into a body part list as per the IMAP4 specification." (PHP manual) What is in fact

php-windows Digest 19 Apr 2001 22:47:55 -0000 Issue 553

2001-04-19 Thread php-windows-digest-help
php-windows Digest 19 Apr 2001 22:47:55 - Issue 553 Topics (messages 6863 through 6901): Re: Xitami Config 6863 by: Wolfgang Schneider Select statement not working 6864 by: Nick Allen 6865 by: Gregory_Griffiths.cargill.com Newbie back for more 6866 by: r.ge

Re: [PHP-WIN] dynamic pulldowns from DB

2001-04-19 Thread Paul Meagher
Check out Leon Atkinson's Chained Selectors article at Zend. http://www.zend.com/zend/tut/drop-down.php Regards, Paul Meagher - Original Message - From: "Robert Trembath" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, April 19, 2001 5:24 PM Subject: [PH

Re: [PHP-WIN] PHP4 on Win problem (update).

2001-04-19 Thread GArlington
Yes, everything is done according to install instructions. I run php module on Apache, so there are only two lines I needed and they appear in my httpd.conf exactly as in install guide, I found that the pop-up was caused by file association, after I removed it the pages display PHP source instead

[PHP-WIN] Help on installing something

2001-04-19 Thread Manesh
ok, i have mysql working, i need a really good tutorial for me newbie! like exactly how to make a database and stuff like that! -- 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 admi

Re: [PHP-WIN] Php3

2001-04-19 Thread rjones
You add it in the php.ini file. Look for the AddType section and add php3 to the end of the line.. rwj - Original Message - From: "Manesh" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 19, 2001 7:23 AM Subject: RE: [PHP-WIN] Php3 > where do i add that. I am IIS5 (i t

Re: [PHP-WIN] Php3

2001-04-19 Thread Frank M. Kromann
That is not correct. Using IIS4 and IIS5 you have to add script mappings. You do this from the "Internet Service Manager". You find that under Administrative Tools. When you right click on either The "compyter", "Default Web Site" or a directory you can select properties. Select "Home directory

RE: [PHP-WIN] Dynamic Pulldown lists

2001-04-19 Thread Svensson, B.A.T.
>-Original Message- >From: Robert Trembath [mailto:[EMAIL PROTECTED]] >Sent: Thursday, April 19, 2001 10:10 PM >To: [EMAIL PROTECTED]; [EMAIL PROTECTED] >Subject: [PHP-WIN] Dynamic Pulldown lists > > >A little help from anyone please. > >I know this was discussed before but I can't find i

[PHP-WIN] Re: [PHP-DEV] RE: [PHP-WIN] Dynamic Pulldown lists

2001-04-19 Thread Derick Rethans
Please stop crossposting this to php-dev@ Derick On Thu, 19 Apr 2001, Svensson, B.A.T. wrote: > > >-Original Message- > >From: Robert Trembath [mailto:[EMAIL PROTECTED]] > >Sent: Thursday, April 19, 2001 10:10 PM > >To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > >Subject: [PHP-WIN] Dynamic

Re: [PHP-WIN] While not working

2001-04-19 Thread MD
you have a colon instead of a semi colon. (:,;) also, if u continue having problems, use mysql_fetch_row instead of mysql_fetch_array mike ""Danilo Meles"" <[EMAIL PROTECTED]> wrote in message 001801c0c8fd$3e9272c0$23cecac8@BLUE">news:001801c0c8fd$3e9272c0$23cecac8@BLUE... > Hy There; > > I'm t

Re: [PHP-WIN] Excel COM

2001-04-19 Thread MD
I have also had such errors when using COM objects in general. I have not been able to pinpoint exactly the cause, but it seems that using any COM object in invisible mode ( setting the visible property to fasle) will increase your chances of failure. You also may find that you simply will not hav

Re: [PHP-WIN] Dynamic Pulldown lists

2001-04-19 Thread Frank M. Kromann
You can do this by reloading the page when the first list is changed or by applying all the different values for the second list in JavaScript arrays and have some JavaScript code to populate the second list. - Frank > A little help from anyone please. > > I know this was discussed before but

[PHP-WIN] dynamic pulldowns from DB

2001-04-19 Thread Robert Trembath
A little help from anyone please. I know this was discussed before but I can't find it now that I need it. I want to dynamically populate a pulldown list from a mysql query based on what is selected from another pulldown list populated by a query from mysql. If the first choice is changed a diffe

[PHP-WIN] Dynamic Pulldown lists

2001-04-19 Thread Robert Trembath
A little help from anyone please. I know this was discussed before but I can't find it now that I need it. I want to dynamically populate a pulldown list from a mysql query based on what is selected from another pulldown list populated by a query from mysql. If the first choice is changed a diffe

[PHP-WIN] xml with php

2001-04-19 Thread steve lee
Please can you guide me, I want to use php to update the following xml with the values the user fills in. for example add value="" in the "input type text" line and add checked to the Radio button line. Is there any functions in php that can be used to step through a xml and just update the form o

RE: [PHP-WIN] xml with php

2001-04-19 Thread James Moore
> Any guidance would be greatly appreciated, Please dont cross post like this these questions should be sent to php-general. I just got three copies of this in my mailbox which isnt really necessary now is it? - James -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [