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
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
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
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
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
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
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
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
>
>
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 - 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
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
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.
> 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
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
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
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
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
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
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
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
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
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 - 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
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
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
>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
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
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.
"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);"
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
30 matches
Mail list logo