Re: [PHP] Is there such a thing?

2006-10-31 Thread Rory Browne
Do these qualify? http://www.roadsend.com/home/index.php?SMC=1pageID=compiler http://www.priadoblender.com It would be helpful if people would read the link the OP provided, as opposed to just the URL to that link. The page isn't about compiling PHP source into a binary. It's about

RE: [PHP] Is there such a thing?

2006-10-31 Thread Jay Blanchard
[snip] The page isn't about compiling PHP source into a binary. It's about creating a method of using web applications ( php ) without the help of a seperate web-server. [/snip] That is an oxymoron, a web app w/o a web-server? The items mentioned have built-in webservers which is as close to not

Re: [PHP] Is there such a thing?

2006-10-31 Thread Ed Lazor
On Oct 31, 2006, at 8:25 AM, Rory Browne wrote: It would be helpful if people would read the link the OP provided, as opposed to just the URL to that link. The page isn't about compiling PHP source into a binary. It's about creating a method of using web applications ( php ) without the

RE: [PHP] Is there such a thing?

2006-10-30 Thread Jay Blanchard
[snip] http://www.evilbitz.com/2006/10/27/local-php-standalone-binaries-2/ http://gtk.php.net/ [/snip] http://www.priadoblender.com/index.php?layout=maincslot_1=2 is another 'option' -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Is there such a thing?

2006-10-30 Thread Ed Lazor
On Oct 29, 2006, at 9:22 PM, Richard Lynch wrote: On Fri, October 27, 2006 5:46 pm, Integz wrote: http://www.evilbitz.com/2006/10/27/local-php-standalone-binaries-2/ I responded in that forum. Short Version: No. Check out: http://gtk.php.net/ Do these qualify?

Re: [PHP] Is there such a thing?

2006-10-29 Thread Richard Lynch
On Fri, October 27, 2006 5:46 pm, Integz wrote: http://www.evilbitz.com/2006/10/27/local-php-standalone-binaries-2/ I responded in that forum. Short Version: No. Check out: http://gtk.php.net/ -- Some people have a gift link here. Know what I want? I want you to buy a CD from some starving

[PHP] Is there such a thing?

2006-10-27 Thread Integz
http://www.evilbitz.com/2006/10/27/local-php-standalone-binaries-2/

Re: [PHP] Is DOM the right thing for the job?

2005-10-13 Thread Stephen Leaf
On Thursday 13 October 2005 12:30 am, Chris wrote: Snag #1) The DOMDocument seems to represent an entire page, all I'd like to do is represent a Form tag and it's internal HTML. I can actually get it to work that way, but it seems like it's the wrong way to go about things. being how XML works

[PHP] Is DOM the right thing for the job?

2005-10-12 Thread Chris
Hey, I've got a set of classes which represent an HTML form. Right now the Elements return their string representation to the parent, which wraps those in the form tag and supplementary formatting HTML. This method works, but it creates an internal limit as to the design of the form. I'm

[PHP] Is there such a thing as number_format() in JavaScript (Instead of PHP)???

2003-09-16 Thread Scott Fletcher
Hi Fellas! Javascript is driving me crazy. I'm not looking forward to writing a user-defined function that would do something to the numbers as number_format would do. When I do something like (1.00 + 2.34), I would expect a 3.34 in return, not a 3.34900388389495. Thanks, Scott --

[PHP] Re: include() as last thing to execute on page

2003-07-31 Thread DougD
My apologies - I just double posted this question ... Dougd [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I have a PHP included page that takes quite a time to load. I would like to have the entire main page loaded and displayed and then the final include page executed. Is this

[PHP] Is this a bad thing to do? (Unix permissions)

2002-10-17 Thread Gwydion Elderwyn
As part of my new site I have created a php-driven guestbook. The guestbook entries are stored in a file called guestbook.txt. I found that in order to get the script to write to the file, I had to set the directory permissions for the guestbook directory and the guestbook.txt file to

[PHP] Re: that UNIX permissions thing again -- sort of

2002-08-30 Thread Richard Lynch
Our image gallery application takes a directory tree of images uploaded by the user and then does all sorts of magic to make thumbnails, track comments, and so on. The only thing owned by the user is the directory tree and its contents; everything else is owned by the web server ID. All of this

[PHP] Simulating a FORM POST thing (HELP!)

2002-05-26 Thread Georgie Casey
Rite, when you see a web form, you know you can simulate the submit by filling in the values in the address field, just like a GET method, and it usually works the exact same. But how do you do it when one of the fields in the form is a file upload?!?!?! For the record, its a GIF file you've to

[PHP] Oh and one more thing

2001-08-03 Thread Kyle Smith
How do i set up extra functions on my computer like mail() and date() -lk6- http://www.StupeedStudios.f2s.com Home of the burning lego man! ICQ: 115852509 MSN: [EMAIL PROTECTED] AIM: legokiller666

Re: [PHP] Oh and one more thing

2001-08-03 Thread Brian White
booga woooga shooga 4) install linux 5) install apache 6) install PHP -Original Message- From: Kyle Smith [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 02, 2001 8:45 PM To: [EMAIL PROTECTED] Subject: [PHP] Oh and one more thing How do i set up extra

Re: [PHP] Oh and one more thing

2001-08-03 Thread Jeff Lewis
Ok, I have to admit, that made me laugh out loud here in the office :) Jeff - Original Message - From: scott [gts] [EMAIL PROTECTED] To: php [EMAIL PROTECTED] Sent: Thursday, August 02, 2001 1:05 PM Subject: RE: [PHP] Oh and one more thing it's a little bit complicated, but here goes

RE: [PHP] Oh and one more thing

2001-08-02 Thread scott [gts]
ga booga woooga shooga 4) install linux 5) install apache 6) install PHP -Original Message- From: Kyle Smith [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 02, 2001 8:45 PM To: [EMAIL PROTECTED] Subject: [PHP] Oh and one more thing How do i set up extra functions on my

[PHP] Re: telnetty/phpy/unixy thing

2001-07-24 Thread Philip Hallstrom
I don't remember the exact terms, but telnet won't work unless it's connected to a tty (ie, you're running it from a command prompt). That's why it works when you run it with the PHP binary. If you're intent on using this method, there's a couple of programs to look at: socket, and netcat.

[PHP] Re: telnetty/phpy/unixy thing

2001-07-24 Thread Benjamin Bleything
Ahh! Excellent. Thanks for the tip! Ben Date: Tue, 24 Jul 2001 16:39:56 -0700 (PDT) From: Philip Hallstrom [EMAIL PROTECTED] To: Ben Bleything [EMAIL PROTECTED] cc: [EMAIL PROTECTED] Subject: Re: telnetty/phpy/unixy thing MIME-Version: 1.0 I don't remember the exact terms, but telnet won't