Developing on a Windows server to be deployed on Linux. I get "SMTP
server response: 501 Bad address syntax." Here's my code:
$mail_from = 'My Name <[EMAIL PROTECTED]>';
$mail_server = 'mail.servername.com'; // This is hosted externally
ini_set("SMTP", $mail_server);
ini_set("sendmail_from",
en('<a href="http://www.mysite.com/tool.php?z=">http://www.mysite.com/tool.php?z=</a>'+
myForm.z.value+'&loc='+location.href,'','toolbar=0,location=0,directorie
s=0,status=0,me
nubar=0,scrollbars=0,resizable=yes,height=400,width=400
Thanks very much to everyone for all the suggestions. I tried them all,
and even the most minimal stripped down attempt:
mail('[EMAIL PROTECTED]','Test','Test');
fails with a 501 error, "Bad address syntax." This is on a Windows box.
Anything else I can try? Is it possible that there is some i
On Aug 6, 2004, at 8:35 AM, Nicklas Bondesson wrote:
Do you know what SMTP software they are running on the mailserver?
Just whatever IIS uses by default on my Windows box...
- Brian
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Turns out I was doing one of these in my config file:
ini_set("sendmail_from", 'First Last <[EMAIL PROTECTED]>');
And there's that Windows-unfriendly format again. Thanks much to all
who showed me what to look for! :) :)
- Brian
--
PHP General Mailin
with one query instead of
five?
thanks a bunch in advance,
brian
code:
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
e) = mysql_fetch_array($result2);
do i need to do a while loop and create an array or something?
thanks again.
brian
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
yTable GROUP BY thisThing
HAVING myTotal < x
Just say
SELECT * FROM Table WHERE Table.a + Table.b + Table.c < x
That should work, and it will be faster than using a HAVING clause.
Brian
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ine of what the finished
array should look like, I can help you with some code ideas.
Brian
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
{
$subtree = array();
while ($row = mysql_fetch_assoc($result)) {
$node = array();
$node['name'] = $row['name'];
$element = build_subtree($row['id']);
if ($element !== NULL)
$node['ele
t;
...and from phpcollab.com:
"You should ask your hosting provider to install those for you, probably
they will do without much problem. Or, if they don't want to, you should
consider choosing another provider."
If it is an issue, does anyone know of a hosting provider that allows
Thanks, both John and Jay. I will take a look at both those sites.
Regards,
-Brian Anderson
From: "John Nichel" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 10, 2004 9:50 AM
Subject: Re: [PHP] hosting provider won't enable ftp_connect()
>
Hey all,
Thanks all for the good reference links. I will see what they offer. Bummed
if I have to switch hosts, because I have been happy with Godaddy in
general.
:)
-Brian
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
cal
since it's dynamic. I'll get a lot of orders from one IP address for a
few hours, but then the address changes.
I wonder if anyone has any experience with this, and if so, can you
suggest a way to deal with it?
- Brian
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe,
Thanks to all of you for your suggestions. Yes I have been logging IP
address in my orders database.
I think I may have solved it by an even simpler method: I emailed the
perpetrator to "thank him for all of his orders" to see what he'd say.
His first few orders came with real email addresses,
On Aug 16, 2004, at 10:07 AM, Ed Lazor wrote:
Geesh, this sounds scary. Are you requiring account login before
processing
payments?
Not on this store, it's a really competitive market.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Does anyone know of a class or technology that can convert an EPS
document in memory to an outputtable PDF? GD? ImageMagick?
Thanks,
- Brian
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
o be true. I've never seen anything like this on
my own credit card statements, and I can't imagine that Amazon, et. al.
have this problem, though they follow our same business process. Can
anyone shed any light on this?
- Brian
--
PHP General Mailing List (http://www.php.net/)
To
not clear to me: does anybody know which of Linkpoint's "ordertypes"
these would be? Would the first be PREAUTH and the second be POSTAUTH?
Many thanks,
- Brian
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
as TICKET.
Nicely done, Linkpoint. Thanks to all for the help. :)
- Brian
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Solved. As suggested, the tech guy at EFS was on paint. The first
transaction should be an AUTH, and the second transaction should be
PRIOR_AUTH_CAPTURE, not just CAPTURE.
Thanks everyone for confirming there was no way what the guy said could
be true... :)
--
PHP General Mailing List (http:/
The plot thickens. I added AVS *and* CVM to the site - and the Amex
orders are still going through. Amex ignores CVM, and the address was
correct, so the thieves must have gotten ahold of printed statements
that show the billing address. Any idea how to combat THAT? They are
using fake IP addre
only one fake Amex order has gone
through. This may be as good as I can get it without resorting to user
accounts, etc.
- Brian
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ml' "
Is there someplace that the php class file can be downloaded from and
manually installed? Anybody know?
-Brian
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
is not creating the results array that
it's supposed to. I am properly including the lphp.php file, and I've
verified that curl is turned on. Anyone have a clue, or is there any
more info I need to provide?
TIA,
- Brian
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
get wise and change patterns
again.)
Many thanks,
- Brian
PS - If anyone wants an update: the orders stopped for a while but
started up this weekend with a vengeance. Now they are coming with
valid address verification AND card validation numbers! Pretty darn
good, whoever's doing it. O
. Works fine in production. It sounds like it should be
correctible by editing something in php.ini but nothing jumps out at
me...
- Brian
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
It seems the problem is that port 1129 is blocked somewhere, which lphp
needs to communicate with Cardservice. Sorry for the noise, hope this
is helpful to someone else. :)
- Brian
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
posed to a SQL list, I'd appreciate a
recommendation to a good one. I couldn't find one via STFW that had any
kind of volume.
- Brian
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Thanks Pablo - but it's more complicated than that. I'm trying to
return totals for all calendar months, not all records within the past
month. I'll word my question better and post it to one of your
suggested lists. :)
On Sep 10, 2004, at 4:27 PM, Pablo Gosse wrote:
Brian D
Amazing - that did it, first try! THANKS. I knew it had to be simple.
SQL rocks.
- Brian
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ame, ":") Or InStr(filename, """") Or InStr(filename, "'")) Then
messages = "Bad filename"
filename = ""
WhichAction = 0
End If
-Brian
Thanks! And, *wow* yes I just did try php2asp. Pretty good translation,
although a few things need adjusting, it seems to do a remarkable job. I'll
definitely have to play with it some more.
:)
-Brian
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.ph
new domain. This works on my development server and on another domain,
but it's not working here (just dumps them to the login page on the
secure domain). Any suggestions?
- Brian
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
looking for the position of one of the in-between needles, so that I
can use substr() to trim everything from there on. What very obvious
function was I unable to find in the manual?
Thanks,
- Brian
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
o I'm looking for a function that will return the value 19,
given the above example string.
- Brian
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I don't understand why explode won't work for you.
The explode solution is working. Thanks very much to everyone who
replied with so much great information!
- Brian
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ential
pitfall?
TIA,
- Brian
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
e]: Argument is not an string
in c:\Inetpub\wwwroot\palms\htdocs\bookmarks.php on line 5
Any suggestions on how I can do this without throwing notices? I'm
aware that I can turn notices off but I like them kept on to help me
with debugging.
- Brian
--
PHP General Mailing List (http://w
Well can it?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
It's the function I need most and it's not available on Windows, and
unfortunately that's what the client uses. Any suggestions for a
workaround?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I'm using a PHP cron job to constantly download files from a remote
server. Client and server both have abundant unused bandwidth, and the
sysads have already eliminated switches, interface cards, etc. as the
source of the slowdown. I'm looking at the script to see why file
downloads are ta
I'm open to something like that - we're in the middle of the holiday
crunch and can't afford any downtime, so a significant change is out
of the question. This is part of much larger and more involved
scripting, so it would need to be a plug-n-play replacement and also
be able to return inf
IIS, Windows PHP 5.2.6, and unfortunately the downloads are https.
On Dec 2, 2008, at 12:32 PM, Nathan Rixham wrote:
what's the server running? iis/apache, win/linux version of php (as
accurate as you can) oh and via http or https/ssl?
--
PHP General Mailing List (http://www.php.net/)
To uns
I've spent most of the last week trying to get ImageMagick working on
my Windows PHP installation. I gather that since I'm going to be
converting PDFs to JPEGs, I need Ghostscript.
Well, I've got ImageMagick installed: http://printhq2.com/info.php
I ran a Ghostscript installer, but it didn't
Hi - I have a file upload that returns no error, but the file does not
appear on the server. Here is the result of $_FILES:
Array (
[f] => Array (
[name] => Elephants.pdf
[type] => application/pdf
[tmp_name] => C:\WINDOWS\Temp\php3133.tmp
The one thing I was doing was:
move_uploaded_file($_FILES['upload_file']['tmp_name'], $new_path);
but nothing was happening, no new file appearing where it was supposed
to, and no error returned, left me scratching my head. (Later the same
script logs the upload to MySQL using data from $_FIL
Here's a weird thing. I have a new Redhat machine, with PHP 5.2.6 and
IM 6.4.8. The following works beautifully on the command line:
convert original.pdf new.jpg
But from PHP, it only works beautifully if I specify complete
pathnames for convert, the original file, and the new file (that's O
My typo skipping the '/html/' in the pathname, the paths are correct
in my actual code.
On Dec 31, 2008, at 3:24 PM, Brian Dunning wrote:
/var/www/html/original.pdf /var/www/html/new.jpg
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Interesting. When I try this, $return_output gives an empty array, and
$return_code gives 1.
On Dec 31, 2008, at 3:38 PM, chris smith wrote:
Try using exec() so you get the whole return message, might be
something useful in there.
exec($command_line, $return_output, $return_code);
--
PH
OMG. I had not set the permissions properly on the destination
directory. It works now.
Sorry for wasting the list's time, and thanks to Chris for your help.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I use Apple Mail, and subscribe to many lists but PHP-General is the
only one I have this problem with. People tell me that my replies are
not properly threaded to the original post. When I hit Reply or Reply
All in Mail, it wants to reply directly to the poster, and only CC's
the list. So
I have one server that's pretty busy and runs into "Too many
connections" from MySQL from time to time, and needs to have MySQL
restarted to clear it up.
I've tried everything I can think of to have PHP take note of this
error but continue executing with other stuff, but no matter what I
I'm trying a stripped down test just to try to get this work. I have a
valid jpeg on disk:
3.jpg<- 3316x2220, 3.6 MB
And am trying either of the following:
// This does nothing at all
imagejpeg('3.jpg');
// This displays "failed"
$im = imagecreatefromjpeg('3.jpg');
if(!$im) echo 'failed'
Same thing, no output at all. I can access the image directly in my
browser and it's fine.
On Jan 9, 2009, at 7:52 AM, Zechim wrote:
try,
header('Content-type: image/jpeg');
$image = imagecreatefromjpeg($your_file);
imagejpeg($image,"", 100);
imagedestroy($image);
zechim
--
PHP
Anyone know how to convert CMYK values to RGB values? I'm just trying
to translate the numbers from one to the other, not actually do any
graphic stuff. Thanks.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I think your short answer is the right one. This explains why I didn't
find that cmyk_to_rgb() function on php.net. Thanks... :-(
On Jan 9, 2009, at 3:14 PM, c...@l-i-e.com wrote:
Short Answer:
You can't.
:-)
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: ht
I'm going crazy, can't quite get this encoding to work. I've tried all
the various combinations, trying to send this block $xml (which is a
simple string variable) via post along with 3 other params:
$postArgs = http_build_query(array('method'=>'newPrintRequest',
'login'=>$login, 'password'
Just realized I didn't happen to mention the problem. :-)
The server is not seeing any of my posted fields. It's returning a
properly-formatted XML response that says I did not submit the
required fields. Unfortunately the server is a black box, but lots of
other partners use it every day
This line is the key. WITH the line, I get a properly formatted XML
response from the server, telling me that I did not send any valid
post fields. WITHOUT the line, all I get back from the server is a '1'
and their tech reports that no valid call was received from me.
On Feb 11, 2009, at
look at
my code, it clearly is.
On Feb 11, 2009, at 5:08 PM, Stuart wrote:
2009/2/12 Brian Dunning :
This line is the key. WITH the line, I get a properly formatted XML
response
from the server, telling me that I did not send any valid post
fields.
WITHOUT the line, all I get back from the
I need probably no more than an hour of two of help from someone
better than me at PHP, but have money sitting here ready to pay you.
My project is way behind schedule and I'm burning too much time and
making no progress trying to solve two problems.
(1) Submitting some XML to a web service
Is there a cheaper alternative to Guard/Optimizer? I have a single
small PHP file that is part of a larger solution I sell, and I want it
to be protected - and it has to be a runtime so it will run on
anyone's standard PHP server. Zend's $600 was a little bit of sticker
shock. Any alternati
my users to have to know anything or do anything special (they are
business people, not developers or server admins).
On Feb 16, 2009, at 9:10 AM, Brian Dunning wrote:
Is there a cheaper alternative to Guard/Optimizer? I have a single
small PHP file that is part of a larger solution I sell,
And an equally important question: How do you prevent your servers
from showing up in searches like this?
On Feb 16, 2009, at 7:51 AM, Lewis Wright wrote:
This may be a little more accurate:
http://www.domaintools.com/reverse-ip/
--
PHP General Mailing List (http://www.php.net/)
To unsub
sharing experience and perhaps shedding some light on
this issue?
What is the best solution in real life dealing with huge amounts of mail?
PHP mail() vs. some class using SMTP or binary sendmail (or wrapper)?
All insights would be appriciated.
Best regards.
Brian
>
> What about 10,000?
>
I haven't been able to send out more than 6000 at most. It is proberly
caused by a limit set in Postfix as you wrote.
l,
Hotmail, different ISP's etc) have received the mail directly in the inbox,
except for Hotmail (typical) that puts the mail in the Junk box, but atleast
it gets through!
I have found this solution rather simple and very easy to maintain.
Best regards.
2009/3/6 Brian Hansen
> Hi.
>
>
Howdy all - We have a production server that runs our script fine.
We're setting up a test server, and this particular script returns a
length of zero:
$ctx = stream_context_create(array('http' => array('timeout' =>
1200))); // 20 minutes per file
$contents = file_get_contents($full_url, 0
Running on Windows... I have a network share, \\sharename\foldername,
and I want to write a file. How do I format the pathname with fopen()
for this?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
the directory. Thanks.
On Jun 15, 2009, at 1:39 PM, Brian Dunning wrote:
Running on Windows... I have a network share, \\sharename
\foldername, and I want to write a file. How do I format the
pathname with fopen() for this?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
So I've added a product to my online store that's in .DMG format. Most
of the other files are ZIP or PDF. When someone completes a purchase,
it downloads the file to them, and this works great:
header('Content-Type: application/octet-stream');
header('Content-Disposition: attachment; filename
Don't think so, only when I download via the PHP code I posted:
On Jun 16, 2009, at 10:40 AM, Brian Dunning wrote:
If you do a direct download, it mounts on the desktop perfectly,
and there's all the stuff inside.
--
PHP General Mailing List (http://www.php.net/)
To unsubscr
Good idea, thanks. :-)
On Jun 16, 2009, at 12:30 PM, Shawn McKenzie wrote:
Use livehttpheaders or some other header capture utility and see what
the difference in the headers are between the dl from the PHP page and
direct download.
--
PHP General Mailing List (http://www.php.net/)
To uns
Hey all --
A couple of weeks ago my online stores, on a machine I host at
Rackspace, stopped delivering files that people purchase. I've used
this for years, and it's always worked perfectly with all filetypes:
header('Content-Type: application/octet-stream');
header('Content-Disposition: a
Very interesting. Excellent debugging advice. It's giving me a 500
error, probably why the Rackspace techs told me to check my code:
HTTP/1.0 500 Internal Server Error
Date: Sat, 08 Aug 2009 00:01:10 GMT
Server: Apache/2.0.52 (Red Hat)
X-Powered-By: PHP/5.2.10
Content-Disposition: attachment; f
Correct, the files on the server have not changed either, and have
been working fine for a long time. No funny characters.
On Aug 7, 2009, at 4:59 PM, Adam Randall wrote:
Sorry for replying to myself, but the files themselves only contain
US-ASCII characters, and no quotes, correct? Having ex
A Rackspace guy determined that php.ini was set to use 16MB of memory,
and he upped it to 32MB, and now everything works. Some of my
downloads are as large as 41MB so I asked him to up it to 48MB.
Maybe they upgraded the PHP version or something and wiped this
setting. The 41MB files had al
I have a "new SimpleXMLElement()" that is occasionally throwing:
'Exception: String could not be parsed as XML'
Will this catch it when it happens, or am I missing something?
function domyfunction() {
// This does some stuff to exit the script gracefully
}
try {
$xmlobject = new
Let's say I have a complicated PDF document, like a Christmas card,
that was made in Illustrator -- too complicated to easily create from
scratch using PDFlib. Is there a way to use PHP make simple text
changes - like changing "Dear XXX" to "Dear John"? I've opened the
files with a text edi
Interesting, that's a good idea. I was not aware that it was possible
to load an existing PDF into memory and then add stuff to it.
On Dec 27, 2006, at 7:28 AM, tedd wrote:
At 6:32 AM -0800 12/27/06, Brian Dunning wrote:
Let's say I have a complicated PDF document, like a Christ
I want to make sure that a jpg uploaded by the user is unique. I was
thinking about storing a hash code for each image in its MySQL record
(got a db record for each uploaded image already). Is there an easy
way to generate such a string?
--
PHP General Mailing List (http://www.php.net/)
To
I have a few scripts that I want to protect from the prying eyes of
even people with root access to my server. The best suggestion I've
heard is to store only the compiled version on the server itself. I
have no idea how to do this or how those scripts would be called. Can
anyone point me t
I have eAccelerator on my server. I want to use Zend Guard. Anyone
know if I'll need to lose eAccelerator and switch to Zend Optimizer?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I host at Rackspace, and one thing that their monitoring service does
NOT catch is a problem when too many connections hit MySQL, and for
some reason it remains hung up until the service is manually
restarted. In the meantime, this is happening to us once or twice a
month. It gets hammered
Hey is anyone using the pfpro extension, or is their XMLPay the newer
and groovier option? Any opinions appreciated.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
If I do this:
ini_set('upload_max_filesize', 30720);
echo ini_get('upload_max_filesize');
it returns 2M. Why is it not accepting the ini_set? The server is
Windows, PHP 5.2.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ly be set in php.ini or httpd.conf. This means
that, unfortunately, even if your system uses Apache on Windows and
the host allows .htaccess overrides, you still can't set it using
php_flags.
On 4/17/07, Brian Dunning <[EMAIL PROTECTED]> wrote:
If I do this:
ini_set('upload
I got everything configured on my server and uploads working great,
max_input_time=3600, upload_max_filesize=30M, post_max_size=30M, and
anything I upload up to 30M works great on Safari. IE7 and Firefox
choke, returning broser-generated "page not found, connection reset"
if the file is big
We finally got it resolved by editing php.ini. This was classic: A
clueless office assistant did it, talked through step-by-step over a
cell phone, while an armed security guard accompanied her into their
server room.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit:
,
Brian
-Original Message-
From: Philip Thompson [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 19, 2007 10:28 AM
To: php General List
Subject: [PHP] PHP & Text Messaging
Hi. I have attempted to look at the archives for this, but keep
getting redirected back to the main PHP site wh
I am in charge of an email newsletter list and making sure it gets sent
out in time. My problem is I have never done broadcast emailing and
right now we have 400 subscribers but want to build a system that can
scale well regardless of the number of subscribers. Right now I use
mysql to store th
I thought about doing a batch email, is that an accepted practice, also
how do I find my smtp server limit?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
seems the change is not taking effect. What happens
is I use the sudo chown command and it shows that I am the owner. I have
a script that creates a file when I go to the page and it creates a file
and has www-data as the owner, not me. What am I doing wrong?
Thanks,
Brian
--
PHP General
I have a script which uploads csv data into a database. This works well
and has worked in every instance so far. However what I am noticing is
that today, even if I escape the data before putting it into mysql it
will not enter a line if it has a single quote, once I take out the
single quote i
Brian Hazelton wrote:
I have a script which uploads csv data into a database. This works
well and has worked in every instance so far. However what I am
noticing is that today, even if I escape the data before putting it
into mysql it will not enter a line if it has a single quote, once I
Brian Hazelton wrote:
Brian Hazelton wrote:
I have a script which uploads csv data into a database. This works
well and has worked in every instance so far. However what I am
noticing is that today, even if I escape the data before putting it
into mysql it will not enter a line if it has a
I wrote some cookies for a whole bunch of site admins, but failed to
set the path, so all the cookies are set to '/admin', which is not
going to work for everything they need to do. They are also too long,
set for 6 months.
I need to correct both issues, so I changed it to write cookies to
No, I'm talking about cookies, thus the references to pathnames and
expirations.
On Oct 27, 2009, at 10:56 AM, Ashley Sheridan wrote:
Cookies are client-side. Do you mean session files?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
My guess is that it is some sort of spam.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
801 - 900 of 1718 matches
Mail list logo