Re: [PHP] access violation

2010-07-19 Thread SteveW
I switched to PHP 5.3.2 and to fastcgi and that seems to have cured the problem. Thanks for the reply -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] access violation

2010-07-19 Thread Andrew Ballard
On Mon, Jul 19, 2010 at 9:54 AM, SteveW wrote: > I have various database / php apps running on a hosted windows machine. > > All apps run ok. > > We have installed a windows 2003 server machine and the apps run fine. > However if 2 users hit the Search button at the same time we get a PHP > access

Re: [PHP] Access violation error

2009-10-16 Thread Ashley Sheridan
On Fri, 2009-10-16 at 15:52 -0700, Jim Lucas wrote: > Marshall Burns wrote: > > I am developing a crawler. It has worked fine throughout testing until this > > morning, when suddenly it started yielding an access violation error. I have > > not been able to find any explanation of this. I've reduc

Re: [PHP] Access violation error

2009-10-16 Thread Jim Lucas
Marshall Burns wrote: > I am developing a crawler. It has worked fine throughout testing until this > morning, when suddenly it started yielding an access violation error. I have > not been able to find any explanation of this. I've reduced the script to > the following test code: > >

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 $mysq

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 = '".$_POST[

RE: [PHP] Access name of variable in $_POST array

2007-09-24 Thread Eric Lommatsch
-Original Message- From: Stut [mailto:[EMAIL PROTECTED] Sent: Friday, September 21, 2007 4:12 PM To: Eric Lommatsch Cc: php-general@lists.php.net Subject: Re: [PHP] Access name of variable in $_POST array Please include the list when replying. Eric Lommatsch wrote: > -Origi

RE: [PHP] Access name of variable in $_POST array

2007-09-24 Thread Eric Lommatsch
:[EMAIL PROTECTED] Sent: Saturday, September 22, 2007 6:26 PM To: 'Daniel Brown'; 'Stut' Cc: Eric Lommatsch; php-general@lists.php.net Subject: RE: [PHP] Access name of variable in $_POST array > -Original Message- > From: Daniel Brown [mailto:[EMAIL PROTECTED] >

RE: [PHP] Access name of variable in $_POST array

2007-09-22 Thread Dan Parry
> -Original Message- > From: Daniel Brown [mailto:[EMAIL PROTECTED] > Sent: 21 September 2007 23:27 > To: Stut > Cc: Eric Lommatsch; php-general@lists.php.net > Subject: Re: [PHP] Access name of variable in $_POST array > > On 9/21/07, Stut <[EMAIL PROTECTED]

Re: [PHP] Access name of variable in $_POST array

2007-09-21 Thread Daniel Brown
gt; Cc: php-general@lists.php.net > > Subject: Re: [PHP] Access name of variable in $_POST array > > > > Eric Lommatsch wrote: > >> I am writing a PHP script that is going to accept variables that are > >> passed from a PDF form and should write both the name of t

Re: [PHP] Access name of variable in $_POST array

2007-09-21 Thread Stut
Please include the list when replying. Eric Lommatsch wrote: -Original Message- From: Stut [mailto:[EMAIL PROTECTED] Sent: Friday, September 21, 2007 3:09 PM To: Eric Lommatsch Cc: php-general@lists.php.net Subject: Re: [PHP] Access name of variable in $_POST array Eric Lommatsch

Re: [PHP] Access name of variable in $_POST array

2007-09-21 Thread Stut
Eric Lommatsch wrote: I am writing a PHP script that is going to accept variables that are passed from a PDF form and should write both the name of the variable and its value to a text file. I can get the value that I want to retrieve with out problem. However, even though I have searched t

Re: [PHP] Access parent property from child

2007-08-09 Thread Suprie
ouch... hey it's work rite now... thanks a lot for your help Edward and Stut, i really apprieciate it... br/// On 8/9/07, Stut <[EMAIL PROTECTED]> wrote: > Suprie wrote: > > function getDB() > > { > > return $this->$db; > > } > > There should not be a $ before db. It should be

RE: [PHP] Access parent property from child

2007-08-09 Thread Edward Kay
> -Original Message- > From: Suprie [mailto:[EMAIL PROTECTED] > Sent: 09 August 2007 11:13 > To: php-general@lists.php.net > Subject: [PHP] Access parent property from child > > > dear all ... > > i have question, i've tried look at google but still can't figured out > how to do it... > i

Re: [PHP] Access parent property from child

2007-08-09 Thread Stut
Suprie wrote: function getDB() { return $this->$db; } There should not be a $ before db. It should be $this->db. That's why PHP is telling you the property is empty... because it is. -Stut -- http://stut.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscr

Re: [PHP] Access array data in foreach?

2007-01-06 Thread William Stokes
Uh. (Embarrassed) Thanks anyway!! -W ""Casey Chu"" <[EMAIL PROTECTED]> kirjoitti viestissä:[EMAIL PROTECTED] > $value holds the value of the current array element. > > On 1/6/07, William Stokes <[EMAIL PROTECTED]> wrote: >> Hello, >> >> I Have an array $toplevel containing arrays: >> Array ( >>

Re: [PHP] Access array data in foreach?

2007-01-06 Thread Casey Chu
$value holds the value of the current array element. On 1/6/07, William Stokes <[EMAIL PROTECTED]> wrote: Hello, I Have an array $toplevel containing arrays: Array ( [0] => Array ( [0] => 1 [1] => 1 [2] => eka [3] => eka.php ) [1] => Array (

Re: [PHP] access to DB and security

2006-11-08 Thread Satyam
- Original Message - From: "Alain Roger" <[EMAIL PROTECTED]> To: "PHP General List" Sent: Wednesday, November 08, 2006 9:22 PM Subject: Re: [PHP] access to DB and security Hi Satyam, if i understood well, in this special hidden (from web) folder, you writ

Re: [PHP] access to DB and security

2006-11-08 Thread Alain Roger
Hi Satyam, if i understood well, in this special hidden (from web) folder, you write an include file, where you only return an opened connection... something like $db (where $db =mysql_connect("$host", "$user", "$user_pwd",false,CLIENT_MULTI_STATEMENTS) ; for example) and only this $db open conne

Re: [PHP] access to DB and security

2006-11-08 Thread Satyam
- Original Message - From: "Alain Roger" <[EMAIL PROTECTED]> Hi, My web hoster gave me a login and password with which i can connect to DB, perform some actions as DB owner / superuser just for my DB. If i use this login + password to connect and perform some actions from my web pages

Re: [PHP] access to DB and security

2006-11-08 Thread Richard Lynch
On Wed, November 8, 2006 11:05 am, Alain Roger wrote: > My web hoster gave me a login and password with which i can connect to > DB, > perform some actions as DB owner / superuser just for my DB. > If i use this login + password to connect and perform some actions > from my > web pages, everybody c

Re: [PHP] Access Client IP address

2006-01-14 Thread PHP Superman
$_SERVER['REMOTE_ADDR'] will give you the proxy ip if they have one, and the browser sends the info, the user might change it to blahblahblah for all we know... On 1/4/06, Jay Blanchard <[EMAIL PROTECTED]> wrote: > > [snip] > Is there any way to client's IP address inside a php document. I am

RE: [PHP] Access Client IP address

2006-01-04 Thread Jay Blanchard
[snip] Is there any way to client's IP address inside a php document. I am trying to generate a code that depends on the IP address of the client. [/snip] http://us3.php.net/manual/en/reserved.variables.php#reserved.variables.serve r $_SERVER['REMOTE_ADDR'] but it may not always be reliabl

Re: [PHP] Access Client IP address

2006-01-04 Thread Silvio Porcellana [tradeOver]
Nilanjan Dasgupta wrote: > Hi, > Is there any way to client's IP address inside a php document. I am > trying to generate a code that depends on the IP address of the client. > > thanks a lot, > Nilanjan > Give a look at $_SERVER, and more specifically $_SERVER["REMOTE_ADDR"] http://php.net/

Re: [PHP] Access Client IP address

2006-01-04 Thread Ray Hauge
$_SERVER['REMOTE_ADDR'] http://www.php.net/manual/en/reserved.variables.php#reserved.variables.server HTH Nilanjan Dasgupta wrote: Hi, Is there any way to client's IP address inside a php document. I am trying to generate a code that depends on the IP address of the client. thanks a l

Re: [PHP] Access Client IP address

2006-01-04 Thread John Nichel
Nilanjan Dasgupta wrote: Hi, Is there any way to client's IP address inside a php document. I am trying to generate a code that depends on the IP address of the client. Yes. -- John C. Nichel IV Programmer/System Admin (ÜberGeek) Dot Com Holdings of Buffalo 716.856.9675 [EMAIL PROTECTED]

Re: [PHP] Access Headers Submitted by Browser

2005-12-20 Thread Jochem Maas
Curt Zirzow wrote: On Mon, Dec 19, 2005 at 11:28:07PM -0500, Michael B Allen wrote: I want to read headers submitted by the client. Are these available through some global array somewhere? You will notice all the HTTP_* values in: var_dump($_SERVER); hi Curt, although there is lots of

Re: [PHP] Access Headers Submitted by Browser

2005-12-19 Thread Curt Zirzow
On Mon, Dec 19, 2005 at 11:28:07PM -0500, Michael B Allen wrote: > I want to read headers submitted by the client. Are these available > through some global array somewhere? You will notice all the HTTP_* values in: var_dump($_SERVER); Curt. -- cat .signature: No such file or directory -- P

RE: [PHP] Access and PHP

2005-08-03 Thread Nathan Tobik
@lists.php.net Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Access and PHP Just looked into this recently and here's a brief rundown of what I've found: 1. If you run PHP on a non-Windows system, your only option seems to be making a connection to a remote ODBC data source (hosted on a Windows machine

Re: [PHP] Access and PHP

2005-08-03 Thread tg-php
Just looked into this recently and here's a brief rundown of what I've found: 1. If you run PHP on a non-Windows system, your only option seems to be making a connection to a remote ODBC data source (hosted on a Windows machine presumably). There was something..err.. ODBTP (?) that would work

Re: [PHP] Access and PHP

2005-08-03 Thread Rory Browne
I haven't used access with php(mainly due to the fact that I use php on linux), but any access use I've seen so far was through OBDC(and that was in phpBB). I suggest you consider both this, and dogging your way through MS's COM docs. On 8/3/05, David Wills <[EMAIL PROTECTED]> wrote: > I am lookin

Re: [PHP] Access files

2005-05-06 Thread Richard Lynch
On Tue, May 3, 2005 10:57 am, Don said: > I am using php 4.3.11 on a RedHat Linux server running Apache. I have a > requirement where I need to take a flat file containing formatted data and > produce an Access 97 MDB file. > > Does anyone know of a class or library that will enable me to do this?

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 m

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: 4.1.10a-stan

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 violation

2005-03-28 Thread Rob Agar
Thursday, 24 March 2005 12:19 AM > To: Rob Agar > Subject: Re: [PHP] access violation > > > Hello Rob, > > Tuesday, March 22, 2005, 4:14:55 PM, you wrote: > R> That's interesting - it also started happening for me after > R> installing PHP 5.0.3. But I h

Re: [PHP] access violation

2005-03-23 Thread Leif Gregory
Hello Rob, Tuesday, March 22, 2005, 4:14:55 PM, you wrote: R> That's interesting - it also started happening for me after R> installing PHP 5.0.3. But I have reverted to 4.3.10 for now, and I R> can't see how installing 5.0.3 into an entirely separate directory R> can break my old php install. Hmm

RE: [PHP] access violation

2005-03-22 Thread Rob Agar
hi Leif Glad to know I'm not the only one ;) > The only system stuff we have in common is the OS. The > webserver is Sambar, and PHP is 5.0.3. It didn't start having > this issue till I updated the PHP to 5.0.3, so I'm going to > reinstall it at some point to see if that helps any. That's int

Re: [PHP] access violation

2005-03-22 Thread Leif Gregory
Hello Rob, Monday, March 21, 2005, 10:32:36 PM, you wrote: R> Anyone else had a problem like this? I couldn't find anything in the R> php or apache bug databases that sounded like the same problem. R> Windows XP pro SP2 R> Apache/1.3.33 (Win32) R> PHP/4.3.10 I have something similar on one web

Re: [PHP] Access

2005-01-31 Thread Richard Lynch
Robert Sossomon wrote: > Anyone know of any classes or files for a way to write an Access readable > file > from PHP and MySQL? http://php.net/fputcsv As a special bonus, virtually EVERY database/spreadsheet program on the planet will be able to read/import a file created with this with NO hassle

Re: [PHP] Access

2005-01-31 Thread Chris Wanstrath
> Anyone know of any classes or files for a way to write > an Access readable file from PHP and MySQL? Google produced http://www.phpfreaks.com/tutorials/61/0.php on a search for "Microsoft Access" php. Haven't read it. Looks like what you need. - Chris -- PHP General Mailing List (http://ww

Re: [PHP] access a file

2004-08-13 Thread raditha dissanayake
Curlys wrote: -rwxr-xr-x1 root root 133 Aug 13 15:48 zeed.php group and owner like this , how does it workable plz help thanx curlys The fact that root owns the php script does not mean it runs as root - you need the suexec or sudo mechanism for that and it's described in t

Re: [PHP] access a file

2004-08-13 Thread Peter Risdon
Curlys wrote: -rwxr-xr-x1 root root 133 Aug 13 15:48 zeed.php group and owner like this , how does it workable plz help chown www /path/to/zeed.php Peter. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] access a file

2004-08-13 Thread Hannes Magnusson
oup and owner like this , > how does it workable plz help > > thanx > curlys > > > - Original Message - > From: "John Holmes" <[EMAIL PROTECTED]> > To: "Curlys" <[EMAIL PROTECTED]> > Cc: "PHP" <[EMAIL PROTECTED

Re: [PHP] access a file

2004-08-13 Thread Curlys
; <[EMAIL PROTECTED]> Sent: Friday, August 13, 2004 7:13 PM Subject: Re: [PHP] access a file Curlys wrote: > when run this script from the command prompt, it is working. > > > shell_exec ('killall -HUP abc.pl'); > > ?> > > Terminated the application

Re: [PHP] access a file

2004-08-13 Thread John Holmes
Curlys wrote: when run this script from the command prompt, it is working. shell_exec ('killall -HUP abc.pl'); ?> Terminated the application ... but , when it is put this file in a apache web server run via web browser ( accessing a URL with a Link ) it doesn't work . what should i

Re: [PHP] access a file

2004-08-13 Thread raditha dissanayake
Curlys wrote: hi , when run this script from the command prompt, it is working. shell_exec ('killall -HUP abc.pl'); ?> Terminated the application ... but , when it is put this file in a apache web server run via web browser ( accessing a URL with a Link ) it doesn't work . what sho

Re: [PHP] Access CLIENTNAME

2004-08-09 Thread Lester Caine
Scot L. Harris wrote: I'm running a PHP system that relies on knowing the location of the terminal to handle a lot of '911' (999) type things. I know that REMOTE_ADDR can not be relied on, but with fixed IP addresses on a local network it works fine. However I now have a customer who has a Termi

Re: [PHP] Access CLIENTNAME

2004-08-09 Thread Scot L. Harris
On Mon, 2004-08-09 at 03:16, Lester Caine wrote: > At the risk of getting my head bitten off I ask this again, as I am not > getting any help anywhere. > > I'm running a PHP system that relies on knowing the location of the > terminal to handle a lot of '911' (999) type things. I know that > RE

Re: [PHP] Access CLIENTNAME

2004-08-09 Thread icpcnn
- Original Message - From: "Lester Caine" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 09, 2004 3:16 PM Subject: [PHP] Access CLIENTNAME > At the risk of getting my head bitten off I ask this again, as I am not > getting any help anywhere. > > I'm running a PHP sys

[PHP] Re: PHP Access Violation using PEAR::Mail_smtp

2004-04-08 Thread Ben Ramsey
So, I found a solution to my problem. I still do not know what was causing the PHP Access Violation errors, but I have an idea, which I will relate in this message. As many suggested, I have pared down my mail sending class by rewriting it down to about 250 lines of code. Previously, the PEAR

[PHP] Re: PHP Access Violation using PEAR::Mail_smtp

2004-04-06 Thread Ben Ramsey
Let me point something out here: I was a goof and had an authentication setting wrong. When I changed it back to LOGIN, it sends e-mail just fine. So, all is well... sort of. Every 3rd or 4th run of the script still generates the Access Violation message. However, since it happens intermitt

[PHP] Re: PHP Access Violation using PEAR::Mail_smtp

2004-04-06 Thread DvDmanDT
Well, the reason noone replies I guess, is that noone knows.. I think your best bets are to echo the steps in the class, and find exactly what causes it to crash.. Also, you don't need a mailserver on localhost to use mail().. I use mail() with my ISP's SMTP server, and I'm on XP (same thing work o

RE: [PHP] Re: PHP Access Violation using PEAR::Mail_smtp

2004-04-06 Thread Tyler Replogle
hey, i think the reason you get no reply is becauase no one knows why it happens From: Ben Ramsey <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: [PHP] Re: PHP Access Violation using PEAR::Mail_smtp Date: Tue, 06 Apr 2004 14:27:08 -0400 I've asked about PHP Access Violation er

[PHP] Re: PHP Access Violation using PEAR::Mail_smtp

2004-04-06 Thread Ben Ramsey
I've asked about PHP Access Violation errors before (this very same error, as a matter of fact), and every time I ask, I get no response. It's been 24 hours, and no one on php-general, pear-general, or #php and #pear in Freenode IRC has responded to this particular post. Do I smell bad? Please

Re: [PHP] Access DNS record

2004-02-26 Thread Evan Nemerson
On Wednesday 25 February 2004 06:19 pm, Jeff Schwartz wrote: > Does anyone know how to access a DNS record? Can it be done with fopen? it could be done with fsockopen (*grins maniacally*)... but php.net/dns_get_record may be a better way to go. > > Jeff > > > - > D

Re: [PHP] Access Violation at 77XXXXX on Windows

2003-09-11 Thread Evan Nemerson
Perhaps you should re-open the bug report. It was closed due to lack of feedback, so it's prolly not fixed yet. Can you get a backtrace? Reproducing code? Need more details... With regard to the second paragraph, the obvious solution is to use Linux... Evan Nemerson On Thursday 11 September

Re: [PHP] Access denied problem, please help

2003-08-23 Thread Jim Lucas
does 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, >

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 si

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 uploa

RE: [PHP] Access Text Field Max Size

2003-07-17 Thread Johnny Martinez
I figured it out. FYI You can use the Memo datatype which has a max of 65,535 characters vs. the Text datatype which has a max of 255. J -Original Message- From: Johnny Martinez [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 9:40 AM To: [EMAIL PROTECTED] Subject: [PHP] Access T

RE: [PHP] Access DB & PHP

2003-03-16 Thread John W. Holmes
> I have a client who insists on using PHP and an Access database. He > describes a problem with the access databases becoming locked when a user > clicks 'stop' in their browser whilst downloading the page (and I have to > stop the IIS server to release it). I have absolutely no experience with

Re: [PHP] Access GAH

2003-02-04 Thread 1LT John W. Holmes
It probably depends on how you're creating your SQL statement... ---John Holmes... - Original Message - From: "Todd Barr" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 04, 2003 2:56 PM Subject: [PHP] Access GAH Hello folks, I was wondering if anyone had anyluck w

Re: [PHP] Access

2003-01-28 Thread Maxim Maletsky
with ODBC www.php.net/odbc -- Maxim Maletsky [EMAIL PROTECTED] "Todd Barr" <[EMAIL PROTECTED]> wrote... : > Access > > Does anyone here have any idea how to connect access to PHP? > > Thanks > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.p

Re: [PHP] Access to Pear

2003-01-28 Thread Maxim Maletsky
It is a bad idea to "hijack" someone's thread. In other words, when posting a new question, do not reply to an existing post changing its subject and content. Mail headers still reference to the old one and we all see it just being another post of a thread. -- Maxim Maletsky [EMAIL PROTECTED]

Re: [PHP] Access to Pear

2003-01-27 Thread jacob
> Then the only thing you have to change from windows to linux is the > ROOT_PATH_DELIMITER (comment it out). I meant to say remove the value: define('ROOT_PATH_DELIMITER', ''); Quoting [EMAIL PROTECTED]: > You could download the pear files from the pear CVS to somewhere within your > > progr

Re: [PHP] Access to Pear

2003-01-27 Thread jacob
You could download the pear files from the pear CVS to somewhere within your programs path. If your web files are in (using a linux example) /home/foo/public_html then just change to that directory and checkout the files from CVS. This also gives you the luxury of keeping the pear files uptodat

RE: [PHP] Access page via user & password

2003-01-06 Thread Peter Houchin
yep look at sites like phpbeginner.com, phpwizard.com,zend.com, phpbuilder.com and browse ya way thru the tutorials there are plently of sites out there such as the ones mentioned that will give you a great helping hand :) > -Original Message- > From: Ezequiel Sapoznik [mailto:[EMAIL PROTE

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

2002-10-01 Thread Smith, Benjamin
EMAIL 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

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

2002-10-01 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 > MySQL

2002-09-19 Thread Peter Houchin
yeah there is tis called Access-to-MySQL (http://www.convert-in.com/acc2sql.htm ) ...here's some specs on it Features All MS Access data types and attributes are supported Works with all versions of Unix and Windows MySQL servers Stores MS Access database into a dump file (see C

Re: [PHP] Access control question - follow-up question

2002-06-07 Thread Erik Price
On Friday, June 7, 2002, at 12:32 PM, Jeff Field wrote: > I'm under the impression that when I create the user > and password variables, the variables are only available in the session > cookie on my own server, not in the cookie that is sent to the user to > maintain sessions. The cookie sent

RE: [PHP] Access control question - follow-up question

2002-06-07 Thread Jeff Field
> To: PHP List > Subject: Re: [PHP] Access control question - follow-up question > > > On Fri, Jun 07, 2002 at 11:32:48AM -0500, Jeff Field wrote: > > > > In regards to "Passing/testing the password on each page is > unnecessary and > > poses security risks."

Re: [PHP] Access control question - follow-up question

2002-06-07 Thread Analysis & Solutions
On Fri, Jun 07, 2002 at 11:32:48AM -0500, Jeff Field wrote: > > In regards to "Passing/testing the password on each page is unnecessary and > poses security risks.", I'm under the impression that when I create the user > and password variables, the variables are only available in the session > co

RE: [PHP] Access control question - follow-up question

2002-06-07 Thread Jeff Field
, I'm a little unclear as to the security risk. Have I got this right? Thanks! Jeff > -Original Message- > From: Analysis & Solutions [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 07, 2002 10:42 AM > To: PHP List > Subject: Re: [PHP] Access control questio

Re: [PHP] Access control question

2002-06-07 Thread Erik Price
You are also assuming that the session hasn't been hijacked. Other things you can do are store the user's UserAgent in a session var and check it on every page (session spoofer MIGHT be using a different browser), and do likewise for IP address. Although remember that AOL users will have pro

Re: [PHP] Access control question

2002-06-07 Thread Analysis & Solutions
Hi Jeff: On Fri, Jun 07, 2002 at 10:25:27AM -0500, Jeff Field wrote: > > Is it simply enough to just check that $_SESSION['user'] is present, and > therefore, by that alone assume the user has logged in and should be granted > access? Or, should I be verifying the $_SESSION['user'] and > $_SESS

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

Re: [PHP] Access Array Values?

2002-02-24 Thread jtjohnston
:) foreach (array_count_values ($names) as $name=>$count) Thanks M! :) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Access Array Values?

2002-02-24 Thread Martin Towell
foreach (array_count_values ($names) as $name=>$count) -^^ -Original Message- From: jtjohnston [mailto:[EMAIL PROTECTED]] Sent: Monday, February 25, 2002 9:34 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] Access Array Values? I knew there

Re: [PHP] Access Array Values?

2002-02-24 Thread jtjohnston
I knew there was areason why I stopped Perling :) THANKS! How do I disassemble its values? How would I foreach? Something like this? foreach (array_count_values ($names) as $name and $count) <-?? { echo"".$name." (".$count.")`; } bill (3) john (3) mary (4) http://www.php.net/manual/en/f

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

2002-02-15 Thread Thomas Edison Jr.
Hi, well, after about a week or so, finally, the turmoil & fire has extinguished. the whole problem of importing .csv data and the access denied thingy has been solved, all due to just 'one' single syntax! As it turns out, the command to be applied is NOT THIS : LOAD DATA INFILE 'fanlist.csv' I

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 a ra

RE: [PHP] access php4 intepreter

2002-02-14 Thread Rick Emery
or include it in your PATH environment variable -Original Message- From: toni baker [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 14, 2002 2:57 PM To: [EMAIL PROTECTED] Subject: [PHP] access php4 intepreter php4.1.1.exe was installed in C:\My Documents directory. Do I need to inc

RE: [PHP] Access rights for php files on Linux?

2001-12-18 Thread scott
file. (Any file that is readable by the webserver is, in essence, readable by any script being executed by that webserver - which, to say the least, can be a rather large security problem) > -Original Message- > From: Michael Geier [mailto:[EMAIL PROTECTED]] > Subject: Re: [PH

Re: [PHP] Access rights for php files on Linux?

2001-12-18 Thread Michael Geier
Use include files to pass your authentication information. auth.php: put auth.php in your home directory with you as owner and apache group id as group, or create a group that contains you and apache user (probably 'nobody'). $> chmod 740 /your/home/dir/auth.php On Wed, 19 Dec 2001, Daniel

Re: [PHP] Access rights for php files on Linux?

2001-12-18 Thread Jim Lucas
your scripts have to have to be readable by your apache user/group if it can't read them then it can't run them. now as for being allowed to only view files of yours, you would want to place the apache user in your group. this will give it access to read your files, but so will others running ap

RE: [PHP] Access denied for user

2001-12-06 Thread Richard Black
I would hazard a guess that you have supplied a username/password/host combination that isn't valid. Check in the mysql.user table, and check that there is an entry there for the user and host. Thepassword should be encrypted so you won't know if its what you're typing, but you should be able

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 $HTTP_POST_VARS from class member fucntion

2001-11-04 Thread Steve Edberg
At 10:41 AM -0800 11/4/01, Daniel Harik wrote: >Hello > > I have a class called Member, it has member function called > vallidateForm(), i try to pass it a $HTTP_POST_VARS array it looks like this: > > >clas Member{ >var $HTTP_POST_VARS; >function vallidateForm ($HTTP_POST_VARS){ > echo

Re: [PHP] access to the apache environment from the c-client builtinto PHP 4.0.x

2001-08-31 Thread Liam Hoekenga
On Thu, 30 Aug 2001, Rasmus Lerdorf wrote: > Just do a putenv() from PHP? We've tried doing that - that's how c-client normally wants to learn about the krb4 ticket file (with the KRBTKFILE variable). But... something is caching the KRBTKFILE value in appropriately, and it's not getting reset e

Re: [PHP] access to the apache environment from the c-client builtinto PHP 4.0.x

2001-08-30 Thread Rasmus Lerdorf
Just do a putenv() from PHP? On Fri, 31 Aug 2001, Liam Hoekenga wrote: > we're trying to get a krb4 c-client working with php built as an apache > server module (either dso or static). > > we've hit a wall in that, c-client itself seems to have access to the > environment in which apache was sta

Re: [PHP] Access/SQL Server?

2001-04-15 Thread Andrew Hill
Locally on a Win32 box, use the odbc functions built in, with a local DSN. On Unix, compile php with iodbc (http://www.iodbc.org) and use an ODBC driver to connect to the SQLServer or Access db on the Win32 box. You can use OpenLink's drivers if you like - For SQLServer: - install Multi-Tie

Re: [PHP] Access/SQL Server?

2001-04-15 Thread Brian Clark
Hi Bob, @ 2:40:21 PM on 4/15/2001, Bob Clingan wrote: > What to I need to do/configure in order for PHP 4 to be able to > connect to Access and/or SQL Server databases? http://www.php.net/manual/en/install.configure.php#install.configure.databases -Brian -- PGP is spoken here: 0xE4D0C7C8 Ple

Re: [PHP] access violation

2001-02-21 Thread Phil Driscoll
If you are using the ISAPI module, try changing to the cgi version and see if the problem goes away. Cheers -- Phil Driscoll Dial Solutions +44 (0)113 294 5112 http://www.dialsolutions.com http://www.dtonline.org -Original Message- From: Wade Halsey <[EMAIL PROTECTED]> To: [EMAIL PROTEC

Re: [PHP] Access a printer via PHP

2001-02-08 Thread Ankur Verma
You cannot directly access a printer from a php script. but you can try locating a a command line utility which will print the data provided to it in the command line or a the contents of a filename provided in the command line to the printer connected to the server. If the data is quite large (

RE: [PHP] Access a printer via PHP

2001-02-07 Thread Foley, John
y, February 07, 2001 10:22 AM > To: ThoVer Webproducties; [EMAIL PROTECTED] > Subject: RE: [PHP] Access a printer via PHP > > Thomas, > > You don't connect databases to printers. As you discerned, you could use > a > program to query the database and output the re

RE: [PHP] Access a printer via PHP

2001-02-07 Thread Cal Evans
Thomas, You don't connect databases to printers. As you discerned, you could use a program to query the database and output the results to a printer. I f you absolutely MUST have it start printing AS SOON as the order is inserted into the database (and I challenge you to re-think that requireme