I've been getting "data format errors" from Sendmail when trying to send
automatic e-mails from my websites recently, and as I can't find a fix for
this, I tried some code that someone sent to me which actually worked. It
uses popen() and I'd like to know if this method of sending e-mail has any
ma
--- YC Nyon <[EMAIL PROTECTED]> wrote:
> I am working on a project where the main module (including the
> security access/login) is developed using ASP. My module which is
> in PHP has to read the security permissions set by ASP (via
> cookies) to enable users to use it.
>
> How do I go about that
--- Shawn McKenzie <[EMAIL PROTECTED]> wrote:
> I would like to know if there is a good server independent method
> method for optimizing URLs that contain GET queries for search
> engines.
If there is, it would be news to me. I know of only two ways to do this:
1. ForceType and $_SERVER['PATH_IN
php-general Digest 5 Jan 2004 05:10:48 - Issue 2512
Topics (messages 173707 through 173726):
cache_limiter & cache_expire
173707 by: Eli Hen
173708 by: Eli Hen
173716 by: Marek Kilimajer
Re: finding phpize
173709 by: Brian V Bonini
PHP, Server-Side?
I am working on a project where the main module (including the security
access/login) is developed using ASP. My module which is in PHP has to read
the security permissions set by ASP (via cookies) to enable users to use it.
How do I go about that? or any other better solutions.
Nyon
--
PHP Gen
On Monday, January 5, 2004, at 07:05 AM, Carey Baird wrote:
(sorry if this message is repeated, I got an email saying it wasn't
delivered)
Hey,
I am creating a complete PHP driven site for the first time and I am
finding
my files growing bigger and bigger. Each page of my site includes the
mai
Hi,
I have just started using PHP's file operators...and as you can guess need a
little help
I am using the example from the online manual:
http://de3.php.net/manual/en/function.readfile.php
to read a file that is in a .htaccess protected folder and pop a download
box to the client.
Surprisingly
I use the accelerator, but I don't have a lot of users. I use it to protect
confidential information in the event the web server screws up and starts
displaying my scripts instead of parsing them etc. It works smooth as silk
for me though. I just can't tell you anything about high volume
perform
Hello, I have spent hours searching the web for any kind of support
regarding Ioncube's PHP Accelerator. We are interested in using it in
conjuction with some Cyrus servers and Squirrel Mail, but cannot seem to
find any kind of support whatsoever. The number of users is planned to
be in the tho
While I found a lot of posts about this problem, I haven't been able to find
a solution. So if I missed it, please forgive me, I did spend a few hours
trying to find the answer.
THE PROBLEM: When a user signs up on a website, an e-mail is automatically
sent to them with their password. This worked
Adrian --
You have started a new thread by taking an existing message and replying to
it while merely changing the Subject: line.
That is bad, because it breaks threading. Whenever you reply to a message,
your mail client generates a "References:" header that tells all recipients
to which postin
(sorry if this message is repeated, I got an email saying it wasn't
delivered)
Hey,
I am creating a complete PHP driven site for the first time and I am finding
my files growing bigger and bigger. Each page of my site includes the main
function library, which itself includes an html library.
John wrote:
hi,
i must have downloaded my php files in binary format or something, but now,
instead of readable carriage returns after each line of code, theres a 'box'
and then no carriage return. so the whole file is on one line. then other
files have an extra carriage return between lines. cou
1. Use an editor that can work with unix newlines, most developer
editors can.
2. Use some tool that can convert between various newlines - search the
web. Command line utility todos/fromdos is one, but it might be
available only on unices.
John wrote:
hi,
i must have downloaded my php files
Eli Hen wrote:
Hello All,
I would like to do that the session will expire after X minutes,
and the page at the client will expire after Y minutes.
How can I do that?
I understand that session_cache_limiter() function determines who can cache
the page:
- pulic:proxies and clients.
- private
hi,
i must have downloaded my php files in binary format or something, but now,
instead of readable carriage returns after each line of code, theres a 'box'
and then no carriage return. so the whole file is on one line. then other
files have an extra carriage return between lines. could i remove t
Hey,
I am creating a complete PHP driven site for the first time and I am finding
my files growing bigger and bigger. Each page of my site includes the main
function library, which itself includes an html library.
The file for the page itself contains functions that only that page
requires.
M
wich kind of files are we talking about?
pictures or others?
"Gerard Samuel" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> On Friday 14 November 2003 12:48 pm, joe wrote:
> > is there a way to check the file size
> > without fully uploading the file?
> >
>
> No there isnt, well
Brilliant, just what I was looking for!
Thank You Larry.
In Fellowship,
Tarrant
-Original Message-
From: Larry Brown [mailto:[EMAIL PROTECTED]
Sent: 04 January 2004 16:58
To: Tarrant Costelloe; PHP List
Subject: RE: [PHP] PHP, Server-Side?
You can create a soap server. I have one se
You can create a soap server. I have one set up, the client side runs a
function which is translated into xml sent to the other server (in my case
over ssl) the other server translates to php, executes the function and
returns the results. You create the actual code for the function on the
server
php-general,
I was wondering if it is possible with PHP to create a snippet of code
which could execute on one server but be stored of a different server?
Basic premise is to sell a product written in PHP which people could
include on their site but not be able to edit or see the code, maybe by
u
On Sat, 2004-01-03 at 21:59, Ryan A wrote:
> Hi guys,
> I am trying to install Turck MMCache on our server but have no idea about
> linux...I have gone through all the steps a fellow list user (R'twick) gave
> me to install this, up till
>
> $PHP_PREFIX/bin/phpize
>
> when I type that it says: no
Hello All,
I would like to do that the session will expire after X minutes,
and the page at the client will expire after Y minutes.
How can I do that?
I understand that session_cache_limiter() function determines who can cache
the page:
- pulic:proxies and clients.
- private:clients.
Hello All,
I would like to do that the session will expire after X minutes,
and the page at the client will expire after Y minutes.
How can I do that?
I understand that session_cache_limiter() function determines who can cache
the page:
- pulic:proxies and clients.
- private:clients.
php-general Digest 4 Jan 2004 14:46:16 - Issue 2511
Topics (messages 173691 through 173706):
Re: PHP $_SESSION Expiring in IE
173691 by: Kirk Babb
173692 by: Tarrant Costelloe
173694 by: Al
173702 by: Kirk Babb
How to do this? 6 lines of code...Parse error
Install php*-devel package for your distribution. I'm sure there is a
x-window application in your distribution that will help you in the
future, or use rpmfind.net to search for the filename you are missing.
Ryan A wrote:
Hi guys,
I am trying to install Turck MMCache on our server but have no i
On Saturday 03 January 2004 10:37 pm, Shawn McKenzie wrote:
> I searched the archives and Google but couldn't find a solution.
>
> I would like to know if there is a good server independent method method
> for optimizing URLs that contain GET queries for search engines. Server
> URL rewriting (i.e
27 matches
Mail list logo