Re: [PHP-WIN] MYSQL Help

2001-04-26 Thread edwin
hi, thanks!! btw, do you know any good commandline or gui clients for Mysql? i want to administer the DB remotely... thanks ed ""Johannes Janson"" <[EMAIL PROTECTED]> wrote in message 9c65b9$nle$[EMAIL PROTECTED]">news:9c65b9$nle$[EMAIL PROTECTED]... > hi, > > the info in the manual about the

Re: [PHP-WIN] MYSQL Help

2001-04-26 Thread Tom Mathews
1) Command line console is always installed with MySQL - telnet to the remote machine and you should be able to run it with no problems. 2) GUI - I reccommend phpmyadmin - get it from the MySQL site. It has a lot of limitations, but the basic functionality is all fine. Tom edwin wrote: > hi, >

Re: [PHP-WIN] Uploading Files on Pasword Protected Sites ?

2001-04-26 Thread David Elliott
Hail vshah On 25 April 2001 at 11:45:28 -0400 (EDT) (which was 16:45 where I live) [EMAIL PROTECTED] wrote > If I remove the password protection, it seems to work again. Is there > something that I need to do in the PHP.ini file or is this a IIS related > issue ? IIS not PHP. Check out the wri

[PHP-WIN] PLEASE!! : Permissions on COM1?

2001-04-26 Thread sean
Hi all, I am running PHP4/APACHE/WIN98 I am trying to do a fopen on COM1 and I get permission denied as shown below. Warning: fopen("COM1","r+") - Permission denied in c:\web\test.php on line 16 Warning: Supplied argument is not a valid File-Handle resource in c:\web\test.php on line 17 I have

php-windows Digest 26 Apr 2001 11:24:38 -0000 Issue 565

2001-04-26 Thread php-windows-digest-help
php-windows Digest 26 Apr 2001 11:24:38 - Issue 565 Topics (messages 7048 through 7058): Bandwidth for webhosts 7048 by: PHPWIN Re: WebHosts with PHP4 and MySql 7049 by: Jeff Pearson Re: Authorization on IIS5 (PHP4; Win2k) 7050 by: Joel Gilbert Re: ISS, PHP & LDAP

[PHP-WIN] RE: Several " Constant already defined " errors.

2001-04-26 Thread Florian Clever
This is probably a problem with IIS. Are you using persistant connections? I used to get the same error messages in my PHP/Oracle 8/IIS combination after PHP scripts terminated using exit() and not having freed all the Oracle handles and resources. These messages then also appeared on scripts wit

RE: [PHP-WIN] Bandwidth for webhosts

2001-04-26 Thread Svensson, B.A.T.
>Hi there > was wondering if anyone could tell me what it means when a >web host says that you get something like 10GB bandwidth for >web visitors/hits? That's a very strange way to put things... I think that person who stated that actually need to explain what (s)he meant with that. >How do t

RE: [PHP-WIN] Bandwidth for webhosts

2001-04-26 Thread Michael Rudel
Oh, oh, oh =8) I really think they mean a Traffic of 10GB !! Hope this helps. Greetinx, Mike Michael Rudel - Web-Development, Systemadministration - ___ Suchtreffer AG Bleicherstraße 20 D-78467 Konstanz Germany fon: +49-(0)7531-892

RE: [PHP-WIN] Bandwidth for webhosts

2001-04-26 Thread Svensson, B.A.T.
>From: Michael Rudel >Sent: Thursday, April 26, 2001 2:45 PM >Oh, oh, oh =8) > >I really think they mean a Traffic of 10GB !! Let see. 10Giga Bits... How many Giga Bits Ethernet work does we have, how many ISP does supply with GigaBit communication on a WAN (Wide Area Network) scale? Not too ma

RE: [PHP-WIN] Bandwidth for webhosts

2001-04-26 Thread Michael Rudel
Sorry, but I still mean a TRAFFIC of 10GB/month, not a Bandwidth of 10GB/sec !! [X] This thread is closed. Greetinx, Mike > -Original Message- > From: Svensson, B.A.T. [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 26, 2001 2:45 PM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subj

[PHP-WIN] NT4 + Apache problem

2001-04-26 Thread Ermanno Iannacci
I get a strange error when i use php with Apache on NT4 If i run phpinfo() i get this error: "Could not attach to the application win NT error code = 87" This happens only if php.ini is in win nt folder. Else i got no errors, but php doesn't load all the extensions. PHP run as module. -- PHP W

Re: [PHP-WIN] RE: Several " Constant already defined " errors.

2001-04-26 Thread Joe Brown
Actually, this is probably has something to do with the way Nuke is allocating memory on a threaded server. Threaded support is fairly new to PHP. If the module does not carefully observe memory allocations, Constants seem to be the first thing to get hosed. "Florian Clever" <[EMAIL PROTECTED]>

[PHP-WIN] Newbie-questionning: Errors in nearly every Downloaded Script

2001-04-26 Thread Jochen Becker
Hi There! I've got the following problem with nearly every downloaded Script, running on my server with Xitami Webserver v2.4d7 PHP Version 4.0.4pl1(win32) and MySql 3.23.36(win32) Everytime I use the scripts errors appeared like the following one: Warning: Undefined variable: cmd in c:/www-root

RE: [PHP-WIN] Newbie-questionning: Errors in nearly every Downloaded Script

2001-04-26 Thread Schulz, Evan
Edit your php.ini. Find "error_reporting" and set it to something that will ignore notices. I like mine set as follows: error_reporting= E_ALL & ~(E_NOTICE | E_USER_NOTICE) ; Technically it is better to just have it at E_ALL for better coding and some might argue better security. You don't _h

[PHP-WIN] Long Execution Time

2001-04-26 Thread akm
Hi, just intalled PHP4 on Win2K IIS 5.0, and simple PHP forms are taking *WAY* too long to process, often exceeding the default 30 second timeout. Am I missing something? Doesn't seem like these little forms should be causing so much trouble... -- PHP Windows Mailing List (http://www.php.net/)

RE: [PHP-WIN] Long Execution Time

2001-04-26 Thread Gregory_Griffiths
Are you connecting to the server remotely or are you connecting to the local machine ? NN has some issues if you attempt the later. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: 26 April 2001 16:20 > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] Long Exec

