I'm developing a flash app that can stream audio, but the problem is the platforms it's targeted for don't have a lot of cache space possible. Does anyone know of a way to clear the streamed audio once it has already passed?
I read once somewhere that apache can be configured to include a file at the start or end of all pages. I was wondering how this can be configured and if it can be done through an htaccess file.
I have a site I am designing and on this site there a few animated GIF images. Firefox does just fine displaying the images, however when viewed in IE their speed is much slower, 10/100 of a second instead of the 5/100 I designed them with. Here is an example of the images on a site...
Yes is turned out to be a problem with the server. I discovered gmail did not support IMAP protocols, and even with the /pop3 in the connection it still didn't work. Another mail service that does support IMAP works though, thank you for all you help.
That still shows a different message each time. I've also realized I have the problem of retrieving the messages. As I've been doing this I've also been monitoring my inbox using Thunderbird, and as I do this, the number of messages it thinks are on the server is dropping.
Yes, I did. Nothing change, the same things were happening. I tried building on it though and used this:
$messageid = imap_uid($mbox, 350);
echo "$messageid<br>";
echo imap_body($mbox,$messageid, FT_UID);
echo "<br><br>";
echo imap_body($mbox,350, FT_UID);
When the page displays, it claims...
I tried something similiar before by attempting to find the UID of a message. I find that the problem occurs when I use "imap_body" the message simply dissapears and my PHP script no longer can find it.
I have a project where my PHP script has to open emails and sort through them trying to find some general information. I'm experimenting with the IMAP protocols to do this, as I cannot edit the configuration on ther server. I quickly figured out how to work the protocols, however if I want to...
Ah thank you. I have working system now. I have only one more problem, this one not involving the array. The text that is written into the file is just fine unless I have an apostrophie ' in there. then i get this \' in the middle of my sentence. I have determind as much as that the code that...
So I figured out echoing the lines backwards like I wanted, but now I am having another problem. When the data comes through like the following:
Line 1
Line 2
when it gets written to the file I have what looks like this:
Line 2
Line 1
I don't know the best way to show this, but it adds the...
I thought of something like that before, but the only text it would output was "array". Maybe I had something in my syntax wrong, but I'll try anyway. Thanks.
So I have this form people fill out, and when I write it into the file, I want the content of a text box to be inversed.
To be more specific, you have, for instance, 3 lines.
Line 1
Line 2
Line 3
I want to then invert these into
Line 3
Line 2
Line 1
and then I will write them into the file.
I am trying to create page where a DIV item will remain in say the top left corner wherever you scroll, covering whatever content shows up beneath it. If there is a way i can do this without javascript, that would be nice.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.