Wrox Programmer Forums
Go Back   Wrox Programmer Forums > PHP/MySQL > Beginning PHP
|
Beginning PHP Beginning-level PHP discussions. More advanced coders should post to the Pro PHP forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Beginning PHP section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 17th, 2006, 08:58 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 347
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Adam H-W
Default uploading PHP files

Is there a particular method - i.e CHMOD - that you should upload PHP files to a web server?

thanks

 
Old January 20th, 2006, 02:06 AM
Friend of Wrox
 
Join Date: Mar 2004
Posts: 357
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to anshul
Default

chmod() is used to change permission of a file generally to public read (0644) or public read not (0640). If file is writeable/editable, its permission need be 0666.

Uploading PHP files to Web server by general public or users is dangerous.

`~@#\^%&*/\.<.\/-|+|_!:;..=?>
A small donation and a link back to you
Students' finances





Similar Threads
Thread Thread Starter Forum Replies Last Post
uploading files prognady ASP.NET 1.0 and 1.1 Professional 1 September 11th, 2006 06:15 AM
uploading files Atia Beginning PHP 1 January 28th, 2005 01:41 AM
Uploading Files sami PHP How-To 7 April 16th, 2004 02:29 PM
uploading files by c# rborsatti C# 2 September 29th, 2003 03:29 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.