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
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,
>
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
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 - 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
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
>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
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
>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
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
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
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]>
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
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
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/)
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
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
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
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
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
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
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 - 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
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
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
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"
>
>
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
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]
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
>
>
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
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]
31 matches
Mail list logo