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
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
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
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:
>
>
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
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[
-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
:[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]
>
> -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]
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
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
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
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
> -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
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
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 (
>>
$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 (
- 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
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
- 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
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
$_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
[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
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/
$_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
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]
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
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
@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
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
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
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?
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
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
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 '\
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
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
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
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
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
> 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
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
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
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
; <[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
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
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
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
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
- 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
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
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
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
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
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
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
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
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,
>
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
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
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
> 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
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
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
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]
> 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
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
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
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
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
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
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
> 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."
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
, 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
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
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
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
:)
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
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
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
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
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
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
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
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
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
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
> 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
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
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
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
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
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
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
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 (
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
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
98 matches
Mail list logo