Hello !
> Hello: My name is Mike and I have little problem.How can I get a
connection
> to an ORACLE8i-database with php4?
> I can't find any documentation about it.
If you've a distant database you mut install Oracle client on your PHP
serveur.
For the connection the best solution is to use OC
php-windows Digest 19 Jan 2001 07:16:55 - Issue 404
Topics (messages 5096 through 5111):
Win2000 IIS PHP Post/Get Form Operations Question
5096 by: NX Dev
5111 by: Angus Mann
Re: PHP Editor
5097 by: NX Dev
5098 by: NX Dev
5101 by: Lorant Toth
Re: [P
At 06:40 18/01/01 -0600, NX Dev wrote:
>I can't get the PHP Server to reconize the "POST/Get" operations done ont
>he server. Did i miss something in the config file?
Uhm, how can we tell without knowing what you put in there? :)
Post your example PHP script/code of where you think it's going
Hello Andi,
beside John's, here are two links with specs,
http://msdn.microsoft.com/library/default.asp?PP=/library/toc/specs/specs10.xml&tocPath=specs10&URL=/library/specs/rtfspec.htm
http://www.wotsit.org/search.asp?page=3&s=text.
If you really want to write it for yourself, you might want to
Try phpclasses.upperdesign.com, there are several very good graphing
classes that can be used for mathematical purposes.
Gonzalo.
> hi all,
> is there a math plotting code coded in php that is similar to mathcad etc
> for scientific uses
> yours,
> kayhan
> ___
hi all,
is there a math plotting code coded in php that is similar to mathcad etc
for scientific uses
yours,
kayhan
_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
--
PHP Windows Mailing List (http://www.p
Can anyone help me with the following intermittent error message? "The HTTP
Server has returned an unhandled exception while processing the ISAPI
application:
php4ts!zend_hash_copy + 0x17
MSVCRT!malloc + 0x0"
The ISAPI app uses DCOM to send us data files via our website, a Win 2000
server running
Hi,
I'm just trying to find information on how to instal php4 on Netscape
FastTrack Server v. 3.01 in Win NT4.0 environment, both - as nsapi and
as cgi. Could someone help me to find how to do it? Installation info
I've got with my php copy explains this procedure for some servers,
unfortunately
Paul,
Have you tried adding c:\php-4.0.4 to your java.library.path?
Alex
--
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-mail: [EMAIL PROTECTED]
On Thu, 18 Jan 2001, Wacks, David wrote:
> DOES anyone know if there is a way to us MS Authentication directly from
> Linux? I am looking into LDAP right now, but am hoping there is an easier
> way
>
> --Dave
>
Try pam_smb. We've implemented this to allow users to use their domain logon
passwor
Hi PHP cracks,
I need your help with my litte problem here:
I need to setup and maintain a tcp-socket connection within a PHP session,
because the service on the other side
keeps track of the client's state and decides at runtine which html-page is
to be displayed as a result of the
users form-
Hello: My name is Mike and I have little problem.How can I get a connection
to an ORACLE8i-database with php4?
I can't find any documentation about it.
Regards
Mike
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EM
Hi,
I wrote that editor and I've hopefully fixed that bug by now ;)
My local development version works fine (this doesn't happen any more).
Maybe you should take a look at http://phpcoder.stsoft.cjb.net and download
the latest development preview and follow the instructions (I think it
contains t
try replacing host with localhost
and ensure that MySQL is actually running
-- Ben Cairns - Head Of Technical Operations
intasept.COM
Tel: 01332 365333
Fax: 01332 346010
E-Mail: [EMAIL PROTECTED]
Web: http://www.intasept.com
"MAKING sense of
the INFORMATION
TECHNOLOGY age
@ WORK.."
--
PH
I agree. If you have a Linux system, you can emulate this by having one NT
server with MS security and link to that page, have it set a copy (upon
authentication) and PHP can read the rest.
DOES anyone know if there is a way to us MS Authentication directly from
Linux? I am looking into LDAP rig
[ PHP Coder]
Address = http://www.tbns.net/stsoftware/phpcoder/psetup.exe
Bob
--
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-mail: [EMAIL PROTECTED]
http://www.tbns.net/stsoftware/phpcoder/psetup.exe 650K
This program is called PHP Coder. It is a HANDY Util. It only has 1
bug that i cam across.
If your are finishing a line ... with ;} it will accidently delete the
semi-colon. All you need to do in that case is just goto the spot where
it
I can't get the PHP Server to reconize the "POST/Get" operations done
ont he server. Did i miss something in the config file?
Bob
--
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
php-windows Digest 18 Jan 2001 12:27:29 - Issue 403
Topics (messages 5081 through 5095):
Re: [PHP] best user authentication method?
5081 by: Miles Thompson
5082 by: Miles Thompson
Re: Basic Clarification on Sessions(PHP4)
5083 by: Mujahid
Passing values
508
> The second question sound strange:
> try:
> include("myinc.php") /* think double quotes are needed */
> ?>
>
> myfunc(); /* myfunc defined in myinc.php */
> ?>
>
> Normal HTML stuff goes here
> myfunc();
> ?>
Silly me: First I forgot those quotes when I was typing the example, and then I
Hi
I want to use an object which looks like the Windows Explorer File Tree
in a database application. Does anhone have any code to do this (or know
of the COM object or whatever that can be used to build it - I will also
want to enable left and right click events at some stage)
Cheers
Tom
--
Hello...
I'm a newbie and having a bit of a problem uploading files with php. So
please help...
The problem:
==
I'm having a problem uploading a file from a client (through a browser) to
my server (http/post).
If a choose a file on the client - for example "C:\Program
Files\Netscape\Co
I think "\r\n" should work.
The second question sound strange:
try:
Normal HTML stuff goes here
> I'm a newcomer to PHP, and I'm trying to use it to simplify the process of
> creating an HTML help file.
> I have two questions: the first is, is there any way to change the newline
> string t
I'm kinda new to this php stuff. The server I'm working on only has php3
and the script I have is a PHP4 script. It has this command in it.
foreach($l_array_of_elements as $l_search_element){
if ($l_search_element != "")
if ($case_sensitive) {
$l_search_
I'm a newcomer to PHP, and I'm trying to use it to simplify the process of
creating an HTML help file.
I have two questions: the first is, is there any way to change the newline
string that the "\n" escape produces? At the moment it is outputting 0x0A,
while I would prefer it if it would produc
Hi Romulo,
If you're only working (and all your clients, too) with M$, means M$-Win,
M$-IIS, M$-IE, so the best method is NTLM, but all Users must be registered
in your PDC as Users. Its very usable in Intranets.
Greetinx,
Mike
(Germany)
-Ursprüngliche Nachricht-
Von: Romulo Roberto P
26 matches
Mail list logo