Hello ,
some trick for real time clock
which will show latest time every 60 second
but this cannot be said real time data, i think :)
//==
//==
--
Best regards,
sur-php
hello,
Can I debug php code like javascript in dreamweaver or others?
thank you.
--
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]
This was the most in depth explanation I could find:
http://marc.theaimsgroup.com/?l=php-windows&m=97568101005300&w=2
> -Original Message-
> From: cros [mailto:[EMAIL PROTECTED]]
> Sent: September 19, 2001 8:35 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] installing Mcrypt...
>
> I'v
Hi,
Under win32, your best bet is to work with jpg's and png's, take a look at
your php.ini and make sure
the gd extension is enabled:
first make sure PHP knows which directory you are using:
; Directory in which the loadable extensions (modules) reside.
extension_dir = C:/php/extensions
Then
I'm using Windows IIS 4.0 and am trying to create gifs and jpgs and
manipulate them but there is NO documentation describing what components I
need to install so I can do so. There is some documentation on installation
packages needed for Unix but none work on Windows or require a C compiler to
b
Hi, i think this might be what you want to know:
http://www.zend.com/zend/spotlight/creating-zip-files1.php
I knew i saw that yesterday somewhere...
"Raphael Pirker" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi Guys,
>
> Is there any way I can create a zi
use exec() to call the zip/unzip command
"Raphael Pirker" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi Guys,
>
> Is there any way I can create a zip file from files? (filenames and their
> paths will be specified in an array) Any help would be very much
>
The use that PHP runs as may not have security permissions to the
file/directory you are trying to write to. This is standard for a large
number od ISPs and I think it is also the case when safe_mode_on is set in
the php.ini file. Check the security rights for the PHP user (most likely
the same u
http://www.php.net/do_download.php?download_file=php-4.0.6-memlimit.diff.gz&;
source_site=download.php.net
--
Gaylen
[EMAIL PROTECTED]
http://www.gaylenandmargie.com
PHP KISGB v1.2 Guestbook http://www.gaylenandmargie.com/publicscripts
"Elias Santiago" <[EMAIL PROTECTED]> wrote in message
[EMAIL
php-windows Digest 20 Sep 2001 19:43:50 - Issue 764
Topics (messages 9430 through 9436):
how can I use or run a php sample?
9430 by: Burak Delice
9431 by: Arron Edwards
Okay..
9432 by: Burak Delice
Install PHP with Sockets on Win2000?
9433 by: Benjamin Schm
Hi Guys,
Is there any way I can create a zip file from files? (filenames and their
paths will be specified in an array) Any help would be very much
appreciated!
TIA,
Raphael
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands,
Sorry, what memory limit?
"Gaylen Fraley" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I've looked for instructions on this but have been unable to find them.
How
> do you apply the memory-limit patch for 4.0.6 on Windows?
>
> --
> Gaylen
> [EMAIL PROTECTED
Do you still have that PHP3 file?
Maybe it could help in what I'm trying to accomplish...
"Frank M. Kromann" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi,
>
> I have a documentation item on my todo list. I have no plans to extend the
module with functi
I can't seem to find a way to install PHP with sockets on Win2000 without
having a compiler -- is there another way?
--
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
I did it !
Thank you Tony, Lian and Arron
"Burak Delice" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> hi,
>
> I have been making some tests. I want to learn PHP. But I have not achived
> to run a php sample like below. Actually I want to make a mail sen
you need to install php
http://www.php.net/downloads.php
You most probably want the 700k install, it should work with your server,
else you want the next one above to give you all you need (4meg). The 700k
install sets up most servers, and should do yours. Then simply run your
server with the p
hi,
I have been making some tests. I want to learn PHP. But I have not achived
to run a php sample like below. Actually I want to make a mail sender on my
web page with php. I have found a sample about it but I couldn't run it so I
decided to learn php as far as possible.
Example
(I save
php-windows Digest 20 Sep 2001 07:40:58 - Issue 763
Topics (messages 9417 through 9429):
Installation problem- Need help!
9417 by: Sridhar Moparthy
9418 by: Sridhar Moparthy
9420 by: Alain Samoun
9422 by: Elias Santiago
IIS admin dlls?
9419 by: Elias
Well if I have a func like this ( im trying to get it to work with the
simplist case now )
HRESULT test( [ out, ref ] unsigned char *n );
I can call that from PERL like
use Win32::OLE;
use Win32::OLE::Variant;
$obj = Win32::OLE->new( "comobjectname" );
$n = Variant( VT_UI1 | VT_BYREF, 0 );
$ob
19 matches
Mail list logo