[PHP] Access Denied

2009-07-28 Thread Ernie Kemp
Line in Program: //connect to server and select database //connect to server and select database $mysqli = mysqli_connect(localhost, jdoe, doepass, testdb); //create and issue the query $sql = SELECT f_name, l_name FROM auth_users WHERE username = '.$_POST[username].' AND password =

Re: [PHP] Access Denied

2009-07-28 Thread Jim Lucas
Ernie Kemp wrote: Line in Program: //connect to server and select database //connect to server and select database $mysqli = mysqli_connect(localhost, jdoe, doepass, testdb); //create and issue the query $sql = SELECT f_name, l_name FROM auth_users WHERE username =

RE: [PHP] Access Denied

2009-07-28 Thread Ernie Kemp
Please ignore. Newbie error solved Thanks From: Ernie Kemp [mailto:ernie.k...@sympatico.ca] Sent: July-28-09 9:34 PM To: php-general@lists.php.net Subject: [PHP] Access Denied Line in Program: //connect to server and select database //connect to server and select database

[PHP] Access Denied-phpMyAdmin

2005-04-16 Thread Mark Sargent
Hi All, I can access the database from the terminal on Fedora 3, [EMAIL PROTECTED] bin]# ./mysql -h localhost -u root -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 2 to server version: 4.1.10a-standard Type 'help;' or '\h' for help. Type

Re: [PHP] Access Denied-phpMyAdmin

2005-04-16 Thread Marek Kilimajer
Mark Sargent wrote: Hi All, I can access the database from the terminal on Fedora 3, [EMAIL PROTECTED] bin]# ./mysql -h localhost -u root -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 2 to server version: 4.1.10a-standard Type 'help;' or

Re: [PHP] Access Denied-phpMyAdmin

2005-04-16 Thread Mark Sargent
Marek Kilimajer wrote: Mark Sargent wrote: Hi All, I can access the database from the terminal on Fedora 3, [EMAIL PROTECTED] bin]# ./mysql -h localhost -u root -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 2 to server version:

Re: [PHP] Access Denied-phpMyAdmin

2005-04-16 Thread Andre Dubuc
On Saturday 16 April 2005 07:18 am, Mark Sargent wrote: Marek Kilimajer wrote: Mark Sargent wrote: Hi All, I can access the database from the terminal on Fedora 3, [EMAIL PROTECTED] bin]# ./mysql -h localhost -u root -p Enter password: Welcome to the MySQL monitor. Commands end

Re: [PHP] Access denied problem, please help

2003-08-23 Thread Ryan A
Oops sorry, Here are the phpinfo files of the other 2: bestwebhosters.com/phpinfo.php 321go.biz/phpinfo.php jumac.com/phpinfo.php I have noticed that in the other two phpinfo files that it shows file_uploads as on but in jumac it shows it as 1 which according to the manual at the phpinfo site

Re: [PHP] Access denied problem, please help

2003-08-23 Thread Jim Lucas
the uploading. Jim Lucas - Original Message - From: Ryan A [EMAIL PROTECTED] To: Jim Lucas [EMAIL PROTECTED] Sent: Saturday, August 23, 2003 4:06 AM Subject: Re: [PHP] Access denied problem, please help Oops sorry, Here are the phpinfo files of the other 2: bestwebhosters.com

[PHP] Access denied problem, please help

2003-08-22 Thread Ryan A
Hi, I am trying to upload something into a directory on my server but always i am getting a permission denied ONLY from this server...i have tried it on 2 other servers and they seem to be working fine but i have to get it working on this server as this server is the fastest and our production

Re: [PHP] Access denied problem, please help

