Mark,
I understand your problem, i have the same problems. Customers of mine
demand running their apps on ms and iis, we have no choice. 70% till 90% of
their apps are running only on ms and they want 1 standard. So a decision to
choose another platform then ms is most of the time strategically a
Hello,
I'm working with dbase files and PHP on Apache (W2K OS), One of the dbase
colums are number's type and 11 simbols width. When I run command
dbase_get_record(gg.dbf,1) and the value is larger than 10 simbols, I
always got wrong result.
Maybe anybody knows how to fix this problem?
Here is
Hi Sean,
It's ok, as long as you configure to parse .php files in the site.
giving an example:
u have extracted all php files downloaded from php.net to C:\php,
and want to install php to run as CGI, just go to Internet Service Manager,
right click the website you want to configure (where the po
Chen,
My IIS server is not on the default port but the port that I nominated like
8000 or something, will I be able to specify this is the setup?
Chen Wei wrote in message <[EMAIL PROTECTED]>...
>Hi Sean,
>
>you can refer to the documentation in php.net:
>
http://www.cw213.net/cgi-bin/ub
Hi Sebastián,
Do you have the Interbase drivers installed in the computer? I had that
problem before because I don't have the database drivers installed so the
DLL can't be loaded.
--
regards,
chen wei (http://www.cw213.net)
===
Solutions Developer of Earth9.com
Hi Daniel,
Did u try to connect the DSN using MS Access? Try some troubleshooting so
that u can find where the error is. If u can't connect to DSN using MS
Access also, there may have some problems in ur database drivers or ODBC
settings.
P/S: You dun have to reboot the computer in order to add
Hi Sean,
you can refer to the documentation in php.net:
http://www.cw213.net/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&f=4&t=01
--
regards,
chen wei (http://www.cw213.net)
===
Solutions Developer of Earth9.com
=
Hi,
I am an absolute newbie to PHP and I was wondering the beat way to install
PHP on my Win 2k server? Is there any docs on this?
Sean
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact th
On Tue, 25 Sep 2001 23:33:52 +0200, Didier Geheniau wrote:
>mark,
>
>If people like you don't question the decisions other people in
there
>choice of platforms, but instead just help to make solutions like
php
>more portable (by making it work on questionable platforms) in
future
>company's will c
Hi,
I'm running PHP 4.0 on WinNT 4 with IIS and attempting to use an Access
2000 database. When I use this is a script:
$logdb = odbc_connect("uptime", "user", "password");
it gives the following error :
Warning: SQL error: [Microsoft][ODBC Driver Manager] Data source name
not found and
mark,
If people like you don't question the decisions other people in there choice
of platforms, but instead just help to make solutions like php more portable
(by making it work on questionable platforms) in future company's will
choose for better platform because there applications become indip
When I edit php.ini file and try to use the Interbase extension, everytime I
try to open a php on my Browser it display the following warning
"Unable to load dynamic library 'c:\php\extensions/php_interbase.dll' - in
Unknown on line 0"
Help me please
--
PHP Windows Mailing List (http:/
> We are using the built-in ftp functions on W2K with PHP 4.0.6. Works fine.
> Is that what you require?
These ftp functions work OK (ftp_put = STOR, ftp_get = RETR), but I need
REST.
It is good for resume, but I need it to index mp3 files on ftp server.
If the mp3 file has 4128B, I know that la
php-windows Digest 25 Sep 2001 19:49:57 - Issue 773
Topics (messages 9505 through 9522):
gd graphic problems...
9505 by: Richard Morris
mysql_fetch_array() doesn't work
9506 by: Web user
9516 by: Mike Flynn
Re: CGI Error and not able to load DLL error
9507
does anyone know what does &$this mean? I saw this on the php.net tuturial
for references inside a constructor.
I thought that $this is already a reference?
The way it was used :
class Foo
{
function Foo($name)
{
// create a reference inside the global array $globalref
glo
I'm trying to use the XML function but PHP crash.
I'm using "php_domxml.dll", but isn't working.
How can I use XML functions on Windows?
regards,
Augusto
___
Yahoo! GeoCities
Tenha seu lugar na Web. Co
? you posted an IIS question to a php list and now you're complaining
about not getting a useful response?
On Tue, 25 Sep 2001 08:15:16 -0500, Craig Morrison wrote:
>
>It's answers like this that persuade people to find another solution
>(read--product) to their problems.
um, that was the whole
We are using the built-in ftp functions on W2K with PHP 4.0.6. Works fine.
Is that what you require?
See http://php.net/ftp
Bye. John
"Tomas Vasek" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hallo,
>
> is any possibility to use ftp commands (REST, RETR,
Hi,
if i use fopen or similars commands to open a file i've see that the session
variables included in it are not valorized.
Using fopen i've defined the absolute http path to the file, and the file is
correctly parsed by the PHP interpreter, the only
problem is that the session variables remain s
Hi all
My Config:
w2k advanced server;
Iplanet Enterprice server 6
Iplanet directory server 5
i have written a php script which does the following:
Getting username and password from a form;
with username do a anonymous search for username's dn
login with username
when i run this page on ipla
Look at the line number indicated by the error. A parse error has nothing to do with
the mysql functions. Your code looks fine. What did you leave out with the ...'s?
By the way, an easier way to do what you're doing here is:
$res = mysql_query($query);
while ($arr = mysql_fetch_array($res))
Hallo,
is any possibility to use ftp commands (REST, RETR, STOR,...) from PHP
4.0.6 (Win2K)?
Thanks
Tomas Vasek
--
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-
Hi
try it without the first '$resp=mysql_fetch_array($dados);' in the first
php-block!
there you actually fetch your first info. In the next php-block you simply
overwrite it. --> then you only can process 49 records.
Give it a try :)
-Oliver
[EMAIL PROTECTED] (Danilo Meles) wrote in
new
On Tuesday 25 September 2001 2:15 pm, Craig Morrison wrote:
> Now does anyone have anything useful to add to the discussion?
Maybe you need to give us more info. Clearly the problem is to do with
permissons - when you run php in cgi mode, IIS does the authentication, in
the event of a non-anon
It's answers like this that persuade people to find another solution
(read--product) to their problems. If you don't have anything useful to say,
please keep your mouth shut.
Corporations and businesses make decisions that admins can not over-ride. This
is a case where IIS is being thrust upon u
Hello!
I'm using an PHP application with IIS to access an Oracle DB in a W2K server, but I
want to install PHP in a Linux Server with APACHE. Anybody knows how can I get Oracle
Client for Linux ?
Thank's.
Leon
.
I havn't installed any module of any kind after the installation of the
latest versions Apache (1.3.20) and PHP (4.0.6).
I searched the whole newsgroup for ftp problems.
Mine wasn't there...
My script DOES execute the ftp_connect command. (so ftp must be buildin,
load and/or enabled)
The ftp_logi
Hi,
I'm not an expert as regards the Windows install.
But I'm guessing that in your php.ini file you have the upload_max_filesize
set too low.
This will give you the problem you describe.
Alistair Austen
"Stanley Cheung" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PRO
"Andy" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> When i try to use COM, my machine just doesn't do anything, for example,
you
> click a link to a php page that has the COM line in it, the browser stays
> still for a while, then just times out. Does anyone
On Monday 24 September 2001 7:25 pm, Sridhar Moparthy wrote:
> Phil,
>
> 2. I have php_ldap.dll, php_oracle.dll, php4ts.dll and php.exe in "c:\php\"
> directory. All these files are accessible to iusr_* users with full
> control. Also these users have access to php.ini with full control. Also
> "E
System: PHP4.06 + Mysql3.23.41 Win32 + Apache 1.3.20 Win32 + Win98
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]
Hello all,
I was wondering if anyone ran across these three problems that I have been
having.
I have been developing two php scripts that dynamically build a JPEG image
from a series of PNG images. I was originally using PHP 4.0.5 but wanted to
use the true colour support of PHP 4.0.6. However
32 matches
Mail list logo