[PHP-WIN] date and time operation

2003-01-16 Thread Ha Duy Thien
Hello everybody ! Does anybody here deal with date and time operation in php ? If you don't mind, please show me they way to do this. I have some date and time functions in ASP and now I have to convert it to PHP. Here are some functions in ASP yr = year(date()) mon = month(date()) currentmont

RE: [PHP-WIN] RE: What kind of Editor you used to build PHP script ?

2003-01-16 Thread Sean Malloy
And would you want all of that for free too? -Original Message- From: Uttam [mailto:[EMAIL PROTECTED]] Sent: Friday, 17 January 2003 5:55 PM To: 'skyweb'; [EMAIL PROTECTED] Subject: [PHP-WIN] RE: What kind of Editor you used to build PHP script ? i hv been using plain text editor (Noteta

[PHP-WIN] RE: What kind of Editor you used to build PHP script ?

2003-01-16 Thread Uttam
i hv been using plain text editor (Notetab Light) mostly, and hv also tried some IDEs but found them not stable enough... apart from powerful text editor, here's the wishlist from a php script editor: * ROCK SOLID stability * syntax highlighting (with monochrome mode) * VB like immediate warnings

Re: [PHP-WIN] Php module

2003-01-16 Thread Dash McElroy
Here's a silly question: Have you installed a web server? If not, that could very well be your problem... This list seems to reccomend Apache (If you're working on a small traffic, Apache 2 is just as fine as Apache 1.3). I personally have used Apache on Win32 for about 3-4 years now with no probl

Re: [PHP-WIN] Re: Image Creation Error

2003-01-16 Thread Ed
Yes, I've tried both and get the same error. Ed "Mikey" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Oops - that should be php_gd2.dll > > > -Original Message- > > From: Mikey [mailto:[EMAIL PROTECTED]] > > Sent: 17 January 2003 00:11 > > To: [EMAIL

[PHP-WIN] Php module

2003-01-16 Thread Sabina A. Schneider
    Hello everybody!!! I've installed PHp on my computer, Windows 2000 but it doesn't work with php. I've istalled the latest binary, but I can't find the php module to add it... What do I have to do??? I want to have the mysql database funtioning too, but it seems the modules doesn't come w

Re: [PHP-WIN] What kind of Editor you used to build PHP script ?

2003-01-16 Thread Leo G. Divingracia III
skyweb wrote: I like SSEditor, because I made it. and I use it to build my web site:) What features should be in a PHP Editor ? can you tell me ? i started out on php coder, which has been bought out by magumi or is maguma. anyways, i like that it can access downloaded php and mysql document

RE: [PHP-WIN] Re: Image Creation Error

2003-01-16 Thread Mikey
Oops - that should be php_gd2.dll > -Original Message- > From: Mikey [mailto:[EMAIL PROTECTED]] > Sent: 17 January 2003 00:11 > To: [EMAIL PROTECTED] > Subject: RE: [PHP-WIN] Re: Image Creation Error > > > Have either of you tried using GD v2 (php_gdf2.dll)? > > regards, > > Mikey > >

RE: [PHP-WIN] Re: Image Creation Error

2003-01-16 Thread Mikey
Have either of you tried using GD v2 (php_gdf2.dll)? regards, Mikey > -Original Message- > From: Pat Johnston [mailto:[EMAIL PROTECTED]] > Sent: 17 January 2003 00:06 > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] Re: Image Creation Error > > > Hi Ed > I have a similar probelm with resiz

php-windows Digest 17 Jan 2003 00:06:55 -0000 Issue 1539

2003-01-16 Thread php-windows-digest-help
php-windows Digest 17 Jan 2003 00:06:55 - Issue 1539 Topics (messages 17906 through 17917): Re: Help using Mail() on XP standalone config 17906 by: Dash McElroy 17908 by: Allan PHP Search 17907 by: Radovan Radic Image Creation Error 17909 by: Ed 1791

[PHP-WIN] Re: Image Creation Error

2003-01-16 Thread Pat Johnston
Hi Ed I have a similar probelm with resizing and cannot work it out. My phpinfo (ver 4.3) says jpeg support enabled and put php_gd.dll in the same directories as you. My code is: $imagesrc = ImageCreateFromJpeg($image); $imagedst = ImageCreate($im_width,$im_height); ImageCopyResized($imagedst, $i

[PHP-WIN] Re: What kind of Editor you used to build PHP script ?

2003-01-16 Thread Ed
I uses zend studio. It has a preview pane, code completion, and it's own server. It also has the PHP documentation in the help files. Personal use is a free download. "Skyweb" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I like SSEditor, because I made it.

RE: [PHP-WIN] What kind of Editor you used to build PHP script ?

2003-01-16 Thread Mikey
> As crazy as this may sound > > NOTEPAD... or if on my freebsd machines... vi =) Had to stick my 2c in on this one... UltraEdit (http://www.ultraedit.com) is fantastic. It has configurable syntax highlighting, save to FTP, templates, macros and a whole lot more. I would have to agree about

Re: [PHP-WIN] What kind of Editor you used to build PHP script ?

2003-01-16 Thread Nick H. -- Technical Support Engineer
As crazy as this may sound NOTEPAD... or if on my freebsd machines... vi =) Regards, Nick H. - Original Message - From: "Chris Kranz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 16, 2003 4:45 PM Subject: RE: [PHP-WIN] What kind of Editor you used to build PH

RE: [PHP-WIN] What kind of Editor you used to build PHP script ?

2003-01-16 Thread Chris Kranz
Line numbers... Colours are nice, but I like it simple. And line numbers are about as nice as I like :) I pretty much stick to dreamweaver MX, but I disable most of the crap in it. Just plain line numbers, and some colouring :) Suites me just fine!!! chris kranz fatcuban.com -Original Mes

