[PHP] TurboPHP ?

2002-03-27 Thread miguel valero

Dear friends,

Is anyone familiar with TurboPHP and has anyone ever
tried to develop a real application (perhaps in the
accounting field) with this editor. 

I would like to know the feasibility and practicality
of using this editor to develop an accounting
application. I also would like to know what was
experienced and the advantages and disadvantages of
using TurboPHP.

Thanks in advance for your information.

Miguel

PS: I took a look at the QaDRAM editor, but IMO it is
not ready for prime time.



__
Do You Yahoo!?
Yahoo! Movies - coverage of the 74th Academy Awards®
http://movies.yahoo.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Re: comments about the Free Gallery Management System

2001-08-15 Thread miguel valero

Chris,

The prototype is a single user, 16 bits application,
developed in Borland C++ 4.x in a Windows 3.x
environment. You should be able to run it on the
following operating systems: DOS 5.0 or later, Windows
3.1 and Windows 95/98. To get familiar with the way
the system works, you could download the installation
executable for the prototype and try it out. It will
help you understand the system requirements better.

I was supposed to start working in this idea way back
in Oct 2000, when I first posted the information about
the project on the CU web site (10/02/00). Because of
my full time job at the Admen. Office of the US Courts
in Washington DC and other personal commitments (I
will be getting married on Set 29th 2001), I haven't
had a opportunity to spend as much time as I would
like on this project . I will be donating as much of
my free time as I can on the project after Oct 2001.

So far I am the only one working in this project
(designing, implementation and development). My
brother is not a programmer but he has a MA on art
management so he has been able the help me in the
areas of gallery and museum management. I would like
the have other people involved in this endeavor,
specially accounts and php programmers, but I think
that there is enough work for anybody that is willing
to help in any way, shape or form.

The reason I asked Tina to take a look at the
information about my project, was because she help me
with a problem that I was having running a php script
in Win 95/98. I havenÂ’t asked for help for the project
on the php mailing list, because I thought that my
first priority was to get familiar with php and html.
Anyway I am very happy that you would like to
participate in this challenging work. 

I would like the code the released under the GNU-
General Public Licences (GPL) as published by the Free
Software Foundation, but nothing is written in stone.
I hope to get ideas and suggestion from all the
participants on the project in what will be the best
way to precede in the design, implementation and
development of this application.

Please, let me know what are your thoughts regarding
the information you have seen so far. 

Adios, miguel

>From: World Wide Web User 
>Reply-To: [EMAIL PROTECTED] 
>To: [EMAIL PROTECTED] 
>CC: [EMAIL PROTECTED] 
>Subject: comments about the Free Gallery Management
System 
>Date: Tue, 14 Aug 2001 16:33:42 -0400 (EDT) 
> 
>this app is dos based currently and is going to be
ported to the web, is this correct? when are you going
to start this project? how many people do you have on
board? Ive worked on quite a few e-commerce projects,
I would like to try something new, I think this would
be challenging. 
> 
>www.miningsurplus.com 
>www.cooldragons.com 
>www.sexypjs-lingerie-inc.ca 
>www.e-tankless.com 
> 
>what will the code be released under? closed, gpl,
bsd? 
> 
> Chris Lee 
> [EMAIL PROTECTED] 
> 

__
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

-- 
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] Help me please.(Running stand-alone php)

2001-08-14 Thread miguel valero

Tina,
Thank you for the help Tina  :-)) 
I getting a good experience working with PHP  and HTML
(forms). Because of my full time job and personal
commitments, I haven't been able to spend  as much of
my free time as I could in my project (Free Gallery
Management System). After October I hope to dedicate
more of my free time on this project.

The project will be open source and public domain. It
will be developed with the help of PHP, a and
PostgreSQL. More information  about the project can be
seen at the following web site:
   
http://www.columbia.edu/~mv169/private/gallery_f.html 
 Login Name:  guest
 Password:guest
 
If you have any comments, suggestions or if you want
to participate, e-mail me at [EMAIL PROTECTED] Your
input is very valuable to me.
 
Adios, miguel
--- Tina <[EMAIL PROTECTED]> wrote:
> The solution:
> 
> You have to configure php with --enable-discard-path
> as in:
> ./configure --without-apache --enable-discard-path
> before you compile it.
> 
> This is documented here:
> http://www.php.net/manual/en/security.php
> in the section:
> Case 4: PHP parser outside of web tree
> 
> Now when you do 
> the #!/path/to/php will not show at the top of the
> page.
> 
> (The problem was indeed not local to windows).
> 
> Tina.
> 


__
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

-- 
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] Help me please.(Running stand-alone php)

2001-08-07 Thread miguel valero

Unfortunately the -q parameter didn't fix the problem.

Is anybody in the PHP mailing list that is familiar
with this kind of problem and can tell me how to  get
rid of the path line in the browser output?