2003-08-22 Thread Jim Lucas
how about giving the specs on all three servers? So WE can see the differences. Jim Lucas - Original Message - From: Ryan A [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 22, 2003 5:39 PM Subject: [PHP] Access denied problem, please help Hi, I am trying to upload

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

2002-10-02 Thread Chris Shiflett
This seems absolutely impossible. Can you verify that you are using the *exact* same URL with each browser? I would recommend copy/pasting the URL from each into a text document or something to be sure every slash, etc., is identical. This will also ensure that you are accessing these scripts

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

2002-10-02 Thread Smith, Benjamin
PROTECTED] Subject: Re: [PHP] Access denied to php files in Netscape 6 This seems absolutely impossible. Can you verify that you are using the *exact* same URL with each browser? I would recommend copy/pasting the URL from each into a text document or something to be sure every slash, etc

[PHP] access denied

2002-10-02 Thread Simon Angell
The PHP script im using works on my computers server, but when after uploading to my web server i get this... Warning: fopen(wtest.txt, wb+) - Permission denied in /home/canberra/public_html/bomonster/canberra.php on line 6 Dunno why either, the directory is not protected, can anyne help me with

[PHP] Access denied to php files in Netscape 6

2002-10-01 Thread Chris Nielsen
I'm running PWS on WinXP Pro. I can't test my php stuffs in Netscape cause it says Access Denied when I try to access any php file. They work fine in IE6. Any ideas? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] access denied error

2002-05-11 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all I'm pulling out hair here. this snippet of code seems to work just great but when I use it in the method 'change_password()' it gives me access denied errors. I see nothing wrong with the php but maybe someone can help me? Here is the connect

[PHP] Access denied errors

2002-05-06 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi everyone, not sure if this is a php or mysql problem: I seem to be able to connect in my script to mysql at the beginning but by the time I make the third or fourth call I get 'Access denied' errors? Here is the function I use to connect: *Any*

RE: [PHP] Access denied errors

2002-05-06 Thread Brian McGarvie
sounds like the username/password are not being accepted... -Original Message- From: Nick Wilson [mailto:[EMAIL PROTECTED]] Sent: 06 May 2002 12:32 To: php-general Subject: [PHP] Access denied errors -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi everyone, not sure if this is a php

[PHP] Access Denied !!

2002-02-15 Thread Thomas Edison Jr.
Hi, I'm facing a rather tricky problem. The thing is, while connecting to the mySQL database using my php page, i get the acess denied error on only One Particular command, and on any other query, the same page, with the same login details works fine! For ex, this works fine : ?php $db =

RE: [PHP] Access Denied !!

2002-02-15 Thread Rick Emery
Thomas, What happens when you enter the LOAD DATA INFILE command directly into the MYSQL command line? -Original Message- From: Thomas Edison Jr. [mailto:[EMAIL PROTECTED]] Sent: Friday, February 15, 2002 7:58 AM To: [EMAIL PROTECTED] Subject: [PHP] Access Denied !! Hi, I'm facing

RE: [PHP] Access Denied !! SOLVED!!

2002-02-15 Thread Thomas Edison Jr.
command directly into the MYSQL command line? -Original Message- From: Thomas Edison Jr. [mailto:[EMAIL PROTECTED]] Sent: Friday, February 15, 2002 7:58 AM To: [EMAIL PROTECTED] Subject: [PHP] Access Denied !! Hi, I'm facing a rather tricky problem. The thing is, while

[PHP] Access denied for user

2001-12-06 Thread josep
I get the following message when trying to view a php page Warning: Access denied for user: 'jupshoes@localhost' (Using password: YES) in /home/jupshoes/public_html/guest/index.php on line 27 Unable to connect to SQL server What is going wrong Josep -- PHP General Mailing List

Re: [PHP] Access denied for user

2001-12-06 Thread Jon Farmer
I get the following message when trying to view a php page Warning: Access denied for user: 'jupshoes@localhost' (Using password: YES) in /home/jupshoes/public_html/guest/index.php on line 27 Unable to connect to SQL server The username or password is incorrect. Or the username does not

RE: [PHP] Access denied for user

2001-12-06 Thread Richard Black
something like this is your problem HTH Richy -Original Message- From: josep [SMTP:[EMAIL PROTECTED]] Sent: 06 December 2001 11:22 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject:[PHP] Access denied for user I get the following message when trying to view a php page