Hi Guys
I am developing with PHP and XML. Now I experience some problem with the
processing instructions of xml ()
which causes PHP to return a parsing error.
This is logical because http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
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 http://www.haemelinck.be:8080/
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]
Question:
I want to build php withd support for ORACLE 8i or 9i.
Normally you use the option with-oci=. 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 )
http://www.haemelin
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
http://www.mc
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:
M
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 d
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
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]
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, e-mail
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 administrat
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]
-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 i
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 and
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 use
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 administrators,
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:// "
D
-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 compl
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
-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
t pass 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.
Th
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';
The page I want to parse is:
http://213.224.136.110:8080/test.xml
And this is my code:
'',
'STOCK_NAME' => '',
'LAST_SALE' => '',
'PREVIOUS_CLOSE' => '',
'NET_CHANGE_PCT' => '',
'STOCK_URL' => '');
//Define Closing Tags of XML
$close_tags = array(
'STORY' => '',
'STOCK_NAME' => '',
'LAST_SALE
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 PROTEC
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
Nothing at all
Go tho following page a see for yourself
http://213.224.136.110:8080/test.php?a=HOME
-Original Message-
From: Dustin Vannatter [mailto:[EMAIL PROTECTED]]
Sent: vrijdag 9 februari 2001 20:23
To: 'Steve Haemelinck'
Subject: RE: [PHP] [Newbie] PHP Variables
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 PM
> To: PHP Mailing Listl (E-mail)
> Subject
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
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 administrat
With the following standard script:
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 I recognise if Ze
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 a
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 PROTE
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 admi
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 .
What doe the @ mean in front of a functions?
--
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]
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]
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
37 matches
Mail list logo