Re: [PHP-WIN] Long Execution Time

2001-04-26 Thread Andrian Pervazov
akm wrote: > > Hi, just intalled PHP4 on Win2K IIS 5.0, and simple PHP forms are taking > *WAY* too long to process, often exceeding the default 30 second > timeout. Am I missing something? Doesn't seem like these little forms > should be causing so much trouble... My experience is that this beh

[PHP-WIN] Exchange

2001-04-26 Thread oifik
I would like to know if with php we can manage exchange server (create account...) by using the imap librairies and if yes how we can doing it ? I can connect to my server (pop or imap), i can check mail but it's all. Tahnks and sor for my english. -- PHP Windows Mailing List (http://www.php.ne

[PHP-WIN] [Help:] Problem with regex patterns when getting Title, Description and Keywords from HTML files...

2001-04-26 Thread DHEA
Hello, I am trying to make a PHP script to index my site and insert into a MySQL DB the .htm files path, its Title (from the HTML tags ), its Description (from the meta tag ) and its Keywords (from the meta tag ). Well, I adapted this function to get the Title and it works great!!: /* * Give

Re: [PHP-WIN] php postgres module for windows 2000

2001-04-26 Thread Paco Ortiz
Hi, just in case you are desperate: there is an ODBC driver for PosgreSQL under Windows, so perhaps php_odbc.dll would do (?!) Bye F.J. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact t

Re: [PHP-WIN] Bandwidth for webhosts

2001-04-26 Thread OoCobra97
Hello, What they actually mean is the amount of data transfered to your visitors, lets say your index page is 5kb in size, if 1000 people visit just that 1 page, then youve use 5000kb of your bandwidth. im not sure of the conversion rate, maybe someone else on this site knows it, but anyhow, y

Re: [PHP-WIN] [Help:] Problem with regex patterns when getting Title, Description and Keywords from HTML files...

2001-04-26 Thread PHPWIN
Maybe you should look out for if (eregi('', $doc, to: if (eregi("", $doc,...)||eregi("", $doc,...)) like the first: if (eregi("(.*)", $doc, $titlematch)) but I don't know, just maybe :) - Original Message - From: "DHEA" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sen

php-windows Digest 27 Apr 2001 01:40:54 -0000 Issue 566

2001-04-26 Thread php-windows-digest-help
php-windows Digest 27 Apr 2001 01:40:54 - Issue 566 Topics (messages 7059 through 7075): Re: Several " Constant already defined " errors. 7059 by: Florian Clever 7065 by: Joe Brown Re: Bandwidth for webhosts 7060 by: Svensson, B.A.T. 7061 by: Michael Rudel

[PHP-WIN] php4 and sybase

2001-04-26 Thread Warren Harris
I think I have PHP4 and Apache working ok, seems to process my basic PHP pages. However, when I try to use any of the sybase functions, like sybase_connect, I get Fatal error: Call to undefined function: sybase_connect() in sybase-connect.phl on line 2 but I don't get any erros loading the ext

Re: [PHP-WIN] MYSQL Help

2001-04-26 Thread Johan Lundqvist
Tom's answer is correct, but... I just HAVE to comment on the security issue in allowing telnet access at all. You should think more than twice before open up any system, in any way... You might wanna think SSH, firewall or maybe VPN... I dunno. /Johan Tom Mathews wrote: > > 1) Command line con

Re: [PHP-WIN] NT4 + Apache problem

2001-04-26 Thread Johan Lundqvist
This is normal when something is very wrong in php.ini Check the syntax in all lines in your ini-file. Ermanno Iannacci wrote: > > I get a strange error when i use php with Apache on NT4 > If i run phpinfo() i get this error: > "Could not attach to the application > win NT error code = 87" > >

[PHP-WIN] Re: [PHP] What is this??

2001-04-26 Thread Andrew Hill
You want to find the Error : Modify the error reporting section of you php.ini. You may combine different error settings with the symbols "~" (not) , "|" (or), and "&". to control the final error reporting level. As an example, the default setting "E_ALL & ~E_NOTICE" means "report all errors

[PHP-WIN] Re: [PHP] What is this??

2001-04-26 Thread Jack Dempsey
Manesh wrote: > > Warning: Undefined variable > > How do i get rid of this??? > > -- > PHP General 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]

[PHP-WIN] RE: [PHP] What is this??

2001-04-26 Thread Manesh
where is that? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jack Dempsey Sent: Thursday, April 26, 2001 10:38 PM To: Manesh Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [PHP] What is this?? Manesh wrote: > > Warning: Undefined variable > >

[PHP-WIN] Re: [PHP] What is this??

2001-04-26 Thread Philip Olson
Have a look at this post : http://marc.theaimsgroup.com/?m=98571030029538 regards, philip On Thu, 26 Apr 2001, Manesh wrote: > Warning: Undefined variable > > > How do i get rid of this??? > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTE

[PHP-WIN] What is this??

2001-04-26 Thread Manesh
Warning: Undefined variable How do i get rid of this??? -- 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]