[PHP] Re: is there a way to stop HTMLPurifier/CSStidy from forcing input CSS into all lowercase?

2012-06-02 Thread Govinda
> 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

[PHP] Re: Is there a way to get PHP to release this file?

2010-03-01 Thread Shawn McKenzie
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 >

[PHP] Re: Is there a way to protect PHP's $_POST, $_GET when user tamper with post string in URL toolbox???

2004-01-07 Thread Greg Beaver
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

[PHP] Re: Is there a way to protect PHP's $_POST, $_GET when user tamper with post string in URL toolbox???

2004-01-07 Thread Justin Patrin
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

[PHP] Re: Is there a way to protect PHP's $_POST, $_GET when user tamper with post string in URL toolbox???

2004-01-07 Thread Scott Fletcher
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

[PHP] Re: IS there a way.

2003-02-28 Thread Rasmus Lerdorf
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

[PHP] Re: Is there a way to retrieve an entire source code from a php file?

2003-02-04 Thread Goetz Lohmann
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

[PHP] Re: Is there a way to undo the md5() encryption??

2003-01-22 Thread rush
"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

Re: [PHP] Re: Is there a way to undo the md5() encryption??

2003-01-22 Thread Peter Hutnick
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

[PHP] Re: Is there a way to undo the md5() encryption??

2003-01-22 Thread Scott Fletcher
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

[PHP] Re: Is there a way to put a scroll in a table ???

2002-03-04 Thread Grant Babb
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

[PHP] Re: Is there a way to put a scroll in a table ???

2002-02-26 Thread Garth Dahlstrom
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

[PHP] Re: Is there a way to put a scroll in a table ???

2002-02-25 Thread CC Zona
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

[PHP] Re: Is there a way not to pop up the default login window?

2001-11-01 Thread Chris Lee
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]...

[PHP] Re: Is there a way to override safe mode to be able to read a etc/passwd file

2001-09-23 Thread Richard Lynch
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