[PHP] graphics libraries on windows

2001-12-30 Thread Arvydas V.
Has anybody succesfully installed all graphic libraries on windows platform ? Maybe you can sent me some links for step by step installation or help any way ? Thnx

Re: [PHP] Re: checkboxes

2001-10-27 Thread Arvydas V.
I have another idea - to use javascript to change hidden value (input type=hidden id=chkbox value=0) When you check this box - javascript changes hidden value to 1 and submits form ( function chkboxAndSubmit() { var box_name = document.GetElementById('box_name'); var chkbox =

[PHP] Process bar

2001-11-20 Thread Arvydas V.
Hello, I have to solve one problem - my script searches simply text document, so - if this document is big enought - i have to replace timeout of my script, besides - i have to make, that then this proceeds some kind of process bar must scroll until script finishes his job... so - any ideas

Re: [PHP] Process bar

2001-11-21 Thread Arvydas V.
But it doesn't work with IE 6 (but i need this to work... :( ) Hello, I have to solve one problem - my script searches simply text document, so - if this document is big enought - i have to replace timeout of my script, besides - i have to make, that then this proceeds some kind of