If those aren't there(I am pretty sure they are) then the preg commands
should work. I know I am using one form or another on my site.
--
phill
""Yasuo Ohgaki"" <[EMAIL PROTECTED]> wrote in message
9a0j2q$5vn$[EMAIL PROTECTED]">news:9a0j2q$5vn$[EMAIL PROTECTED]...
> Hello all,
>
> I would like to
php-windows Digest 30 Mar 2001 00:13:15 - Issue 517
Topics (messages 6366 through 6388):
Re: PHP and Filesystem - Solution
6366 by: Fernando Madruga
6367 by: Fernando Madruga
Re: PHP and Filesystem - Solution Fixed
6368 by: Fernando Madruga
IMAP
6369 by: Be
Hello all,
I would like to know standard regular expression functions (ereg(), eregi(),
etc) are missing in PHP for Windows?
(I use PHP4.0.5RC1 from www.php4win.de)
Thanks
--
Yasuo Ohgaki
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additio
Under UNIX, there will be core file and can use gdb what program creates core
file.
What about under Windows 2000? How do I know if my Apache is crushed or not?
Thanks in advance.
--
Yasuo Ohgaki
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For
Thursday, March 29, 2001, 2:44:45 PM, Justin wrote:
JB> I tried changing a random .dll to php_sablot.dll. The system loaded the
JB> module but of course died when it realized that it was the wrong library.
JB> When I switched back to the real php_sablot.dll it gave me the module cannot
JB> be f
I've installed PHP on my Win2000 Server with IIS5
and it worked fine in a week until today!
All I get when I try to reach a .php page is, The page can't be found!
In the systemlog, it says that the WWW publishing service has been
unexpected ended.
(don't know the exact translation for that :)
Ev
Hi all,
i need to use an array in a session variable.
On a page i fill the Sessionvar :
$HTTP_SESSION_VARS["xy"] []=$whatever
(The var is registered with session_register("xy"))
I mean that the entry would made at the end of the array, is it not so?
But evrey time i proove the entries wi
Hi there,
I'm using PHP with Windows 2k Adv. Server (IIS).
I'ma having a problem in some executions of the function Header. Sometimes
it returns me an error. I.E.
header("Location: alertas.php?erro=3&ti&tip=$tip");
exit;
i got this error:
CGI Error
The specified CGI application misbehaved by
I tried changing a random .dll to php_sablot.dll. The system loaded the
module but of course died when it realized that it was the wrong library.
When I switched back to the real php_sablot.dll it gave me the module cannot
be found error. This is a completely unexplainable error in my eyes but I
I've installed PHP on my Win2000 Server with IIS5
and it worked fine in a week until today!
All I get when I try to reach a .php page is, The page can't be found!
In the systemlog, it says that the WWW publishing service has been
unexpected ended.
(don't know the exact translation for that :)
Ev
I am running PHP 4.04 on IIS 4.0/NT 4 sp 4 as a CGI. I am trying to run the
CURL, DOMXML, Java, PDF, and Sablotron extensions. As of right now
everything but CURL and Sablotron work. The .ini reads as follows
extension_dir = c:/php4/extensions/
I have tried
c:/php4/extensions
c:\php4\extensi
First off, has the issue with the big memory problem with ob_gzhandler in
4.0.4 been fixed in PL1? (There isn't a changelog for PL1)
Secondly, what level of compression does ob_gzhandler use by default (1-9)?
Is there any way to specify it?
Thanks,
Evan
--
PHP Windows Mailing List (http://www
msgWindow=window.open("ContentsWindow.php3?ID="+IDent,"displayWindow","menubar=no,width=500,height=300")
Greetinx,
Mike
> -Original Message-
> From: Tom Mathews [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 29, 2001 6:05 PM
> To: PHP Windows lista
> Subject: [PHP-WIN] Javascript
>
I think my problem is that I am trying to run PHP not in CGI mode or what
everI think I need the php4apache.dll thing tho & for some resion I dont
have it. =\
<[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello again,
> Ok, I began thinking about your prob
Fernando Madruga wrote:
>$curloc = setlocale( "LC_ALL", "" );
> echo "Current Locale = $curloc\n";
> ?>
Current Locale = English_United States.1252
As fas as I can see it is the Windows implementation, it works
on Linux, IRIX, AIX.
hgj
>
> I believe it must be some implementation issu
I'v tried that piece of code on my exchange based imap and it failed; I then
tried it on my external, unix based, mail account and it worked perfectly,
after I used /pop3:110 after the server name, e.g.:
"{milu.ipn.pt/pop3:110}INBOX"...
Are you trying to use it with an MS Exchange Server?
Bye,
Try this tutorial, some say it's good ;)
http://www.phpbuilder.com/columns/alain20001003.php3
Alain
On Thu, Mar 29, 2001 at 12:38:28AM -0600, Glenn wrote:
> Hallo!
>
> I have read the PHP manual but I can't get PHP load a COM object.
> Can anybody help me :-)
>
> Best regards.
> //Glenn
>
> __
Have you tried the string concatenation operator?
e.g.:
msgWindow=window.open( "ContentsWindow.php3?ID=" . IDent,
"displayWindow","menubar=no,width=500,height=300")
I don't know if it's '.' or '&' or whatever: just check your docs on
javascript and look for string concatenation.
HTH,
Madrug
Before you shout at me, I know that this isn't the right place for this
question, but you're all always so helpful that I thought I'd ask anyway
(grovel grovel..)
I'm playing around with php and javascript again, passing variables from
one to the other. I've got stuck on something too basic to me
i did this :
$oConn = new COM("ADODB.Connection");
$oConn ->ConectionString = <<<>>> ;
the next command works fine:
$oConn->Execute( "insert into Paciente
(nid,nombre,Apell1,Apell2,Sexo,NHisto,FNac) values
(10042,'wfcwsfvwsvcsw','ewfrewfrew','dsfdsfsf','Hombre','121219',to_date
Hello Everybody,
I am looking to make simple function that could show similar results as
Ping and Traceroute. I cannot execute these command thrrough exec methiod
cose i dont have thos function. SO i want to try it in different way. Can
anyone sugggest me as how to code that.
Waiting for reply
I am trying to check the number of new messages in an IMAP mailbox, I ma using
this code but it doesn't seem to work, the username, password, host etc are
correct, but still no cigar...any ideas?
Thanks
$mbox = imap_open("{your.imap.host}","username","password",OP_HALFOPEN)
|| die("can't
You may want to add the following line just after 'mailto:[EMAIL PROTECTED]]
Sent: quinta-feira, 29 de Março de 2001 13:39
To: Thomas W. Badera; [EMAIL PROTECTED]
Subject: RE: [PHP-WIN] PHP and Filesystem - Solution
Some lines were wrapped on my previous msg; this one fixes that, so you can
simp
Some lines were wrapped on my previous msg; this one fixes that, so you can
simply copy/paste the block of code into a file...
Bye,
Madruga
-Original Message-
From: Fernando Madruga [mailto:[EMAIL PROTECTED]]
Sent: quinta-feira, 29 de Março de 2001 13:34
To: Thomas W. Badera; [EMAIL PR
First, if you're trying to get just the name of a file in a url, use
basename().
Then remove stripslahes as it corrupts binary data.
This would result in the following code that I've *TESTED* with some image
urls
and modified to print a nicely formated progress; I've also renamed some
variables...
php-windows Digest 29 Mar 2001 11:14:52 - Issue 516
Topics (messages 6359 through 6365):
Help w/ exec()!!
6359 by: SHAWN
Re: HELP!!! (PHP-WINDOWS98-APACHE)
6360 by: Bhala
6361 by: OoCobra97.aol.com
6364 by: Patrick
Re: PHP and Filesystem
6362 by: Ma
hi
I am having problem writing the code to set the time( it's in second ) in format like
(xx h' xx m' xx s)
Time is the field in the access db. It's not the real time(clock).
example
$cur= odbc_exec( $cnx, "select domain_name,user_name,full_name,time_spent from users"
);
echo "DomenUser
nameN
27 matches
Mail list logo