Re: [PHP] PHP Cached Templates

2004-09-01 Thread rogue
On Sep 1, 2004, at 12:01 AM, raditha dissanayake wrote: charles kline wrote: On Aug 31, 2004, at 9:18 PM, raditha dissanayake wrote: rogue wrote: Sorry if this is the wrong place for this post. I am having problems where PHP templates that I modify via ftp are not showing changes for like 1

[PHP] PHP Cached Templates

2004-08-31 Thread rogue
Sorry if this is the wrong place for this post. I am having problems where PHP templates that I modify via ftp are not showing changes for like 1 minute or so. I assume this is some kind of server caching but I am not sure how to adjust this (it is my development server). Running Apache

[PHP] Techniques for doing story

2004-08-17 Thread rogue
is passed in the URL. I am just not sure where to start... Thanks, Rogue -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP Templates Cached on Server

2004-07-28 Thread rogue
? Thanks, Rogue -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Form values numeric, need to lookup value for sending in email

2004-07-21 Thread rogue
Hi all, Please copy me on any replies, I think I am still on the digest version of the list :) I have a form where I have a set of checkboxes input type=checkbox name=note[] value=25 / input type=checkbox name=note[] value=26 / input type=checkbox name=note[] value=27 / input type=checkbox

[PHP] Where to talk business?

2004-02-27 Thread rogue
Hi all, I have some non-programming questions related to operating a web application development business - mostly stuff like: billing, code release, etc., questions. Anyone know of a forum where this kind of stuff is discussed? Thanks -- PHP General Mailing List (http://www.php.net/) To

[PHP] class design question

2004-01-12 Thread rogue
in an .inc file and include that in the class, but there has got to be a better way - especially for portability sake. thanks for any suggestions. - rogue -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Error that I can't find causing header() to fail

2003-12-10 Thread rogue
Hi all, This template I have, has been driving me nuts. I am trying to debug someone else's code and have narrowed the problem down to a few lines, but I can't see what would be causing the problem. Here is the scoop. When this template loads it is making: header(Location:

Re: [PHP] Error that I can't find causing header() to fail

2003-12-10 Thread rogue
should be before any output is passed to the browser. I advise you read about the header() function in the PHP manual. - Original Message - From: rogue [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 11, 2003 2:34 PM Subject: [PHP] Error that I can't find causing header

[PHP] Propagating SID when cookies disabled

2003-12-03 Thread rogue
Hi all, I am testing some templates that are using a session. I have PHP compiled with --enable-trans-sid. It is my understanding that if I have cookies disabled in my browser and this: ?php echo 'a href=somepage.phpgo/a'; ? is in the template, the SID should automatically get stuck on the

Re: [PHP] Propagating SID when cookies disabled

2003-12-03 Thread rogue
Okay. I figured out my problem. For some reason, I have two copies of php.ini on my server (an old install?) and was editing the wrong one to have: session.use_trans_sid = 1 *hits self on head* :) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] header(Location: page.php) not redirecting

2003-12-01 Thread rogue
Hi all, I have this in a template: $redirect = viewclient.php?id={$_REQUEST['id']}foo=bar; header(Location: $redirect); Only, nothing happens when this code is executed. Nothing. It gets completely ignored. I even tried: $redirect = viewclient.php?id={$_REQUEST['id']}foo=bar; echo $redirect;

Re: [PHP] header(Location: page.php) not redirecting

2003-12-01 Thread rogue
understanding that the only thing I needed to worry about breaking this, would be if there was some output before the header(). There is not, but there are some variables getting set etc. Anyone else think of anything? Thanks On Dec 1, 2003, at 4:48 PM, Chris Shiflett wrote: --- rogue [EMAIL

Re: [PHP] header(Location: page.php) not redirecting

2003-12-01 Thread rogue
hi again, echo looks fine (no error in the URL). I am stumped. Is there anything besides output to the screen before header() that breaks it? thanks On Dec 1, 2003, at 5:13 PM, Chris Shiflett wrote: --- rogue [EMAIL PROTECTED] wrote: $redirect = http://; . $_SERVER['HTTP_HOST'] . /cm/clients

[PHP] finding location of document

2003-11-08 Thread rogue
: $redirect = http://; . $_SERVER['HTTP_HOST'] . /foo/hello.php; In this case, $_SERVER['HTTP_HOST'] is 127.0.0.1 How can I get the ~/myname/ Thanks rogue BTW. Please copy me directly on any replies as I am on the digest. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] install questions

2003-10-24 Thread rogue
i just installed php and when i try to load a php file into the browser through apache, the file downloads instead of being displayed. is this an apache problem or a problem with my php install? thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: