lasts for the duration of the script?
Are session variables stored server-side or does that apply to cookies only?
And what about session cookies? Are session cookies stored with the client?
Please help
Many thanks
Keith
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http
Correction: I meant to say: Are session variables stored server-side or
client-side like cookies?
"Keith" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi,
> How do I go about making a session last longer that the duration of the
> browser?
> Say I w
work.
It always opens a browser window even though the script has no echo/print
statements in it.
Any advice would be appreciated
Thanks
Keith
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi All,
I need to know how to write a script for deleting mail from a Linux server.
Essentially I need to be able to delete all mail with a date-stamp less than
some threshold date.
Then I want this script to run from a regular cron job. I am not sure if
this is doable in PHP or whether I must wri
7;Data Restore', and for my purposes the ability to restore is a
prerequisite.
Any advice would be most appreciated.
Thank you
Keith
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Following loop works fine !
but I don't want $art_nr_1 (which is 4564)
I want to have $art_nr_$i
but if you use it you just get 1,2,3,4
for ($i=1; $i<50; $i++) :
$varid = "quant".$i ;
if ($$varid != "") {
echo
"
";
}
endfor;
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe,
$varid = "quant".$i;
> if($$varid != ""){
> echo '';
> echo '';
> }
>}
>
>jack
>
>Keith wrote:
> >
> > Following loop works fine !
> > but I don't want $art_n
You aren't going to be able to build a php application with frontpage or
any other WYSIWYG HTML editor. You are going to have to type it out, the
PHP that is. If this is something that you need done right away, I suggest
you hire an experienced PHP programmer. If you don't know much about MySQL
or
Clean Suse Linux install !
Get the following from phpinfo.php
PHP Version 4.0.4pl1
'./configure' '--prefix=/usr' '--bindir=/usr/bin' '--libdir=/usr/lib'
'--with-config-file-path=/etc' '--with-exec-dir=%{libdir}/php/bin'
'--with-pgsql=/usr' '--with-mysql=/usr' '--with-gd=yes'
'--with-tiff-dir
would like to build/compile php as a dso !
Linux version is Suse 7.2
apache is version 1.3.19 already compiled with mod.so.c
but I don't seem to have an apache/bin and I can't find apxs which should be
there ???
Is this a Suse problem or what ??
do I have to de-install apache and re-install a nor
T array? Can $_POST
array accessible by all domains even if not from the originating domain?
Thx for clarification!
Keith
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
on. This
was just a very simplified answer.
Keith wrote:
Let's say user A and user B submitting purchase order form with
"order.php" at the same time, with method=post action='confirmation.php'.
(1) Will $_POST['order'] submitted by user A replaced by
$_POST['
Thanks! Peter.
I’m very clear now.
"Peter Ford" wrote in message
news:bd.38.16665.07c6f...@pb1.pair.com...
Keith wrote:
Let's say user A and user B submitting purchase order form with
"order.php" at the same time, with method=post action='confirmation.p
Hi,
I encounter a funny limitation here with switch case as below:
The value for $sum is worked as expected for 1 to 8, but not for 0.
When the $sum=0, the first case will be return, which is "sum=8".
Is there any limitation / rules for switch case? Thanks for advice!
Keith
$sum=0;
s
m...
2009/8/20 Keith :
Hi,
I encounter a funny limitation here with switch case as below:
The value for $sum is worked as expected for 1 to 8, but not for 0.
When the $sum=0, the first case will be return, which is "sum=8".
Is there any limitation / rules for switch case? Thanks for
echo "sum=0\n";
break;
default:
echo "sum=3/4/5\n";
break;
}
Or, write your switch like this:
switch( $sum )
{
case 8:
echo "sum=8\n";
break;
case 6:
case 7:
echo "sum=7 or 6\n";
break;
case 1:
case 2:
echo "sum=2 or 1\n";
break;
case 0:
echo &quo
d a switch like that first "if/else"
style. PHP never ceases to amaze me in it's flexibility (and ability to
shoot yourself in the foot ;-p )
And remember, all your base are belong to Adam.
-Original Message-
From: Adam Randall [mailto:randa...@gmail.com]
Sent: Thursday,
:p06240800c6b84328c...@[192.168.1.100]...
At 9:44 PM -0700 8/22/09, Lars Torben Wilson wrote:
Hi Keith,
Glad it works! I'm not sure how inverting the case statement helps you
minimize the code in each case. As both I and Adam showed, you can do
the same thing more efficiently (and IMHO much more read
t;Send() still return as true, however, I didn't receive email from
mailer daemon this time.
Any idea why this happened? Any solution for me or suggestion to use other
send mail class/function that support SMTP authentication?
Thanks!
Keith
--
PHP General Mailing List (http://www.php.n
wrote:
On Thu, 2009-08-27 at 20:38 +0800, Keith wrote:
Due to my web hosting server implement SMTP authentication, I couldn't
do it with PHP mail() function, so I opt for PHPMailer.
However, the $mail->Send() method always return true even I've set the
$mail->AddAddress with inv
("location: index.php").
However, error happen with warning: [Cannot modify header information -
headers already sent by...]
Any workaround for this?
Thanks for help!
Keith
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
logged.
Which format should I used for log file? *.log or *.txt?
Since I'm using third party web hosting, I can only access web directory,
should I use
[http://domain.com/log/logfile.*] or
[C:\some_path\domain.com\log\logfile.*] or just
[/log/logfile.*]?
Thanks!
Keith
"Floyd Resler&quo
n.
I don't know why or in what condition that pressing [ENTER] will not submit
the whole form include the $_POST['submit'].
Keith
"Ashley Sheridan" wrote in message
news:1251467419.27899.106.ca...@localhost...
On Thu, 2009-08-27 at 23:21 -0400, Adam Jimerson wrote:
O
./log/logfile.txt where ./log is same level as
./httpdocs, can the web users access it?
Thanks!
Keith
"Ashley Sheridan" wrote in message
news:1251477059.27899.117.ca...@localhost...
On Fri, 2009-08-28 at 09:28 -0700, Ben Dunlap wrote:
> Which format should I used for log f
From what I read, the session will remain even after maxlifetime until the
next round session garbage clearance.
This is fine for me.
1) However, will the garbage clearance delete the session whose maxlifetime
not reach yet?
2) maxlifetime is referrenced to most recent script execution time whic
.
PayPal also told me that it is my encryption error.
Please kindly advice on the code below.
Thanks!
Keith
___
//$buttonParams is key=value pair string with \n separation between each
key=value pair
$mypub = '
Hi all
Can anyone tell me what would cause intermittent problems downloading files
using ftp_get.
I have a php file that regularly connects to a number of servers in turn
using php's (ftp functions) and downloads files using ftp_get(...). This
usually works but often it just fails to download a fi
Hi Red
Thanks, I had wondered about connection limitations, but frankly I'd be
surprised if that were the problem.
But as we are on this subject, I use proftpd and the MaxClients value is not
set yet. As I understand it I can set MaxClients to 'none' which removes any
maximum restriction. But what
Well the servers do indeed have firewalls! But why would this be
intermittent and how can I get around this WITHOUT removing the firewall :)
Thanks
K
"Raditha Dissanayake" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Keith wrote:
>
> >Hi all
> >
But that's just it , I am using ftp_pasv($idconn, true) and yes I have
placed it after the connection and login statement.
Any other ideas?
K
"Curt Zirzow" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> * Thus wrote Keith ([EMAIL PROTECTED]):
> > W
Hi all
Not really a php issue per se - sorry.
But I'm sure someone here is bound to know the answer. :-)
I have a main site that is accessible at say
"http://www.somedomain.com/somedir/"; but I want visitors to be able to
access the site using simply "http://www.somedomain.com"; AND for the
re
pt.php" can delete the record.
Good luck
Keith
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
You know about the php.ini option "upload_max_filesize"? Perhaps its
default value is not enough for your task?
Greeting from
Keith
Aachen, Germany
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
> Like I said, I can run the same SQL in PHPMyAdmin...
Be careful when testing SQL statements containing (double)quotes in
PHPMyAdmin, as I remember, it automatically masks them! Try the same
statement on mysqls commandline.
Good luck
Keith
--
PHP General Mailing List (http://www.php.net/)
Hello Everyone,
I'm trying to create a Logout Function and Link. My site uses a standard
htaccess file for its authentication method. After the brower requests the
username and password they have access to the protected site.
Then users can jump to a special Messaging section where I wrote a ph
ly show any.
:)
The server is on the web and has a number of domains. The user in question
writes a lot of websites using php for maybe 1/2 of the domains.
TIA
--
Keith Mastin
BeechTree Information Technology Services Inc.
Toronto, Canada
(416)696-6070
--
PHP General Mailing List (htt
ll be ignored by the browser's rendering engine.
The suggested correction DOES do a lot for programming style by eliminating the
superfluous space, and the possibility that you may introduce errors by inserting
other code in that area.
D. Keith Higgs <mailto:[EMAIL PROTECTED]> 216-368-05
Hello,
I'm trying to create one document with PHP and Ruby scripts in
the same document. Is this possible? I've tried to configure mod_ruby
to compile php documents as well but when I do that PHP doesn't work.
Is it possible to have 2 languages in the same document?
--
I have a huge block of zip codes I need to seperate into their constituent
parts for a query of a database. The block looks like this (in part):
| 36310 ABBEVILLE |
| 35440 ABERNANT |
| 35005 ADAMSVILLE |
| 35540 ADDISON |
| 35006 ADGER |
| 35441 AKRON |
I need to use eplode (p
Final question on this (I hope).
I have the code together now to put it all the zip codes into and array--but
now I need to add those zip codes to a sql statement for the WHERE clause.
Example:
SELECT * FROM [table]
WHERE zip="[all the darn zips listed here]"
(or something like that)
How would
To clarify, session files ARE being created still, but they all have a length of 0.
So it seems that the permissions to create a file are ok, but something else is wrong.
Any idea why the file could be created, but would be empty?
I'm perplexed.
K.
--
PHP General Mailing List (http://www.php.net
$_SESSION is a predefined variable, session_start()
session_register('BILLARRAY') should work though :)
Keith Vance
Vance Consulting LLC
www.vanceconsulting.net
(206) 355-2399
Try my open source PHP authentication system, Rampart by visiting
http://rampart.sourceforge.net/. Commerci
ht be able to get an RPM that will
install the php executable for you.
To do the crontab:
RUN THIS COMMAND
crontab -e
TYPE THIS
15,30,45,0 * * * * name_of_your_script
THEN
ESC
:wq
Keith Vance
Vance Consulting LLC
www.vanceconsulting.net
(206) 355-2399
Try my open source PHP authentication syste
ks for any help you can provide.
-Keith Posehn
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I tried this code, and it still just keeps 'a loopin'...
What is wierd is that I have some if the code I tried in my site on other
pages, and it functions without a problem...any thoughts?
Thanks for the help.
-Keith Posehn
"Owen Prime" <[EMAIL PROTECTED]> wrote i
I would quote get in method="get" and end the for starters.
Keith Vance
Vance Consulting LLC
www.vanceconsulting.net
(206) 355-2399
Try my open source PHP authentication system, Rampart by visiting
http://rampart.sourceforge.net/. Commercial support is available
Because that's not the way PHP works. You aren't comparing anything on the
second half of the elseif statement.
Keith Vance
Vance Consulting LLC
www.vanceconsulting.net
(206) 355-2399
Try U.M.A. at http://uma.sourceforge.net/
On Thu, 17 Oct 2002, Peter Houchin wrote:
> howdy
>
echo ($pieces[2]);
instead of
echo ($pieces [2]);
Keith Vance
Vance Consulting LLC
www.vanceconsulting.net
(206) 355-2399
Try U.M.A. at http://uma.sourceforge.net/
On Thu, 31 Oct 2002, ppf wrote:
>
> Hi all:
> I had tried to split the string into an array of
> string using exp
And that too.
Keith Vance
Vance Consulting LLC
www.vanceconsulting.net
(206) 355-2399
Try U.M.A. at http://uma.sourceforge.net/
On Thu, 31 Oct 2002, Rasmus Lerdorf wrote:
> Because you can't spell pizza, I bet.
>
> On Thu, 31 Oct 2002, ppf wrote:
>
> >
> > Hi all:
er=explorer
instead of only the last entry?
Thanks for any help,
Keith
I am running into a situation where I need some serious help. My
environment is:
Workstation - W2k, Frontpage
Server - Cobalt RaQ4i, Linux, Apache
Problem: I need to access MySQL to display inventory information on the web
page. When I have modified the httpd.conf file to parse html files thr
I am running into a situation where I need some serious help. My
environment is:
Workstation - W2k, Frontpage
Server - Cobalt RaQ4i, Linux, Apache
Problem: I need to access MySQL to display inventory information on the web
page. When I have modified the httpd.conf file to parse html files thr
I am running into a situation where I need some serious help. My
environment is:
Workstation - W2k, Frontpage
Server - Cobalt RaQ4i, Linux, Apache
Problem: I need to access MySQL to display inventory information on the web
page. When I have modified the httpd.conf file to parse html files thr
I am running into a situation where I need some serious help. My
environment is:
Workstation - W2k, Frontpage
Server - Cobalt RaQ4i, Linux, Apache
Problem: I need to access MySQL to display inventory information on the web
page. When I have modified the httpd.conf file to parse html files thr
Hello,
I am trying to find out how to pass a multidimensional array within a hidden input of
a form.
Would it be something like this?
Any advice would be forever appreciated...
Keith
the actual links that make up the menu.
I have never seen this behavior, and was wondering if anyone has seen
anything like it before, and possibly found a solution.
We are running php 4.3.2, Apache 1.3.26 on FreeBSD 4.5.
Any help would be very appreciated.
Keith
--
PHP General Mailing
After restarting apache, the error is gone. Still not sure what was causing
it. The site was running fine to begin with, and the environment vars
have been in use for over a year throughout the site.
Keith
At 12:56 PM 11/10/2003, Keith Greene wrote:
Greetings list,
I have run into a problem
It's not a bug. Anything (including spaces, newlines etc) that is not
inside is output directly to the browser.
At 03:49 PM 11/15/2003, you wrote:
Robert Cummings wrote:
FYI, if you're woprried about the "header cannot be sent due to
output..." error, then if your file only has code and no HTML
It's so much easier to use the mod (%) operator:
using the mod operator, you can check if a variable is divisible by some
other number without leaving a remainder.
For this example, we want to change every other row, so we would compare
our $count against 2 to see if it leaves a remainder:
$bg =
Yep. It allows you to only use php where needed, and use HTML for the rest.
At 04:02 PM 11/15/2003, you wrote:
On Sat, 2003-11-15 at 18:49, Leif K-Brooks wrote:
> Robert Cummings wrote:
>
> >FYI, if you're woprried about the "header cannot be sent due to
> >output..." error, then if your file only
interfere with headers.
Keith
At 04:41 PM 11/15/2003, Leif K-Brooks wrote:
Keith Greene wrote:
That's not a bug either. Leaving out the ?> is simply telling the php
parser that it has to parse the rest of the script.
Where's the manual page saying that's allowed?
--
The abo
s OK.
Please respond to:
Keith Atkinson
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Can anyone recommend a good FAQ, Q&A or Knowledge Base script written in PHP?
Preferably one with an administration section and a queue for questions to be answered.
Larentium
=
'1' ORDER BY
qorder",$db);
Works perfectly?
Keith Spiller
a.k.a. Larentium
I need some help with a program, I need to get every
instance of text between GET TEXT HERE
and save the results in a variable. Does anyone
have some example code of how to do it along with how
to put the results into just one variable?
__
Do Yo
this one.
I am running the latest everything, PHP and Apache on Linux of course.
Keith
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
What came first the chicken or the egg?
Keith
On Fri, 9 Mar 2001, Kath wrote:
> Yeah. I even see some PHP book authors, like Julie Meloni here on this
> list.
>
> There is never a question, no matter how retarded, that this list or #php on
> irc.openprojects.net has never been
Where did the chicken come from, God?
Keith
On Fri, 9 Mar 2001, Jerry Lake wrote:
> The chicken did.
>
> as the Chicken is an actual chicken
> and the egg is a potential chicken.
> Actuality precedes potentiality
>
> Jerry Lake- [EMAIL PROTECTED]
&g
d to other possibilities.
Keith
On Fri, 9 Mar 2001, Rick St Jean wrote:
> Of course... where did you think they came from... monkeys?
>
>
>
> At 04:01 PM 3/9/01 -0800, Keith Vance wrote:
> >Where did the chicken come from, God?
> >
> >Keith
> >
> >On Fri,
Just for the record, the theory evolution doesn't say that "every" living
creature evolved from monkeys, just as silly humanoids.
I would like to apologize to everyone on the list for creating the
discussion, it's a wee bit off topic.
Keith
On Fri, 9 Mar 2001, Jeff Oien wr
You must not have searched to hard on the site,
http://www.php.net/file_exists
Keith
On Wed, 14 Mar 2001, Kenneth R Zink II wrote:
> How would I go about checking to see if a file exist from php?
>
> I didn't find anything on php.net when I did a search for exist.
>
> basi
fine. There is also some good stuff about
this on http://www.phpbuilder.com. I do it all the time and my hosting
company couldn't care less, but your's may be different and you may have
to switch or should switch to someone else if you can't get the http
upload to work.
Keith
On W
Can you set, in your script, where the files are uploaded so that the
files can be uploaded into a directory that allows you to do a copy.
Keith
On Wed, 14 Mar 2001, Mig wrote:
> Keith Vance wrote:
>
> > You should be able to do something using PHP, try looking here,
> >
e values
in the url or a session variable or hidden fields in another form.
Keith
On Thu, 15 Mar 2001, Nick Davies wrote:
>
> How do i forward POST data from a php script. Obviously GET is simple
> (just script.php?$QUERY_STRING) but how does it work with post?
>
>
> Thanks.
I think this discussion just took place, try searching the mailing list
archives for "good php editor"
Keith
On Thu, 15 Mar 2001, McShen wrote:
> I am looking for good php editors. Currently, i am using PHP coder. It
> highlights syntax and checks my syntax. It's also
how about
if (!$included[filename])
On Thu, 15 Mar 2001, ..s.c.o.t.t.. [gts] wrote:
> try using include_once() and require_once()
> in place of include() and require()
>
> also, make sure you havent defined any functions
> that match PHP internal funcs.
>
>
> > -Original Message-
> > F
The Zend encoder seems cool, but for $2400? What happened to the Zend
Compiler, is that what the Zend Encoder is? The Zend Encoder would
definetly be worth it if you were selling your code, but I haven't tried
it out.
Keith
On Thu, 15 Mar 2001, ..s.c.o.t.t.. [gts] wrote:
> sinc
make a file called, test.php
with these lines in it:
stick it into your web server directory and point a browser at it, if it
doesn't work send error messages.
Keith
On Thu, 15 Mar 2001, Norberto Rojas wrote:
> Hi:
>
>I've trying to install PHP4 without good resul
"... hate to think that someone could come along and just use it all for
free" So you don't really care to contribute to the Open Source community?
We would love to have your passwords. I would highly recommend setting an
include path outside the web server document root and store you files with
p
How many times are people going to complain about no-brainer questions
being posted to the list. The fact of the matter is people are going to
post things on the list without reading the manual or the FAQ. It goes
with the territory. It annoys me too, but there is no good solution for
the problem.
I agree with everything you have said. I just don't think there is a good
way to get people from asking these types of questions, without someone
sitting there reading every message and filtering them according to topic.
We are stuck with a high-volume list where lots of newbies come to ask us
que
Another good place that explains how to roll your own is:
http://www.fluidthoughts.com/howto/config-webserver/
Keith
* Andrew Hill ([EMAIL PROTECTED]) wrote:
> Date: Wed, 2 May 2001 20:00:37 -0400
> From: Andrew Hill <[EMAIL PROTECTED]>
> Cc: [EMAIL PROTECTED], [EMAIL PROTECTE
.
Keith Elder
Phone: 734-482-1371
Toll Free: 866-745-3660
Email: [EMAIL PROTECTED]
Web: http://www.tapinternet.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e
e field appears on 1 line.
> Any ideas how to get it to store the control chars?
> -Ciaron
Use nl2br() to format the display properly in HTML.
Goto www.php.net/nl2br for more info.
So this would work well:
Updating the record works because you probably did something like this:
Rega
hanks very much.
Regards,
Keith Ng
___
Senior Web Developer
K-Systems & Services
[EMAIL PROTECTED]
http://www.k-systems.com.sg/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROT
-
> Phone: (+354) 4615501
> Mobile: (+354) 8960376
> Fax: (+354) 4615503
> E-mail: [EMAIL PROTECTED]
> Homepage:www.sed.is <- New Homepage!
> --
set_magic_quotes_runtime();
Regards,
Keith Ng
___
Hi,
Does anyone know how to go about drawing a barcode in PDFLIB?
Regards,
Keith Ng
___
Co-founder
K-Designs Incorporated
[EMAIL PROTECTED]
http://www.k-designs.com.sg/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED
> $NL = (\n);
> $H = getLastHost();
> $R = getLastRef();
> $To = "[EMAIL PROTECTED]";
> $Sub = "Page Accessed";
> $D = Date("D d M y h:ia",time());
> $Msg = $H + $NL + $R + $NL + $D;
> m
> $NL = (\n);
> $H = getLastHost();
> $R = getLastRef();
> $To = "[EMAIL PROTECTED]";
> $Sub = "Page Accessed";
> $D = Date("D d M y h:ia",time());
> $Msg = $H + $NL + $R + $NL + $D;
> mail
suddenly shutdown. The follow error
occur:
The HTTP server encountered an unhandled exception while processing the
ISAPI Application '
php4ts!zend_strndup + 0x2B
+ 0xA05E5983
and I have to reboot the system because IIS won't work!!!
Would u please give me some help or advice? thx!!!!
i.e. Dynamically allocated IP address. I
suspect that his ISP
is not going to resolve an address to such a machine.
Any ideas ?
Thanks Keith
--
Keith , Jenny & Family Sloan
[EMAIL PROTECTED]
http://web.ukonline.co.uk/keith.sloan/
--
PHP General Mailing List (http://www.php.net/
I'm having the same problem -
I've been using the mail() command for quite some time now and it's been
working 100% and executing immediately.
Suddenly, this morning, it is taking about 60 seconds to send mail, delaying
the display of the php web page by that same amount of time.
I have checked
ble-quotes!
Keith
"Keith Waters" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I'm having the same problem -
>
> I've been using the mail() command for quite some time now and it's been
> working 100% and executin
e=APPROVED
ssl_txn_id=----
ssl_approval_code=00
I need each of the lines to be turned into a variable. Any ideas as to how I
might go about this?
Thanks,
Keith Posehn
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://w
s to how I might go about this?
Thanks,
Keith Posehn
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
make a php page that would actually
view the files as a specific user? Is there some way to include a pdf file
in the page?
Any ideas appreciated.
Keith Posehn
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
.
Thanks!
Keith
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I have a W2k box setup with IIS and PHP. It works fine, well almost. I can
create a .php page and it works great. But, when I edit that page, the old
page still shows up pubically. The page is updated if I open it from within
the private network. For instance: www.domain.com displays old pag
Hi All - I see this feature mentioned in the release notes - It could be a
nice alternative to mod_gzip if it is what I think it is, but there doesnt
seem to be any documentation on it. Does anybody out there have an idea?
Regards,
Keith
--
PHP General Mailing List (http://www.php.net/)
To
What happens when it doesn't work, any error messages?
Try:
header ("Location: http://www." . $URL . "/members/index.php");
or
$loc = "Location: http://www." . $URL . "/members/index.php";
header ($loc);
The first suggestion should work.
K E I T H V A N C E
Software Engineer
n-Link Corporatio
1 - 100 of 167 matches
Mail list logo