> anyone here using HTMLpurifier and CSStidy together? (like e.g. to allow
> users to create their own external style sheets via form input)
[snip]
> I found how to set CSStidy's config options if I was running CSStidy from the
> command line, or on its _own_ from PHP runtime, but I do not know
Andrew Ballard wrote:
> I am editing a data file via ODBC, and would like to be able to
> download the updated file in the same transaction when finished. It
> seems, however, that even after calling odbc_close(), PHP still
> retains a lock on the file for the duration of the request. Is there a
>
Hi Scott,
You've discovered one of the basic tenets of form security on the web :)
It is crucial that you never trust input from ANY outside source. This
means you should do a couple of things:
1) limit the possible input values
2) validate the data type. If you expect a number, use is_numer
When the page is submitted, set your session vars, then redirect to the
next page.
Or you can set the session vars before you do any other processing.
Scott Fletcher wrote:
Will check into whether did I use the post method correctly.
Speaking of session, I don't see how can it be done to put t
Will check into whether did I use the post method correctly.
Speaking of session, I don't see how can it be done to put the data into the
session after the user click the submit button before going over to the next
webpage.
FletchSOD
"Scott Fletcher" <[EMAIL PROTECTED]> wrote in message
news:[EM
The industrial strength way to do this is to use the curl functions. See
php.net/curl. You can alternatively just fsockopen yourself and issue the
request and see what the first line of the response is.
(by the way, a slightly shorter .sig would be appreciated)
-Rasmus
On Sat, 1 Mar 2003, Phil
The New Source schrieb:
> What I want to know is if it is possible to retrieve a source code from a url, with
>a php file.
>
> Something like this:
>
> There is a php file that retrieve the source code from the url www.url.com and this
>source is treated and you get content from this file and s
"Scott Fletcher" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi! Is there a way to do the decryption of the encrypted data with the
use
> of md5()??
nope, that's way it is called one-way function. But if you could, I assume
it would be worth a big pile of m
Scott Fletcher said:
> Darn!! There's no way to undo it. So, I can't use this method of
> encryption for my other project. In that case, I'll live.
Lemme guess? Was it going to be a revolutionary compression program that
can compress any file to 128 bits?
In all seriousness, the output o
Darn!! There's no way to undo it. So, I can't use this method of
encryption for my other project. In that case, I'll live.
"Scott Fletcher" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi! Is there a way to do the decryption of the encrypted data with
all-
sorry for the late reply, but the information is still timely. :)
Anyone that needs Javascript code that works in all browsers should get it from
http://dhtmlcentral.com
[why reinvent the wheel when somebody offers you a free cadillac]
something that might be of use to is the pagescrollfad
You could make use of style="overflow: auto (or scroll)" for a div
tag, if you are catering to IE5+ / NS6+ browsers.
I was playing with this trying to build a grid control, my web
server's down but here is some old code... within cells doesn't
work as I'd like, but scrolling the whole table is
In article
<[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (J.F.Kishor) wrote:
> I'am breaking my head by trying to put a scroll in a table,
> my problem is, using php 'am trying to display a report and the report
> should have three tables, data to display are taken from three different
> tables
if your using mod_auth then mod_auth will be called not mod_php. if you want
mod_php to be called, dont use .htaccess (they are apart of mod_auth).
sorry...
--
Chris Lee
[EMAIL PROTECTED]
"Zhu George-Czz010" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
You'll have to routinely copy /etc/passwd into your own directory or
something.
The whole *POINT* of safe mode is to block actions like that...
--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
Wanna help me out? Like Music? Buy a CD: http://l-i-e.com/artis
15 matches
Mail list logo