RE: [PHP-WIN] What kind of Editor you used to build PHP script ?

2003-01-16 Thread Sean Malloy
I use visual studio. The editor is good, but the database integration is second to none, and its what I've become accustomed to. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] What kind of Editor you used to build PHP script ?

2003-01-16 Thread Aaron Smith
Check out HTML-Kit (www.chami.com). Fully functional (PHP preview and validation), very powerful, and free! At 03:14 PM 1/16/2003, skyweb wrote: I like SSEditor, because I made it. and I use it to build my web site:) What features should be in a PHP Editor ? can you tell me ? http://www.skyweb2

[PHP-WIN] What kind of Editor you used to build PHP script ?

2003-01-16 Thread skyweb
I like SSEditor, because I made it. and I use it to build my web site:) What features should be in a PHP Editor ? can you tell me ? http://www.skyweb2k.com/sseditor [EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Image Creation Error

2003-01-16 Thread Ed
I'm running PHP 4.3 and W2k with IIS 5.0. I have enabled php_gd and it does show up when I do a phpinfo. The php_gd.dll is in the winnt/system32 directory and it's in the extensions directory (I've also tried it in almost every other directory too) and I get this error message: Fatal error: Cal

RE: [PHP-WIN] Help using Mail() on XP standalone config

2003-01-16 Thread Allan
Dash, thanks. I eventually configured it and go it to work using the smtp server of my ISP. I tried using the XP smtp service that comes with OS (or was that with IIS ?), but didn't get it to work. Might be because I had Apache and IIS conflict, just not sure. Anyway, I've done my deed, thank

[PHP-WIN] PHP Search

2003-01-16 Thread Radovan Radic
Hi all I got (i think) heavy task for my school project. I hope someone can help me. Script needs to find key words (for example: computer, science) It should search in url or mail Script should find words within meta-tags (i know how to do it) and: In the body of html (url or email) but only if t

Re: [PHP-WIN] Help using Mail() on XP standalone config

2003-01-16 Thread Dash McElroy
Allan, You need some kind of an SMTP server for mail() on Win32. Either find a free one that you can load on your machine for testing, or use your ISP's (or if you're at work, possibly their internal mail server) mailserver. Then point your php.ini's 'SMTP = ' line towards the mailserver. Note th

php-windows Digest 16 Jan 2003 11:32:38 -0000 Issue 1538

2003-01-16 Thread php-windows-digest-help
php-windows Digest 16 Jan 2003 11:32:38 - Issue 1538 Topics (messages 17896 through 17905): HOWTO Install PHP under Windows .NET Server 17896 by: nuno Re: Looking for something simple 17897 by: toby z Help using Mail() on XP standalone config 17898 by: Allan Hardy

[PHP-WIN] xslt : sablot.dll

2003-01-16 Thread Erwan Pianezza
Hi, as seen on php bugs 21539 and 21666, the sablot.dll extension shipped with 4.3.0 didn't get the < xsl:sort > at all. I got it to work when I installed Expat-1.95.5, and some "I-don't-know-where-it-comes-from" sablot.dll that weighs 224ko and is dated 19 nov 2002. All other dlls come from late

[PHP-WIN] How to use oracle transaction with php

2003-01-16 Thread Ha Duy Thien
Dear php gurus, Does anyone here know about how to setup an oracle transaction with php. If you have any sample source code, please give me currently i am using : - PHP 4.3 -Apache -Oracle 8.1.7 -Unix server Thanks you very much Thien -- PHP Windows Mailing List (http://www.php.net/) To u

RE: [PHP-WIN] 4.3.0 and apache 1.3.27 on win98 -- LDAP cant load...

2003-01-16 Thread Sean Malloy
>From the PHP Manual regarding the php_ldap.dll extension: Note to Win32 Users: In order to enable this module on a Windows environment, you must copy libsasl.dll from the DLL folder of the PHP/Win32 binary package to the SYSTEM32 folder of your windows machine. (Ex: C:\WINNT\SYSTEM32 or C:\WINDOW

[PHP-WIN] ssl:// with fsockopen () on Windows XP

2003-01-16 Thread Alexander Stirmlinger
Hello, when I try to open a SSL-connection via ssl:// with fsockopen () on Windows XP and PHP 4.3.0, I get the following error message: "no SSL support in this build..." I tried to add "extension=php_openssl.dll" in my php.ini and copied libeay32.dll into the SYSTEM32-directory, but that doesn't

[PHP-WIN] 4.3.0 and apache 1.3.27 on win98 -- LDAP cant load...

2003-01-16 Thread leo g. divinagracia iii
have the combo listed: php 4.3.0 and apache 1.3.27 running on a win98 SE. this is my test machine. i uncommmented out the line: extension=php_ldap.dll and as soon as i manually launch apache, i get the error: PHP Warning: Unknown(): Unable to load dynamic library c:\php\extensions\php_ldap.

Re: [PHP-WIN] randomize ??

2003-01-16 Thread Antaeogo
"0" being the lower limit, "10" being the upper. You should read into the function srand() at php.net (type "srand" into the search input field - top right). At 09:17 AM 1/16/2003 +0100, Aidal wrote: >Hi NG. > >Can anyone tell me how to make a random number from a limiter like >"randomize(10);"

[PHP-WIN] randomize ??

2003-01-16 Thread Aidal
Hi NG. Can anyone tell me how to make a random number from a limiter like "randomize(10);" or somthing like that? It seems that the function "gmp_ramdom()" doesn't work. I get "Fatal error: Call to undefined function: gmp_random()" if I try to use it. Can anyone help please... /Aidal -- PHP