Re: [PHP] DOMDocument and html doctype

2005-05-14 Thread Johannes Findeisen
ho '<' . $matches[0] . '>'; > > ?> Well, that ist a very crazy idea... If Claudio knows the doctype allready, he not needs to access this doc type string. A preg_match is the wrong function at this place or will you write a switch/case block that knows every d

Re: [PHP] remote call

2005-04-25 Thread Johannes Findeisen
XML-RPC: http://www.faqs.org/docs/Linux-HOWTO/XML-RPC-HOWTO.html SOAP (download the zip file there and look if this is what you want): http://www.oikoyama.net/downloads/docs/ Regards -- Johannes Findeisen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP vs ASP .NET

2005-04-23 Thread Johannes Findeisen
ions of ASP, as it is a complete rewrite of the software. Previous ASP technology actually has a lot more in common with PHP than with ASP.NET, which is a complete framework for building Web applications. One of the principal features of this model is the flexibility to choose your programming langua

[PHP] Why is it possible to assign data to _not_declared_ vars in a class (PHP 5.0.3)?

2005-04-08 Thread Johannes Findeisen
ock should catch the ERROR run the catch block but this doesn't heppend and and took some time to figure that out. I think it is really bad, that this kind of logical error must be catched in some way or must be at least reported with E_STRICT on. I am only develping with E_STRICT and tho

Re: [PHP] Create MDB File

2005-03-28 Thread Johannes Findeisen
Sorry, i forgot that link: http://www.convert-in.com/sql2acc.htm On Monday 28 March 2005 22:46, Johannes Findeisen wrote: > Hello, > > i had the same problem some years ago. At this time i have set up all > tables in Access and wrote a script which reads from MySQL and inserts in

Re: [PHP] Create MDB File

2005-03-28 Thread Johannes Findeisen
rote: > Hi, > > Does anyone know if its possible to create an MDB file from a Mysql > database using a PHP script, I have only managed to find Access to Mysql > conversion programs so far... > > Thanks for your help -- # Johannes Findeisen -- PHP General Mailing List (http

Re: [PHP] Best Server OS

2005-03-28 Thread Johannes Findeisen
her OS which is very easy to install is FreeBSD. I know a hoster which runs this system on nearly every Mashine. I don't know much about FreeBSD but i have installed some day in the past and it wasn't much painfull. Hope this helps... Regards -- # Johannes Findeisen -- PHP General Ma

Re: [PHP] Re: Illegal string offset error in array

2005-03-28 Thread Johannes Findeisen
e and it should be fixed at all. I can change it quickly in my app since it is designed very clean but i just wanted you to know my conclusion. I have developed many lines of code in PHP4 in the last years but this weekend i gave PHP5 a try. I must say i am impressed. PHP4 really is missing some features but it is great too. Thanks Rasmus for inventing this scripting language. I will become a better PHP programmer just only with the new features in PHP5! Have a nice day! Regards -- # Johannes Findeisen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] world write access

2005-03-27 Thread Johannes Findeisen
cript your stuff right, there shouldn't be any problem. The > numerous places I read that I shouldn't do that gives me certain doubts > though. > > any comments on this? > > regards, > Evert > > -- > Rooftop Solutions - Web Applications on Demand > tel. (+31

[PHP] Illegal string offset error in array

2005-03-27 Thread Johannes Findeisen
} $i++; } } closedir($dir); return $arrAvailableContent; } Can someone help? Regards -- # Johannes Findeisen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php