None that I know of but
http://www.php.net/manual/en/function.round.php
might help you.
Ross
-Original Message-
From: Anthony [mailto:[EMAIL PROTECTED]]
Sent: 29 October 2001 14:28
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Floating Point
Is there a way to limit the amount of decimal
Oh dear God tell me that's not the time. :( Uni early tomorrow.
R
-Original Message-
From: Ross Fleming [mailto:[EMAIL PROTECTED]]
Sent: 30 October 2001 03:47
To: Svensson, B.A.T. ; [EMAIL PROTECTED]
Subject: RE: [PHP-WIN] Help, connection object in php
Ah well, though I quite believe
Ah well, though I quite believed I was probably going to be wrong anyway! :)
Thanx for the info though, nice when someone takes the time to explain it.
:)
Ross
PS. Again, look at my disclaimer ;)
-Original Message-
From: Svensson, B.A.T. [mailto:[EMAIL PROTECTED]]
Sent: 30 October 200
Sort of. The main purpose with ODBC is though to scale away the lower layers
of setting up a connection - making it target independent, but also get rid
about having to think about which kind of network protocol to use, etc, etc.
Once encapsulating all boring stuff of ODBC in C++ objects it gets
php-windows Digest 30 Oct 2001 01:26:49 - Issue 828
Topics (messages 10082 through 10098):
Floating Point
10082 by: Anthony
Re: What is a class
10083 by: Mike Frazer
Help, connection object in php
10084 by: aaron
10085 by: Erik H. Mathy
10086 by: Jo
Forgive my ignorance but doesn't ODBC do this for you, pretty much hassle
free? I've only briefly looked into this once though.
Ross
PS I've REALLY only dabbled in this when tossing an idea over in my head, I
should really have a disclaimer:
The above statements could well be a load of ^%%&!!
Hi Joe,
I recently had a similar problem. All the dlls that I neded were
available in the full windows zip package from php.net's downloads
section. I used Dependency Walker
( http://www.dependencywalker.com/ - Thanks again Philippe) to determine
which dlls I needed to have as often the dll refer
System: Win2k Advanced server
anyone else having trouble running this with php but no trouble with a
command line. Also i can get back the command line usage information but
when i try to make a change it says permission denied. Iuser is set for full
control.
post any ideas or similar probs that
from the c:\ directory, type dir php.ini/s .
--
Gaylen
[EMAIL PROTECTED]
http://www.gaylenandmargie.com
PHP KISGB v2.2 Guestbook http://www.gaylenandmargie.com/phpwebsite
"Sharan" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hey all,
>
> My php.ini file is
It depends on the current security set-up over the network and available
network protocols (named pipes, TCP/IP, etc, etc). But yes, it should be
possible.
-Original Message-
From: aaron
To: [EMAIL PROTECTED]
Sent: 2001-10-29 19:17
Subject: [PHP-WIN] Help, connection object in php
Is is
Hi,
I have maintained a calendar myself using PHP. I wonder if there is any way
that can let my own calendar synchronized with the calendar in outlook2000.
That is, if I add any event to my PHP calendar, then, I can add this to my
outlook2000 as well, and vice versa.
Can anyone help me with this
That works! Downloaded 4.0.8 and then I could view and execute PHP files
over the network. Fantactic.
BUT!
I use include() to pull in a connect.php foile to connect to the database,
and it has a bunch of function in it too. Now, if the include() statement
calls a file in it's current directory,
I got my PHP binaries from www.zend.com and I have that dll...
Check it out, and let me know if you want me to send the dll as and attachment.
K
"Julian Bourne" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi,
>
> I am trying to install phpshop using php
It looks like that your admin has installed the basic version of php without
extensions. What does the phpinfo say?
Alain
On Mon, Oct 29, 2001 at 02:01:59PM -0600, Joseph Koenig wrote:
> Hi, I recently had an admin install PHP 4.0.6 on a Windows 2000 Server.
> The server is running Microsoft Site
Hi, I recently had an admin install PHP 4.0.6 on a Windows 2000 Server.
The server is running Microsoft Site Server. Forgive my ignorance of
Windows...I created an info.php page that displayed itself properly. I
went to use the mssql extension - I uncommented it in the php.ini file.
It threw up er
Hi
You must use a PHP build newer than 2001-07-03 to access files on a network
share on Windows. The last offical release is PHP 4.06 which was built on
June 23, you'll need a more recent developer version - maybe you can try
www.php4win.com.
Also be sure to give the appropriate permissions on t
Hi Aaron,
You sound like an ASP convert to PHP. The answer is yes.
You might like the adodb database library that works like ADO at
http://php.weblogs.com/adodb
Regards, John
Aaron <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Is is possible to set the con
> Is is possible to set the connection object to point to a database on
> another server? I'm using SQLserver and IIS and would like to point the
> connection object to the SQL server. SQL server is on one
> computer and IIS is on another.
Yep. That's part of the mssql_connect(); syntax.
$conn
Is is possible to set the connection object to point to a database on
another server? I'm using SQLserver and IIS and would like to point the
connection object to the SQL server. SQL server is on one computer and IIS
is on another.
Thanks,
Aaron
--
PHP Windows Mailing List (http://www.php
Think of a class as a car:
The car as a whole is one "object", while it is made up of several smaller
components that serve various "functions". You can also store different
things in the trunk of the car that will be useful later (these would be the
class variables).
Now lets think of it in pr
Is there a way to limit the amount of decimal places a floating point
equation will calculate out to? I have an equation that I get -1.#IND
as the value of the equation sometimes. Does anyone know what this
means? There are no errors in the formula that is being equated.
Please help me o
php-windows Digest 29 Oct 2001 13:11:39 - Issue 827
Topics (messages 10074 through 10081):
php.ini
10074 by: jtjohnston
IIS, PHP and LANs
10075 by: CJD
MySQL help!!!
10076 by: Brian Feliciano
Re: IIS PHP
10077 by: Hace
PHPshop and gettext
10078 by
I have a problem , for a project in school.
I want to use php to generate sites but I don't know
how to configure subdomains.
let's say i have 3 templates available. A user pick a
template , change it's text , title, font size ,
color, etc. I store his options in a database.
He also choose his su
Hi there
Does anyone know how to destroy variables $PHP_AUTH_USER and $PHP_AUTH_PW ?
When you use UnSet(), browser still remembers them for current real as it
seems to me. Sending Header("HTTP/1.0 401 Unauthorized") haven't worked for
me. :o(
Help nice people
Yaroukh
--
PHP Windows Maili
Justin,
Ok, I moved my request to the php.windows newslist at news.php.net.
I hope some windows-C-Programmer picks up my request.
BTW: I found out that in Netscape and Opera there were no problems to
view the PDF, both browsers suggest to open AdobeAcrobat Reader.
only IE5.5+ outputs the PDF t
Hi,
I am trying to install phpshop using php 4.0.6 and it appears to need
gettext invoked (somehow it does not pass session variables) so I loaded the
gettext.dll extension library, but it now requires gnu_gettext.dll which I
do not possess. I have search for this dll and even downloaded the gnu
On Sat, 27 Oct 2001 12:45:50 -0700, [EMAIL PROTECTED] (Josh
Seward) wrote:
>I am having trouble with my IIS server. When I restart the site runs fine, But only
>for one visit. If
>I leave the page or close the browser and try to return the page cannot be found.
>
>Can somebody explain this to
27 matches
Mail list logo