[PHP] SDO_DAS_Relational limitations

2006-08-18 Thread Jeroen Olthof
I ask myself. Is it usefull or don't I understand the stratergy? what to do with the many to many relationships, the composite keys and multiple foreignkeys per table ??? kind regards Jeroen Olthof -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: XTemplate

2002-12-04 Thread Jeroen Olthof
http://www.millipede.nl/ectemplate very fast!! , no overhead functions, it does what it needs to do, separate your code from the html. take a look greetings, "Henry" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi All, > > I'm looking for a way to seperate

Re: [PHP] preg_replace works on normal string but not with a string build from a file

2002-12-03 Thread Jeroen Olthof
e. So both modifiers gets it all to work! Thx for the tip! Kind regards Jeroen Olthof, "John W. Holmes" <[EMAIL PROTECTED]> schreef in bericht 000801c29af6$a1a28450$7c02a8c0@coconut">news:000801c29af6$a1a28450$7c02a8c0@coconut... > > take a look at the following

[PHP] preg_replace works on normal string but not with a string build from a file

2002-12-03 Thread Jeroen Olthof
help !!! kind regards Jeroen olthof, '; $closetag = ''; // building the string in this script will give the wanted result $string = ''; $string .= 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>'; $string .= 'http://www.w3.org/1999/xhtml";

[PHP] who added the damn slashes?

2002-04-15 Thread Jeroen Olthof
ossibility to use back en next in the wizard form. But every time the slashes are added ! What is the solution PHP version 4.0.3pl1 server is running a slash admin interface (so upgrading is a bit difficult) what to do , to avoid those auto addslasshes ??? kind regards Jeroen Olthof -- P

[PHP] Don't tell me this isn't possible (object related question)

2001-11-30 Thread Jeroen Olthof
ossible ? Why ... or is it but is there a strange syntax kind regards Jeroen Olthof -- 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]

Re: [PHP] ecTemplate

2001-09-24 Thread Jeroen Olthof
deserving response ??? "Joao Prado Maia" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On Mon, 24 Sep 2001, Jeroen Olthof wrote: > look here for a live excample > http://www.millipede.nl/ectemplate > And how is ecTemplate d

[PHP] ecTemplate

2001-09-24 Thread Jeroen Olthof
here for a live excample http://www.millipede.nl/ectemplate greetings Jeroen Olthof -- 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] ecTemplate !!!

2001-09-12 Thread Jeroen Olthof
try it out and let me know what u think of it please ?! http://www.millipede.nl/ectemplate kind regards Jeroen Olthof -- 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] NEW !! ecTemplate !! NEW

2001-09-11 Thread Jeroen Olthof
gards Jeroen Olthof Netherlands -- 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] Re: parent failer ?

2001-09-05 Thread Jeroen Olthof
7; '--with-zlib' '--with-db2' '--with-db3' '--with-gdbm' '--enable-debugger' '--enable-magic-quotes' '--enable-safe-mode' '--enable-sysvsem' '--enable-sysvshm' '--enable-track-vars' '--enable

[PHP] parent failer ?

2001-09-05 Thread Jeroen Olthof
e(), which will in turn call A::example(). $b->example(); ?> the result wil be I am B::example() and provide additional functionality. Fatal error: Undefined class name 'parent' test.php on line 15 what is going wrong here ??? kind regards Jeroen Olthof -- PHP General Mailin

[PHP] Undefined class name 'parent'

2001-09-04 Thread Jeroen Olthof
when I use parrent::function() to use parent class function from the child (extended one) I get Undefined class name 'parent' What I'm I doing wrong kind regards Jeroen Olthof -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED]

Re: [PHP] adding functions to a class

2001-09-04 Thread Jeroen Olthof
ED]... > Hi, > > What you are looking for is the OOP class extension. Look for "extends". > > Sean C. McCarthy > SCI, S.L. (www.sci-spain.com) > > > Jeroen Olthof wrote: > > > > hi, > > > > picture I have a class with some variable hold

[PHP] adding functions to a class

2001-09-04 Thread Jeroen Olthof
t are allready in the class) is there a why to do this ?? kind regards Jeroen Olthof -- 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] ob_start()

2001-09-03 Thread Jeroen Olthof
Can I increase speed by using this to buffer output ? kind regards Jeroen Olthof -- 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] change user after uploading file using a form

2001-08-21 Thread Jeroen Olthof
ning linux and I'm a real user there. is it possible to change user ? kind regards Jeroen Olthof -- 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] Just like to know

2001-07-18 Thread Jeroen Olthof
hi, here's a little question. I like to know what is better and WHY ?? $string = "bla bla $somevar bla bla bla $somevar$somevar bla"; of $string = "bla bla ".$somevar." bla bla bla ".$somevar.$somevar." bla"; kind regards Jeroen Olthof --

Re: [PHP] regexp. king needed (is it possible ???)

2001-07-17 Thread Jeroen Olthof
thanks my king :) it works !!! "Adrian Ciutureanu" <[EMAIL PROTECTED]> schreef in bericht [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... $content = ''; $new_str = '' > -Original Message- > From: Jeroen Olthof [mailto:[EMAIL PROTECTED]]

[PHP] regexp. king needed (is it possible ???)

2001-07-17 Thread Jeroen Olthof
onewordonly closetag2 but still need the .any content in between .. is this possible in some way ??? kind regards Jeroen Olthof -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROT

[PHP] string replace using ereg

2001-07-16 Thread Jeroen Olthof
hi, I want to replace strings in string using a key / value array as the replacemant contract basicly, I want to find a open en close tag, pick out the word in the middle and replace it by the value of the key that match the picked out word. example <> <> should result in this is a test this i

[PHP] how to trigger incomming mail

2001-01-19 Thread Jeroen Olthof
ith status incompleet and when another mail arrives on the payment address, filter order nummer again so I can look in the database to see if it there, to compleet the payment kind regards Jeroen Olthof -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROT