Re: [PHP] Re: access denied

2002-10-06 Thread Simon Angell
I don't know exactly what shell access is, but in my quest to do what i was trying to do, i realised its not worth it due to the fact the file i was copying was still being accessed everytime the php file was open, and my aim was to get the particular file from the remote server, copy it onto my s

RE: [PHP] Re: access denied

2002-10-04 Thread Timothy J Hitchens
hen Shuang [mailto:[EMAIL PROTECTED]] Sent: Thursday, 3 October 2002 7:31 PM To: [EMAIL PROTECTED] Subject: [PHP] Re: access denied try CHMODing your files and your directory to 777, since i believe you are using a Linux Server. "Simon Angell" <[EMAIL PROTECTED]> wrote in messa

[PHP] Re: access denied

2002-10-04 Thread Chen Shuang
try CHMODing your files and your directory to 777, since i believe you are using a Linux Server. "Simon Angell" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > The PHP script im using works on my computers server, but when after > uploading to my web server i g

[PHP] Re: Access denied to php files in Netscape 6

2002-10-02 Thread Chris Nielsen
Forgot to mention that I have no proxy settings set for either IE or Netscape. "Chris Nielsen" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I still haven't figured this out. > > URL problems? No. The first time I tried it I copied the URL directly out of > m

[PHP] Re: Access denied to php files in Netscape 6

2002-10-02 Thread Chris Nielsen
I still haven't figured this out. URL problems? No. The first time I tried it I copied the URL directly out of my IE address bar to just check the file in Netscape quick to see how it looked. You are not authorized to view this page HTTP 401.3 - Access denied by ACL on resource Internet Informati

[PHP] Re: Access denied errors

2002-05-07 Thread David J Jackson
Nick --- Try this connect script. Then from inside you php page use HTH, David --- connect.php -- // database connect script $dbhostname = "localhost"; $dbuser = "picklesql"; $dbpasswd = "pi56fb"; $dbname= "pickle"; $link = mysql_connect("$dbhostname", "$dbuser", "$dbpasswd") or die

[PHP] Re: Access denied for user

2001-12-06 Thread Daniel Masur
you didnt entered the correct pasword for the mysql database "Josep" <[EMAIL PROTECTED]> schrieb im Newsbeitrag 000501c17e48$3d5acaf0$[EMAIL PROTECTED]">news:000501c17e48$3d5acaf0$[EMAIL PROTECTED]... > I get the following message when trying to view a php page > > Warning: Access denied for us