I've recently picked up PHP-GTK and am loving it so far. I haven't figured out how to change colors of widgets the way I'd like. It doesn't seem to work the way I thought it did. I would like to change the background of one widget and leave the rest alone. If anyone could help, I'd...
Oh, I think I see what you're saying... the "from <<Numb Pages>>" confused me... I thought it would fill in the correct page number, pulling the data from the field. I think yours will print something like "Page 1 from 3" if Numb Pages contains 3. Is that correct?
Sorry, Jean, I don't think I follow...
When I try to make a layout of more than one page, it prints twice, for some reason, even if you specify only one copy in the print dialog. Plus, each layout I have is for a different purpose, and therefore shows data from a different table. If you made...
I'm interested in doing something similar, if anyone has any ideas...
I would like to take Layout A, Layout B, and Layout C and "staple" them all together and print a single document (paper) which has the pages numbered from 1-3, not "1, 1, 1"... :)
Actually, after seeing a way to send a specific response code on another forum, I looked into mod_rewrite. I added the following code to my httpd.conf file, and BAM!... "CONNECT" and "SEARCH" requests now get rejected with "403 Forbidden."
...
RewriteEngine on
RewriteCond %{REQUEST_METHOD}...
No one knows how to make Apache reject HTTP "CONNECT" requests? I have see an increased number of these requests coming in, pointing at microsoft.com, yahoo.com, hotmail.com, etc. I don't like it.
Hello,
While running the Ethereal network analyzer on my server, I notice a lot of "CONNECT news98.idv.tw:25" coming through. As near as I can tell (can't find much info on CONNECT through Google) this method hasn't ever been fully implemented. My server responds to this request with "200...
I had a similar problem with an application I helped write. We found that certain routers would only pass on the HTTP headers of returned files, but not the message body. This may not work in all cases, but it solved the problem we were having. In the httpd.conf file, I added the following...
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.