[PHP] PHP XML

2001-12-07 Thread Steve Haemelinck
Hi Guys I am developing with PHP and XML. Now I experience some problem with the processing instructions of xml (?xml version=1.0 encoding=UTF-8?) which causes PHP to return a parsing error. This is logical because ? is also the short-tag processing instruction for PHP. Does anybody got an idea

[PHP] PHP and JAVA

2001-12-02 Thread Steve Haemelinck
Hi all Does anyone got any experience with JAVA in PHP? I tried to rebuild php with java support. Everything worked well but when I try to initiate Java in PHP, I get cannot instantiate Virtual machine. I use kaffe and I believe I have configured PHP correctly. See

[PHP] PHP Oracle9i

2001-11-20 Thread Steve Haemelinck
Is it possible to use Oci-functions with Oracle 9i database ? -- PHP General 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]

[PHP] PHP with ORACLE 8i/9i

2001-11-16 Thread Steve Haemelinck
Question: I want to build php withd support for ORACLE 8i or 9i. Normally you use the option with-oci=path-to-oraclehome. So far so good. How can I achieve this when the oracle database is running on another server? Thx Haemelinck Steve Haemelinck.be - Developers Unite (Under construction )

[PHP] IE - View Source

2001-07-26 Thread Steve Haemelinck
Some sites are able to disable the source view in ie. How do you do that? Haemelinck Steve Personal: Haemelinck.be - Developers Unite :) Junior WebDeveloper http://www.haemelinck.com/ [EMAIL PROTECTED] Work: MCT IT Consulting - Take consulting 2 the next level Junior IT Consultant

[PHP] Gettting an XML file through a proxy

2001-05-04 Thread Steve Haemelinck
Hi All Anybody got an idea how I can get an XML file through a proxy. I tried fsockopen with a a GET request but this does not give me what I want :) Thx Haemelinck Steve Personal: Haemelinck.be - Developers Unite :) Junior WebDeveloper http://www.haemelinck.be:8080/ [EMAIL PROTECTED] Work:

[PHP] Browser Caching

2001-04-29 Thread Steve Haemelinck
Hi all I use sessions the authenticate users, but I seem to have a problem. This is what happens: 1) A user logs in on PC one with his username and password. (So far so good) 2) Another user logs in with his details on the same computer -- He is logged in with his details but the page

[PHP] Caching Authentification

2001-04-28 Thread Steve Haemelinck
Hi all I use sessions the authenticate users, but I seem to have a problem. This is what happens: 1) A user logs in on PC one with his username and password. (So far so good) 2) Another user logs in with his details on the same computer -- He is logged in with his details but the page displayed

[PHP] Protecting JavaScripts from being Donwloaded

2001-04-16 Thread Steve Haemelinck
Hi all is it possible to protect your javascripts from being downloaded by visitors ? -- PHP General 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]

[PHP] $PHP_SELF

2001-03-31 Thread Steve Haemelinck
Anybody got an idea why $PHP_SELF isn't working with me? I think because I have set my register_globals to off, but how can I get the value of $PHP_SELF an another way ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

[PHP] register_globals PHP_SELF

2001-03-21 Thread Steve Haemelinck
Does the PHP_SELF variable only work if you have your register_globals on? Is their an another for still using it ? Thx -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

[PHP] PHPLIB and Auth

2001-03-19 Thread Steve Haemelinck
Hi Guys, I really have a stupid problem but I don't see it :). I wanted to implement authentification with PHPLIB but it seems I am not able to get it working. What happens: If I want to access a page which needs authentification I first get the loginform, so far so good, but when I enter a

RE: [PHP] PHPLIB and Auth

2001-03-19 Thread Steve Haemelinck
Can it be that my Apache server is not well configured? I think you have to allow methods like GET and POST ? -Original Message- From: Steve Haemelinck [mailto:[EMAIL PROTECTED]] Sent: maandag 19 maart 2001 10:26 To: PHP Mailing Listl (E-mail) Subject:[PHP] PHPLIB

FW: [PHP] PHPLIB and Auth

2001-03-19 Thread Steve Haemelinck
-Original Message- From: Steve Haemelinck [mailto:[EMAIL PROTECTED]] Sent: maandag 19 maart 2001 11:52 To: 'Steve Haemelinck' Subject:RE: [PHP] PHPLIB and Auth It has certainly got something to do with my config. I just tried a simple form with POST And it gave

[PHP] Checking if a web, a url really exists ?

2001-03-19 Thread Steve Haemelinck
Anybody got an idea on how to check if a url really exists ? -- PHP General 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]

[PHP] Up Downloading

2001-02-14 Thread Steve Haemelinck
Dos anybody has an idea how I can monitor uploads (Time, Size) and Downloads to and From my server with PHP ? Steve -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

[PHP] XML Parsing through Proxy

2001-02-13 Thread Steve Haemelinck
Hi Anybody got an idea? I am sitting behind a proxy and I want to able to parse an XML. So I have to use fsockopen() to get through my firewall and get the page. So far, everything goes wel, but I am not able to parse the file, because I think it is not in XML format if I use "GET http:// "

RE: [PHP] XML Parsing The Sequel II

2001-02-12 Thread Steve Haemelinck
-Original Message- From: Steve Haemelinck [mailto:[EMAIL PROTECTED]] Sent: zondag 11 februari 2001 11:13 To: PHP Mailing Listl (E-mail) Subject:[PHP] XML Parsing The Sequel II Ok, yesterday I had problems parsing an XML from Nasdaq. Thx to Matt these problems have

RE: [PHP] XML Parsing The Sequel II

