Search found 6 matches

by dyrathror
Tue Dec 16, 2008 9:22 pm
Forum: PHP - Code
Topic: PHP Script Help Needed!
Replies: 4
Views: 156

Re: PHP Script Help Needed!

Did you create the array $values before referencing it?
I cannot see this in your part of code.

D.
by dyrathror
Wed Nov 05, 2008 6:55 am
Forum: PHP - Code
Topic: Creating a multi language site
Replies: 3
Views: 425

Re: Creating a multi language site

May I suggest to use a php framework with builtin multi-language support?

For example I am using:
Prado: http://www.pradosoft.com/
Yii: http://www.yiiframework.com/

D.
by dyrathror
Mon Oct 27, 2008 9:56 am
Forum: General Discussion
Topic: which framework do you use?
Replies: 3
Views: 958

Re: which framework do you use?

If you like a really fast and nice framework try Yii: http://www.yiiframework.com/

It comes from the Prado developers as next generation and is already quiet complete even though the version 1 is coming in december only.

D.
by dyrathror
Tue Oct 14, 2008 8:57 pm
Forum: PHP - Code
Topic: Call Java Program using PHP
Replies: 11
Views: 876

Re: Call Java Program using PHP

Hi, I see three possibilities to attach a java prog to your php: use the passthru function http://cn.php.net/manual/en/function.passthru.php wrap a webservice around your java class and use soap to communicate with it use the java-bridge http://php-java-bridge.sourceforge.net/doc/index.php D.
by dyrathror
Sun Oct 12, 2008 11:51 am
Forum: Coding Critique
Topic: A way to generate guaranteed unique random numbers
Replies: 25
Views: 13597

Re: A way to generate guaranteed unique random numbers

Hi, according to the theory it is not possible to generate completey random numbers alone with a computer program. Specially not: a number once generated will never be generated again The problem is seperated in finding a unique starting number to generate the series for the random number which can ...
by dyrathror
Thu Oct 02, 2008 5:36 am
Forum: Installation and Configuration
Topic: XDebug not working on 64-bit Vista?
Replies: 3
Views: 1996

Re: XDebug not working on 64-bit Vista?

Hi mindplay, I am running the same setup on 32-bit Vista and have the same problems. First I run Apache 2.2.8 with xDebug 2.0.2 and 2.0.3 and got connection losses as soon as I instantiated a debug session. After I upgraded to Apache 2.2.9 I cannot even browse my pages any more and Apache crashes al...