Any help will be greatly appreciated. 
Thanks.
--- mike cullerton <[EMAIL PROTECTED]> wrote:
> try the -q parameter. i'm guessing here, since i
> don't run windows nor the
> cgi version of php.
> 
> :)
> 
> on 8/7/01 8:27 AM, miguel valero at [EMAIL PROTECTED]
> wrote:
> 
> > Mike, 
> > 
> > I running the scrip from the browser
> > (http://localhost/cgi-bin/test.html) When I
> comment
> > the first line in the script
> (#-#!c:\php\php.exe)
> > I get the following error message:
> > 
> > Tue Aug 07 09:56:13 2001] [error] [client
> 127.0.0.1]
> > c:/program files/apache
> group/apache/cgi-bin/test.php
> > is not executable; ensure interpreted scripts have
> > "#!" first line
> > 
> > I can not run the script w/o the line
> #!c:\php\php.exe
> > at the top of the script.
> > 
> > How can I get rid of the path line on the browser
> > output ?
> > 
> > Thanks
> > --- mike cullerton <[EMAIL PROTECTED]>
> wrote:
> >> i'm not sure i understand how you are running
> >> this...
> >> 
> >> if it is a file you are running at the command
> line,
> >> try "-q" after the
> >> php.exe statement.
> >> 
> >> if this is a web page, comment that line out.
> >> 
> >> hope this helps,
> >> mike
> >> 
> >> on 8/6/01 1:16 PM, miguel valero at
> [EMAIL PROTECTED]
> >> wrote:
> >> 
> >>> When I run the following script under an
> >> stand-alone
> >>> php 4.0.6 and Apache 1.3 (Win95/98), the path to
> >> PHP
> >>> (#!c:\php\php.exe) will show up on the first
> line
> >> of
> >>> the browser output.
> >>> 
> >>> #!c:\php\php.exe
> >>> 
> >>>  >>> 
> >>> phpinfo();
> >>> 
> >>> ?>
> >>> 
> >>> Is there a way to fix this? How can I get rid of
> >> the
> >>> path line, on the top of the page, on the
> browser
> >>> output? Any help will be greatly appreciated.
> >>> 
> >>> My apologies if this has been covered before, or
> >> if
> >>> this is in the manual, but I couldn't see it
> >>> 
> >>> thanks.
> >>> 
> >>> 
> >>>


__
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

-- 
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] running stand-alone php

2001-08-07 Thread miguel valero

Mike, 

I running the scrip from the browser
(http://localhost/cgi-bin/test.html) When I comment
the first line in the script (#-#!c:\php\php.exe)
I get the following error message:

Tue Aug 07 09:56:13 2001] [error] [client 127.0.0.1]
c:/program files/apache group/apache/cgi-bin/test.php
is not executable; ensure interpreted scripts have
"#!" first line

I can not run the script w/o the line #!c:\php\php.exe
at the top of the script.

How can I get rid of the path line on the browser
output ?

Thanks
--- mike cullerton <[EMAIL PROTECTED]> wrote:
> i'm not sure i understand how you are running
> this...
> 
> if it is a file you are running at the command line,
> try "-q" after the
> php.exe statement.
> 
> if this is a web page, comment that line out.
> 
> hope this helps,
> mike
> 
> on 8/6/01 1:16 PM, miguel valero at [EMAIL PROTECTED]
> wrote:
> 
> > When I run the following script under an
> stand-alone
> > php 4.0.6 and Apache 1.3 (Win95/98), the path to
> PHP
> > (#!c:\php\php.exe) will show up on the first line
> of
> > the browser output.
> > 
> > #!c:\php\php.exe
> > 
> >  > 
> > phpinfo();
> > 
> > ?>
> > 
> > Is there a way to fix this? How can I get rid of
> the
> > path line, on the top of the page, on the browser
> > output? Any help will be greatly appreciated.
> > 
> > My apologies if this has been covered before, or
> if
> > this is in the manual, but I couldn't see it
> > 
> > thanks.
> > 
> > 
> > __
> > Do You Yahoo!?
> > Make international calls for as low as $.04/minute
> with Yahoo! Messenger
> > http://phonecard.yahoo.com/
> 
> 
>  -- mike cullerton
> 
> 


__
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

-- 
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] running stand-alone php

2001-08-06 Thread miguel valero

When I run the following script under an stand-alone
php 4.0.6 and Apache 1.3 (Win95/98), the path to PHP
(#!c:\php\php.exe) will show up on the first line of
the browser output.

 #!c:\php\php.exe

 

Is there a way to fix this? How can I get rid of the
path line, on the top of the page, on the browser
output? Any help will be greatly appreciated.

My apologies if this has been covered before, or if
this is in the manual, but I couldn't see it

thanks.


__
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

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