2001-02-12 Thread Steve Haemelinck
I think I found the problem. Because I am behind a proxy I can not connect to http://quotes.nasdaq.com. And get the data !!! -Original Message- From: Steve Haemelinck [mailto:[EMAIL PROTECTED]] Sent: zondag 11 februari 2001 11:13 To: PHP Mailing Listl (E-mail) Subject

FW: [PHP] XML Parsing The Sequel II

2001-02-12 Thread Steve Haemelinck
-Original Message- From: Steve Haemelinck [mailto:[EMAIL PROTECTED]] Sent: maandag 12 februari 2001 21:52 To: 'Steve Haemelinck' Subject:RE: [PHP] XML Parsing The Sequel II Ok, I solved the problems with my proxy, I can get the xml but I can not get it completely. Why

[PHP] XML Parsing The Sequel II

2001-02-11 Thread Steve Haemelinck
Ok, yesterday I had problems parsing an XML from Nasdaq. Thx to Matt these problems have been solved and I am know able to parse any XML without problems (I hope). But I have one question: In order to parse an XML you have to tell your parser where to find the document: $xml_file = ''test.xml';

RE: [PHP] XML Parsing The Sequel II

2001-02-11 Thread Steve Haemelinck
s the read variable to your parser. Dave -Original Message----- From: Steve Haemelinck [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 11, 2001 5:13 AM To: PHP Mailing Listl (E-mail) Subject: [PHP] XML Parsing The Sequel II Ok, yesterday I had problems parsing an XML from Nasdaq. T

[PHP] Parsing XML

2001-02-10 Thread Steve Haemelinck
I want to parse an XML from nasdaq, but I allways get a blank page when doing so. I also get the notice: undefined index when parsing. What does this mean? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[PHP] Parsing XML the Sequel :)

2001-02-10 Thread Steve Haemelinck
The page I want to parse is: http://213.224.136.110:8080/test.xml And this is my code: ?php //Define Opening Tags of XML $open_tags = array( 'STORY' = 'nasdaqamex-dot-com', 'STOCK_NAME' = 'issue-name', 'LAST_SALE' = 'last-sale-price', 'PREVIOUS_CLOSE' = 'previous-close-price',

RE: [PHP] [Newbie] PHP Variables

2001-02-09 Thread Steve Haemelinck
PROTECTED]] Sent: donderdag 8 februari 2001 23:55 To: Steve Haemelinck Subject:RE: [PHP] [Newbie] PHP Variables you can, what's the rest of your script look like. -Original Message----- From: Steve Haemelinck [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 08, 2001 3:49 P

RE: [PHP] [Newbie] PHP Variables

2001-02-09 Thread Steve Haemelinck
Thx, I forgot to set the register_globals to On !!! -Original Message- From: Steve Edberg [mailto:[EMAIL PROTECTED]] Sent: vrijdag 9 februari 2001 20:41 To: Steve Haemelinck Cc: PHP Mailing Listl (E-mail) Subject:RE: [PHP] [Newbie] PHP Variables At 8:06 PM +0100 2

[PHP] [Newbie] PHP Variables

2001-02-08 Thread Steve Haemelinck
I thought you can pass variables in PHP as in CGI. http://www.xy.com/index.php?contents=HOME contents should be available as variable, but it does not seem to work. Doe anyone has an idea why not? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

[PHP] XML Parsing with PHP

2001-02-04 Thread Steve Haemelinck
Where can I find some info on parsing XML with PHP? I am not looking for functions, but examples and explanations ! Thx -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

RE: [PHP] Zend Debug Server

2001-02-02 Thread Steve Haemelinck
With the following standard script: ?php phpinfo(); ? You can find it there -Original Message- From: Milan Mlynarcik [mailto:[EMAIL PROTECTED]] Sent: vrijdag 2 februari 2001 14:03 To: PHP mail list General Subject:[PHP] Zend Debug Server Does anybody know how should

RE: [PHP] Oracle failed to connect

2001-01-31 Thread Steve Haemelinck
Can you connect to the DB with sql plus !!! -Original Message- From: kaab kaoutar [mailto:[EMAIL PROTECTED]] Sent: woensdag 31 januari 2001 13:36 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject:[PHP] Oracle failed to connect Hi! I'm using orcale8 and as long

[PHP] [Newbie] Php.ini

2001-01-30 Thread Steve Haemelinck
When I configure php4, is it possible to say it to look for the php.ini in /etc/php4? Which argument should I append to ./configure --?=/etc/php4 Steve THX -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[PHP] [NEWBIE] PHP.INI

2001-01-29 Thread Steve Haemelinck
I want to put the php.ini in /etc/php Which argument do I have to attach to ./configure --?=/etc/php to accomplish this ? THX -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

RE: [PHP] Oracle support not working

2001-01-27 Thread Steve Haemelinck
You have to make sure your environment variable ORACLE_HOME is set !!! CHECK: echo $ORACLE_HOME If it isn't modify the etc/profile or /etc/profile.local -Original Message- From: Brian Clark [mailto:[EMAIL PROTECTED]] Sent: zaterdag 27 januari 2001 23:25 To: PHP is not a drug .

[PHP] PHP.INI

2001-01-26 Thread Steve Haemelinck
Should I place the error_log dir between quotes? "/var/log/php4/error.log" Or not? -- PHP General 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]

[PHP] PHP UltraEidt

2001-01-22 Thread Steve Haemelinck
Sometime ago I read that it is possible to configure UltraEdit to interprete PHP Code. Is this correct? Which configuration settings do I have to make in UltraEdit? Steve Haemelinck -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional