guess it has something to do with default directory rights for newly created
directories??
the directory 'x' gives your script permission to create directory under it.
so you are able to create directory 'y' inside 'x'. but the newly created
directory 'y' does not gives your script permission to
have u tried using $HTTP_POST_FILES[]
regds,
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 15, 2003 08:50
To: [EMAIL PROTECTED]
Subject: Older Version problems
I'm moving some scripts to a new server but the PHP installation on the
new server
Yes, It is necessary because script executes & ends for every request.
Variables can be made persistent by using cookie/sessions but mysql
connection is a resource which can not be saved & restored as session
variable.
For efficient use of resources, you may use mysql_pconnect() (only when php
is
session_start();
should be on the first line in the script.
regds,
-Original Message-
From: Iggy [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 25, 2003 20:08
To: [EMAIL PROTECTED]
Subject: session id
can somebody tell me why I am getting this:
Warning: session_start() [function.session
may be this snip from manual can show the way:
<>
i think there can be 2 solutions:
1. ignore the client disconnect
2. register a shutdown function which suitable releases the locks and
destroys COM object.
regards,
-Original Message-
From: Bob Irwin [mailto:[EMAIL PROTECTED]
Sent: Mo
PHP does not allow ';' character in query strings so you'll have to break
these.
regds,
-Original Message-
From: Charles Kline [mailto:[EMAIL PROTECTED]
Sent: Friday, March 14, 2003 20:34
To: [EMAIL PROTECTED]
Subject: Newbie MySQL INSERT Q
Can I have a single SQL string do INSERTS into
here's my solution:
I presume you need the name of the file the user last accessed.
This requires a datetime column in your useronline file which records the
time a user has accessed a page. If the name of this field is atime then
a) create a temporary table storing lact access time for each us
it is the name of cookie variable which stores the unique session ID string.
suppose you set session.name to SESSID in php.ini then a cookie variable
named SESSID will be sent to client in which session ID string will be
stored by client browser. If URL is used to propogate session variable then
Not yet.
And if there ever will it can not be odbc_connect(), may be something like
access_open()?
regds,
-Original Message-
From: Kiswa [mailto:[EMAIL PROTECTED]
Sent: Saturday, March 08, 2003 01:03
To: [EMAIL PROTECTED]
Subject: Access
Hi.
Is their anyway to connect to a Access Db us
try:
select
date_format(date_add(arrivaldate1, INTERVAL nights1 DAY), '%Y-%m-%d') as
dept_date1
from mytable
where
(date_add(arrivaldate1, INTERVAL nights1 DAY) BETWEEN '2003-02-01' AND
'2003-02-10')
regds,
-Original Message-
From: Dhaval Desai [mailto:[EMAIL PROTECTED]
Se
localhost is the name of your own machine, for others localhost means their
machines.
redirect to the network ip address or host name of your server instead of
localhost.
regds,
-Original Message-
From: K [mailto:[EMAIL PROTECTED]
Sent: Friday, February 28, 2003 09:47
To: [EMAIL PROTECTED
snip from manual for -p option:
|-
-p[password], --password[=...]
Password to use when connecting to server. If a password is not given on the
command line, you will be prompted for it. Note that if you use the short
form -p you can't have a space between the option and the password
may be browsing through available classes will help you:
http://uttam27.users.phpclasses.org/browse.html/class/22.html
-Original Message-
From: Andrian Ivanov [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 17, 2003 16:30
To: [EMAIL PROTECTED]
Subject: Search engine PHP
Hello,
Can so
or $_SERVER["HTTP_REFERER"]
availability depends or server though...
regds,
-Original Message-
From: Luke Woollard [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 17, 2003 10:48
To: PHP-general
Subject: RE: [PHP] Re: URL of calling page
dude - try this:
echo $HTTP_REFERER;
It'l giv
please remove [EMAIL PROTECTED] from the list.
-Original Message-
From: David T-G [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 17, 2003 06:06
To: PHP General list
Cc: Beauford.2002
Subject: Re: [PHP] List problem
Beauford --
...and then Beauford.2002 said...
%
% Does anyone else g
if (condition) {
header("Location: http://www.gogle.com/";);
} else {
header("Location: http://www.yahoo.com/";);
}
regds,
-Original Message-
From: christian tischler [mailto:[EMAIL PROTECTED]]
Sent: Sunday, February 16, 2003 16:11
To: [EMAIL PROTECTED]
Subject: call a webs
if i understand you correctly then this should give valid interests of a
user:
SELECT DISTINCT
InterestsList.SubID
FROM
InterestsIndex INNER JOIN InterestList
ON InterestIndex.InterestID=InterestList.ID
WHERE
InterestIndex.UserID='1' AND
InterestList.Valid='
Hi list!
I think this topic is worth discussion here...
regds,
-Original Message-
From: Uttam [mailto:[EMAIL PROTECTED]]
Sent: 21 January 2003 13:29
To:[EMAIL PROTECTED]
Subject: [PHP-WIN] Who is foo & what is bar?
In many code examples in PHP documention (& others also), I h
alternate to right click is Shift-F10 in IE which i think can not be handled
by javascript.
uttam
-Original Message-
From: Martin Hudec [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 23, 2003 15:47
To: [EMAIL PROTECTED]
Subject: Re: [PHP] Disable pic copy/save?
H it might be
19 matches
Mail list logo