Hi All, Can anyone help me out in locating a script to upload folders (not only files) and set permissions at folder-level? Regards, AK ... Do you Yahoo!? Read...
Better create a folder ussing the following code and set permission... if(mkdir("./foldername",0777)){ chmod("./foldername",0777); echo("Success"); }else { ...
Hi, it is not possible to uplaod the folder directly to the server. U will have to upload the zip file and then unzip the contents if the server permits the...
Thanks Aaditya. It's really a helpful and practical advice. Is there a way we can zip a folder structure through the script and unzip it on the server,...
Hi Uploading the folder should be possible. I have not tried it yet. Can you try using the ftp functions. Raj D'souza aadityamooley <aadityamooley@...>...
Hello Raj, Even through FTP one cannot upload the folder directly. First u have to create the folder using a mkdir command and then upload the files. Regards, ...
Hi, Go to in.php.net/ref.exec and read the note given by: k dot mitz dot NO_SPAM at att dot NO_SPAM dot net Regards, Aditya ... unzip it on the server,...
Hello, We are a Software Architectural firm based at New Delhi. We are operating in two regions of India - North and West. We provide expertise in Application ...
Hi All, We are a software development company based in Goa. We have vacancies for: 1) Project Managers 3-5yrs experience (with PHP preferable) & 2) Senior PHP...
Hello friends, I need urgent help related to mysql connection from another server. (Note : not from localhost). Can anybody help in this case in depth , so as...
Hello, We are a Software Architectural firm based at New Delhi. We are operating in two regions of India - North and West. We provide expertise in Application ...
just give ur sever hostname bhutkar mahesh <bonzermahesh@...> wrote:Hello friends, I need urgent help related to mysql connection from another server. ...
Hi all, I have a class which takes in an array of strings and retunrs an array of objects....I am doing that using soap...the class works ok without wsdl but...
Hi group users, I want to change the uploaded image size of the image so tha they can be thumbnailed. can anybody help me Thanks Gulmohar ... Do you Yahoo!? ...
... http://us2.php.net/gd -balaji -- http://balajin.net "Our greatest glory is not in never falling, but in rising every time we fall." - Confucius...
Balaji Narayanan
lists@...
Dec 12, 2004 5:40 am
1387
you have GD liberary configured ? then use this function <? function generateImage($iname, $iw, $ih, $saveAs) { $i = imagecreatefromjpeg($iname); $size =...
Hello everybody, I am quite comfortable with structured type of coding in PHP. Now I want to go in for OOP's. Also want to be comfortable with PHPLib and PEAR...
... image so tha they can be thumbnailed. ... http://us2.php.net/gd -balaji -- http://balajin.net "Our greatest glory is not in never falling, but in rising...
... You can find the phplib tutorials on http://www.sanisoft.com/phplib/manual/ For OOP start learning PHP5 A very good book for this is "Upgrading to PHP 5 By...
Hi saifi, when i run the code i got fetal error as "when i run the image resize class it gives me an error "Fatal error: Call to undefined function:...
... First, write down 10 reasons why you think OOPs is better than structured programming . No disrespect but OOPs is not some magic dust that can replace good...
Company Profile: BlueLark.com is a startup focussing on PHP/MySQL based product development. We're looking for an experienced, self-motivated, and energetic ...
hi Gulmohar please see tour PHP info because , you dont have GD module configured on your server. To Configure GD module on your windows server 1> open php.ini...
Dear Friends, I need some help to integrate 1shoppingcart with my site i just want to transfer the values for order form like name,email,address1,country...
Hi, This requirement is for a product development MNC in Bangalore. The requirements are as follows: Must haves : * C * development of PHP (not only...
Hi all, We have a problem: The client wants a document management system done that can be accessed over the net through an existing intranet application and...
(1) Run a CVS front-end on Windows ? The front end could check in the contents of the local CVS folder periodically. (2) Running some form of rsync on Windows...
Thanks for the inputs Srini. I will try the CVS option on windows. Seems to be very practical. I will disturb you again if there are any doubts in that :) ...