Re: [PHP] Standalone PHP Application

2001-11-19 Thread Shane Wright


mm, thats true - there is no compiler as such.  PHP probably isnt the right 
language for you in this case :(

--
Shane


On Sunday 18 Nov 2001 11:43 pm, John Monfort wrote:
  I just got it.
  So far, it doesn't look like it lets convert your code to a .exe code.
  My client's scoring logic is proprietary and I need to protect the code.


 __John Monfort_
 _+---+_
  P E P I E  D E S I G N S
www.pepiedesigns.com
 The world is waiting, are you ready?
 -+___+-

 On Sun, 18 Nov 2001, Shane Wright wrote:
  Hi
 
  You could have a look at the GTK+ bindings for PHP - AFAIK they let you
  write standalone apps.
 
  There's info on the PHP web site ( www.php.net ).
 
  --
  Shane
 
I'm looking for information on using PHP for standalone applications.
Specifically, I need to create a PHP-based application that can be
   runned from a CD-ROM. Have any of you done this?
  
Any suggestions?
  
On another note:
I need to develop a CD-ROM based Survey, where the result will be
   saved in an external file. What software, would you recommend, to use
   for this? I'm currently using Multimedia Builder, and was wondering if
there is something better.
  
I need something that allows customization(via scripting) and more
interaction with external files/commands.
Any help would be appreciated.
  
Thanks!
  
-John
  
  
  
   __John Monfort_
   _+---+_
P E P I E  D E S I G N S
  www.pepiedesigns.com
   The world is waiting, are you ready?
   -+___+-
 
  --
  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 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] Standalone PHP Application

2001-11-19 Thread Ulf Wendel



Shane Wright wrote:
 
 mm, thats true - there is no compiler as such.  PHP probably isnt the right
 language for you in this case :(

Dirty windows hack: http://www.deskcode.com/phpcompiler/

Ulf

-- 
NetUSE AG  Dr.-Hell-Straße   Fon: +49 431 386 436 00 
http://www.netuse.de/  D-24107 Kiel  Fax: +49 431 386 435 99

-- 
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] Standalone PHP Application

2001-11-19 Thread Ulf Wendel



Ulf Wendel wrote:
 
 Shane Wright wrote:
 
  mm, thats true - there is no compiler as such.  PHP probably isnt the right
  language for you in this case :(
 
 Dirty windows hack: http://www.deskcode.com/phpcompiler/

Uuups, that one is broken. But there's somethink like that. I once
downloaded it. It's integrating the PHP script and the PHP interpreting
into one .exe-File.

Ulf

-- 
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] Standalone PHP Application

2001-11-19 Thread Ulf Wendel



Ulf Wendel wrote:
  Dirty windows hack: http://www.deskcode.com/phpcompiler/
 
 Uuups, that one is broken. But there's somethink like that. I once
 downloaded it. It's integrating the PHP script and the PHP interpreting
 into one .exe-File.

Here's the announcement:
http://www.phpbuilder.com/mail/php-developer-list/2001031/1305.php and
there some more attempts e.g. http://sourceforge.net/projects/pbc/

Ulf

-- 
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] Standalone PHP Application

2001-11-19 Thread John Monfort



  It seems like that project vanished...none of the urls worked.

  Thanks for the help!


__John Monfort_
_+---+_
 P E P I E  D E S I G N S
   www.pepiedesigns.com
The world is waiting, are you ready?
-+___+-

On Mon, 19 Nov 2001, Ulf Wendel wrote:



 Ulf Wendel wrote:
   Dirty windows hack: http://www.deskcode.com/phpcompiler/
 
  Uuups, that one is broken. But there's somethink like that. I once
  downloaded it. It's integrating the PHP script and the PHP interpreting
  into one .exe-File.

 Here's the announcement:
 http://www.phpbuilder.com/mail/php-developer-list/2001031/1305.php and
 there some more attempts e.g. http://sourceforge.net/projects/pbc/

 Ulf



-- 
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] Standalone PHP Application

2001-11-18 Thread Shane Wright


Hi

You could have a look at the GTK+ bindings for PHP - AFAIK they let you write 
standalone apps.

There's info on the PHP web site ( www.php.net ).

--
Shane


  I'm looking for information on using PHP for standalone applications.
  Specifically, I need to create a PHP-based application that can be runned
  from a CD-ROM. Have any of you done this?

  Any suggestions?

  On another note:
  I need to develop a CD-ROM based Survey, where the result will be saved
  in an external file. What software, would you recommend, to use for this?
  I'm currently using Multimedia Builder, and was wondering if
  there is something better.

  I need something that allows customization(via scripting) and more
  interaction with external files/commands.
  Any help would be appreciated.

  Thanks!

  -John



 __John Monfort_
 _+---+_
  P E P I E  D E S I G N S
www.pepiedesigns.com
 The world is waiting, are you ready?
 -+___+-

-- 
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] Standalone PHP Application

2001-11-18 Thread John Monfort



 I just got it.
 So far, it doesn't look like it lets convert your code to a .exe code.
 My client's scoring logic is proprietary and I need to protect the code.


__John Monfort_
_+---+_
 P E P I E  D E S I G N S
   www.pepiedesigns.com
The world is waiting, are you ready?
-+___+-

On Sun, 18 Nov 2001, Shane Wright wrote:


 Hi

 You could have a look at the GTK+ bindings for PHP - AFAIK they let you write
 standalone apps.

 There's info on the PHP web site ( www.php.net ).

 --
 Shane

 
   I'm looking for information on using PHP for standalone applications.
   Specifically, I need to create a PHP-based application that can be runned
   from a CD-ROM. Have any of you done this?
 
   Any suggestions?
 
   On another note:
   I need to develop a CD-ROM based Survey, where the result will be saved
   in an external file. What software, would you recommend, to use for this?
   I'm currently using Multimedia Builder, and was wondering if
   there is something better.
 
   I need something that allows customization(via scripting) and more
   interaction with external files/commands.
   Any help would be appreciated.
 
   Thanks!
 
   -John
 
 
 
  __John Monfort_
  _+---+_
   P E P I E  D E S I G N S
 www.pepiedesigns.com
  The world is waiting, are you ready?
  -+___+-

 --
 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 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] Standalone PHP Application

2001-11-17 Thread John Monfort


 Hello Everyone !

 I'm looking for information on using PHP for standalone applications.
 Specifically, I need to create a PHP-based application that can be runned
 from a CD-ROM. Have any of you done this?

 Any suggestions?

 On another note:
 I need to develop a CD-ROM based Survey, where the result will be saved
 in an external file. What software, would you recommend, to use for this?
 I'm currently using Multimedia Builder, and was wondering if
 there is something better.

 I need something that allows customization(via scripting) and more
 interaction with external files/commands.
 Any help would be appreciated.

 Thanks!

 -John



__John Monfort_
_+---+_
 P E P I E  D E S I G N S
   www.pepiedesigns.com
The world is waiting, are you ready?
-+___+-



-- 
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]