µL?
Ócode ¨Ó¦Û¥xÆW®Ñªºexample
¦³ÉN¥i¥Hsolve?
Cjd ¼g¤J¡G
> PHP probably does not have write access to the disk.
>
> "Clock" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > hi
> > Warning: fopen("9-02_counter.txt","w") - Permission denied in
> > c:\inetpub\
mySQL and PHP
i have mySQL server for win on my system and run it.
then i cannot add, delete, or edit things in the table.
what is wrong? is the script incorrect may be? i used a tut from weberdev
for basic php and mysql accessing.
please help me thanx =)
--
PHP Windows Mailing List (http:/
hello again,
can someone please help me to make a realtime clock in PHP not using forms
only plain text that updates when the time changes, i.e. every minute etc...
thank you again =)
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional co
Hi, i would like to know what the formula in date('B');
does or how it works out the swatch internet time?
cheers
--
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
I've downloaded mcrypt-2.5.6-win32.bin.zip from mcrypt.hellug.gr and have
been trying different ways to install it. So far no success. I haven't
been able to find any docs on installation so I've come here for some
wisdom. Has anyone been able to install mcrypt under win32? Thanks.
--
PHP
PHP probably does not have write access to the disk.
"Clock" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> hi
> Warning: fopen("9-02_counter.txt","w") - Permission denied in
> c:\inetpub\wwwroot\9-02_pcounter.php on line 20
>
> Warning: Supplied argument is
>From what Sridhar mentions, he already did uncomment the
'extension=php_*.dll' lines...
Have you checked that the userid the webserver uses while running has access
to the d:\php\extensions dir and files?
This has bumped me in the face many times...
"Alain Samoun" <[EMAIL PROTECTED]> wrote in
Hi,
I have a documentation item on my todo list. I have no plans to extend the module with
functions for user management though.
What kind of management did you want ? I have an old PHP3 extension I used to read
user and group information from the SAM database. Is this what you are looking for
Did you uncomment the: 'extension=php_*.dll' lines in php.ini to load these
extensions?
Alain
On Wed, Sep 19, 2001 at 06:35:28PM -0400, Sridhar Moparthy wrote:
> Hi All,
>
> I am installing PHP4 on NT4. I wanted to add LDAP and Oracle modules. To do
> this I have set 'extension_dir' to "d:\ph
Has anyone worked with the IIS func module?
I'm interested to know if there is any progress with this module, I would
like to manage IIS/NT users thru PHP and was hoping that this module could
help me in this area.
I notice that the php_iisfunc.dll is still included in the extentions
directory.
Hi All,
I am installing PHP4 on NT4. I wanted to add LDAP and Oracle modules. To do
this I have set 'extension_dir' to "d:\php\extensions\" in php.ini. I
have installed PHP in "d:\PHP" directory. But when I try to open PHP file I
am getting
"Unable to load dynamic library 'd:\php\extensions\
Hi All,
I am installing PHP4 on NT4. I wanted to add LDAP and Oracle modules. To do
this I have set 'extension_dir' to "d:\php\extensions\" in php.ini. I
have installed PHP in "d:\PHP" directory. But when I try to open PHP file I
am getting
"Unable to load dynamic library 'd:\php\extensions\
I'm not sure, but try:
$str = new VARIANT($obj->Get_Version_Str() , VT_STR | VT_BYREF );
or simply:
$str = $obj->Get_Version_Str();
Also, are you sure that release() is part of your object definition?
> $obj->Release();
Alain
On Wed, Sep 19, 2001 at 08:50:52AM +0100, park wrote:
> Im afraid I
php-windows Digest 19 Sep 2001 19:13:14 - Issue 762
Topics (messages 9411 through 9416):
Re: COM - accessing pointer variables
9411 by: park
9416 by: Alain Samoun
Please Please Help!
9412 by: karthikeyan
text file question thanks
9413 by: clock
php and mss
The extension was renamed to php_mssql.dll a while ago. You will need a copy of the
extension that matches your other php binaries or yoy will have to update to the
latest version of php.
- Frank
> is there an other extension for microsoft sql server out there??
>
> the build in extension php
is there an other extension for microsoft sql server out there??
the build in extension php_mssql70.dll always occures an error on loading...
thanx for your help
cu
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [
hi
Warning: fopen("9-02_counter.txt","w") - Permission denied in
c:\inetpub\wwwroot\9-02_pcounter.php on line 20
Warning: Supplied argument is not a valid File-Handle resource in
c:\inetpub\wwwroot\9-02_pcounter.php on line 21
Warning: Supplied argument is not a valid File-Handle resource in
c:\
Hi All,
I am running PHP4.0.6 in WinNt Workstation. PHP4.0.6 comes with gd library (PNG and
JPG support) but no freetype support, so i have dowloaded freetype for windows version
2.0.4. These are the files i have downloaded.
1. freetype-2.0.4-bin
2. freetype-2.0.4-doc
3. freetype-2.
Im afraid I dont know VB script so I cant tell you, to call it from C you
would use:
ITest *ptr = CoCreateObject( CLSID_Test.. )
char str[ 1024 ];
ITest->Get_Version_Str( str, sizeof( str ) );
// str contains the version string
ITest->Release();
Last night I looked through the php source
19 matches
Mail list logo