On Wed, May 18, 2005 11:55 am, Jeremy Reynolds said:
I received this useful bit of code for storing a page into a variable
instead of loading it as an include. But how can I modify this to
submit some parameters to a page and collect the returned page / HTML
into a variable??
Jeremy
Evert | Rooftop wrote:
Chris Shiflett wrote:
Danny Brow wrote:
> Zend sells a compiler to speed up your PHP code. Since it's compiled,
> it also does not contain the source code in readable form. You should
> visit the Zend website.
Any free ones?
http://pecl.php.net/package/APC
APC won't work for
> I can't say for sure, but I'm betting that APC doesn't support the
version of PHP that you are > trying to use. Specifically, I don't
think it supports PHP5+
Correct, APC is currently PHP4 only.
-Rasmus
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.ne
>
> I'm trying to use libxml_set_streams_context() to load a
> remote xml file via HTTP conditional GET with
> DOMDocument::load() by stuffing an
> 'If-Modified-Since: --- " HTTP header into the stream, but no
> matter how I try it I always get an HTTP 200 response when I
> know the last- modi
Your image is *NOT* a DOCTYPE HTML PUBLIC blah blah!!!
It's a *IMAGE*
Get rid of all the HMTL stuff.
You actually need to separate this into two different files.
One has all the HTML in it, with a SRC=/URL/to/image.php/image.png
The other is JUST the image stuff.
If IE actually displays it as
On Wed, May 18, 2005 3:10 pm, Alaor Barroso said:
> I try to cut out the stripslashes and it also not work, and yes, the
> images are valid, i can use it in delphi apps with no errors.
Okay, take one of the images you get out of Delphi.
Open it in a text editor.
Take one of the images you get ou
On May 18, 2005, at 4:10 PM, Jared Williams wrote:
Sure the server is checking if modified since headers?
I'm capturing the response headers from the remote server, so I can
see that.
Just tried a bit of code here and it seems to be working as
expected (5.0.4 Win32)
1) I made an initial mistak
Hello!
Has anyone seen an example of a HTML editor written in PHP (no JS)? You
know the ones - for adding HTML tags to a text field, etc.
I think the FCKEditor on http://www.fckeditor.net is quite good, but it
uses JS.
Hero Wanders
--
PHP General Mailing List (http://www.php.net/)
To unsubscrib
> From: Rory Browne
> This is primarly a mailing list. Not a news group. The whole idea of a
> mailing list is that you get every message mailed to you.
uh, I think the OP is complaining about the emails that *don't* go via
the list, because this list is set up so that hitting reply goes to the
Hi all,
Not sure if I am doing this right and I can't figure it out, was
hoping someone here can help.
I have an organization table in mySQL. Pretty standard. My first
function getDepts() is working as I intend and returning the tree
just as I like it. The new piece I added in there that is
Hi all
this is so weird but here it goes:
PHP version: 4.3.11
Operating system: win XP SP2
I have been using the same uploading script for a while. I just got a new
Athlon 64bit and I installed PHP and the rest as always.
The only problem is that now my images are not getting to the directory I
Hello,
on 05/18/2005 07:02 PM Dustin Krysak said the following:
Has anyone seen an example of a HTML editor written in PHP (no JS)? You
know the ones - for adding HTML tags to a text field, etc.
You may want to take a look at these PHP classes that generate the
necessary HTML and Javascript to e
This message was cancelled from within Mozilla.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I have not seen any and I know that you don't have time to read the replies
of everyone who hasn't seen something. So let me tell you why it's most
likely that there is not one (PHP HTML editor w/o JS).
PHP is server side. Every click of the mouse would have to cause a page to
be refreshed (a tr
Has anyone seen an example of a HTML editor written in PHP (no JS)?
You know the ones - for adding HTML tags to a text field, etc.
I think what you're asking for is a logical impossibility. PHP is
server side, so without javascript a browser-based wysiwyg editor would
be impossible, since the
Yeah, I think I've replied to people rather than the list, sorry to those I
sent mail to... 8-(
> -Original Message-
> From: Bill Hoffman [mailto:[EMAIL PROTECTED]
> Sent: 19 May 2005 00:46
> To: php-general@lists.php.net
> Subject: Re: [PHP] libxml_set_streams_context
>
>
> On May 18, 2005, at 4:10 PM, Jared Williams wrote:
>
> > Sure the server is checking if modified since h
On 5/18/05, Rob Agar <[EMAIL PROTECTED]> wrote:
> because remembering
> to hit reply-to-all gets on my nerves too..
It's fairly painless once you get used to it.
--
Greg Donald
Zend Certified Engineer
http://destiney.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit:
On May 18, 2005, at 7:07 PM, Jared Williams wrote:
Heh, yes indeed most baffling... Libxml must be performing some
sort of cacheing, I guess. Doesn't appear to be requesting twice
(once with the if-modified-since header, and again without atleast)
well, thanks for the confirm on that. I thought o
Howdy folks. I'm running into something strange with array_diff that
I'm hoping someone can shed some light on.
I have two tab-delimited text files, and need to find the lines in the
first that are not in the second, and vice-versa.
There are 794 records in the first, and 724 in the second.
S
-unsubscribe-digest-
- Original Message -
From: "Pablo Gosse" <[EMAIL PROTECTED]>
To: "PHP"
Sent: Wednesday, May 18, 2005 11:03 PM
Subject: [PHP] array_diff odities
Howdy folks. I'm running into something strange with array_diff that
I'm hoping someone can shed some light on.
I have t
I'm putting ordered items into a db. The information is stored in
session variables.
Session_variable_with_itemID_has(1001,1002,1003,1004) however when
inserted into the db only 0,0,0,0 is recorded.
Assuming that this was the 40th recorded order the table should look
like this
TABLE: orderedI
> Has anyone seen an example of a HTML editor written in PHP (no JS)?
> You know the ones - for adding HTML tags to a text field, etc.
>
> Thanks!
You've already received a number of responses indicating that it's not
possible to have a pure PHP browser enabled HTML editor, mainly due to the
fact
You keep on appending $this->str to itself. Comments are inline.
Charles Kline wrote:
Hi all,
Not sure if I am doing this right and I can't figure it out, was
hoping someone here can help.
I have an organization table in mySQL. Pretty standard. My first
function getDepts() is working as I inte
101 - 124 of 124 matches
Mail list logo