[PHP] session variables and SVG documents

2010-02-01 Thread Aurelie REYMUND
Hello, I have the following problem with the Adobe SVG viewer: I try to generate a SVG document using PHP. the following code is working well under Firefox, as well as IE with ASV: ?php header(Content-type: image/svg+xml); $graph_title = 'title'; print('?xml version=1.0 encoding=iso-8859-1

Re: [PHP] session variables and SVG documents

2010-02-01 Thread Ashley Sheridan
On Mon, 2010-02-01 at 11:37 +0100, Aurelie REYMUND wrote: Hello, I have the following problem with the Adobe SVG viewer: I try to generate a SVG document using PHP. the following code is working well under Firefox, as well as IE with ASV: ?php header(Content-type: image/svg+xml);

[PHP] magic_quotes_gpc on by default??

2010-02-01 Thread Rene Veerman
I've just wasted a few hours by trying to find a bug in my code that messed up my JSON-passed-on-$_GET. I'm using fopen() so please no nagging about putting JSON in $_POST.. I finally found the answer; in my distro's /etc/php5/apache2/php.ini, magic_quotes_gpc is ON. I'd like to know why, since

Re: [PHP] magic_quotes_gpc on by default??

2010-02-01 Thread Ashley Sheridan
On Mon, 2010-02-01 at 19:44 +0100, Rene Veerman wrote: I've just wasted a few hours by trying to find a bug in my code that messed up my JSON-passed-on-$_GET. I'm using fopen() so please no nagging about putting JSON in $_POST.. I finally found the answer; in my distro's

Re: [PHP] magic_quotes_gpc on by default??

2010-02-01 Thread Rene Veerman
itsa homeserver, so i recon it was ubuntu.. buncha lamers :) On Mon, Feb 1, 2010 at 7:51 PM, Ashley Sheridan a...@ashleysheridan.co.ukwrote: On Mon, 2010-02-01 at 19:44 +0100, Rene Veerman wrote: I've just wasted a few hours by trying to find a bug in my code that messed up my

[PHP] OpenID

2010-02-01 Thread Al
This is a bit off subject, but What is your opinion on OpenID? Are you using it? Is it worth the trouble? What php code applic, or did you code your own? Pear has an alpha release OpenID, anyone try or using it? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] Got a packet bigger than 'max_allowed_packet' bytes

2010-02-01 Thread saeed ahmed
i have write a script which search few element from a database. I use a text file as input. input file contains these kind of data clubhouseforkids.com cairouniversity.com 501c3nonprofit.com mrbling.com cellsocket.com this is the scripts for read the file data /**/ $file =

[PHP] Magento shopping cart

2010-02-01 Thread Skip Evans
Hey all, Anyone ever use the Magento shopping cart? Pluses, minuses, opinions? I have a client that is pretty adamant about using it, but I've found over just about any I've used I can do a better service to the client by writing them from scratch. It's easy and they always get exactly what

Re: [PHP] Magento shopping cart

2010-02-01 Thread Ashley Sheridan
On Mon, 2010-02-01 at 15:02 -0600, Skip Evans wrote: Hey all, Anyone ever use the Magento shopping cart? Pluses, minuses, opinions? I have a client that is pretty adamant about using it, but I've found over just about any I've used I can do a better service to the client by writing them

Re: [PHP] Magento shopping cart

2010-02-01 Thread Skip Evans
Ashley Sheridan wrote: Why spend ages reinventing the wheel? I've come across so many clients using third party carts who have been unhappy with the final results. I hear so often It does eighty percent of what we need, but we do things like this [insert idiosyncratic business practice

Re: [PHP] Magento shopping cart

2010-02-01 Thread Rene Veerman
Is the client not receptive to that explanation? On Mon, Feb 1, 2010 at 10:25 PM, Skip Evans s...@bigskypenguin.com wrote: Ashley Sheridan wrote: Why spend ages reinventing the wheel? I've come across so many clients using third party carts who have been unhappy with the final results. I

Re: [PHP] Got a packet bigger than 'max_allowed_packet' bytes

2010-02-01 Thread Rene Veerman
yea, try executing the sql statement set global max_allowed_packet = 500 * 1024 * 1024; from php?? (note; it sets it to 500mb) not sure if your mysql server will allow this. on shared hosting, you can expect they disabled the ability to change it from php.. On Mon, Feb 1, 2010 at 10:27 PM,

Re: [PHP] session variables and SVG documents

2010-02-01 Thread Ray Solomon
From: Aurelie REYMUND aurely...@gmail.com Sent: Monday, February 01, 2010 3:37 AM To: php-general@lists.php.net Subject: [PHP] session variables and SVG documents Hello, I have the following problem with the Adobe SVG viewer: I try to generate a SVG document using PHP. the following code is

Re: [PHP] Magento shopping cart

2010-02-01 Thread Nathan Nobbe
On Mon, Feb 1, 2010 at 2:25 PM, Skip Evans s...@bigskypenguin.com wrote: Ashley Sheridan wrote: Why spend ages reinventing the wheel? i whole heartedly agree. I've come across so many clients using third party carts who have been unhappy with the final results. I hear so often It does

Re: [PHP] Magento shopping cart

2010-02-01 Thread Skip Evans
I'm not totally opposed to using Magento, though I can see my comments, especially if it's what the client wants. I have been looking over the site and it does have a lot of features so I can see it saving some serious time, especially given the extras he wants. So Nathan, having used it,

Re: [PHP] Appalling Dreamweaver performance

2010-02-01 Thread clancy_1
On Mon, 01 Feb 2010 00:51:39 +, a...@ashleysheridan.co.uk (Ashley Sheridan) wrote: On Mon, 2010-02-01 at 11:28 +1100, clanc...@cybec.com.au wrote: . Don't use Dreamweaver then :p Joking aside (Dreamweaver is a very capable editor, although it is quite large for

[PHP] Re: OpenID

2010-02-01 Thread Nathan Rixham
Al wrote: This is a bit off subject, but What is your opinion on OpenID? openID foaf+ssl are the future without a doubt, openid is a step in the right direction; most important factor is giving every person a http identifier (URI); because then you can start linking data together.

Re: [PHP] Good source for sample data?

2010-02-01 Thread clancy_1
On Fri, 29 Jan 2010 15:08:49 -0800, br...@briandunning.com (Brian Dunning) wrote: Thanks for the suggestions but I couldn't find any that suited my needs, so I made my own. Feel free to download if you can use them, I made files with up to a million unique records. Name, Company, Address,

Re: [PHP] Magento shopping cart

2010-02-01 Thread Kim Madsen
Skip Evans wrote on 01/02/2010 22:02: Hey all, Anyone ever use the Magento shopping cart? Pluses, minuses, opinions? I have a client that is pretty adamant about using it, but I've found over just about any I've used I can do a better service to the client by writing them from scratch. It's

Re: [PHP] Magento shopping cart

2010-02-01 Thread Phpster
I hear good things about magento, neve used it though. Xcart stinks. I've had to hack that before. It was painful. Bastien Sent from my iPod On Feb 1, 2010, at 4:02 PM, Skip Evans s...@bigskypenguin.com wrote: Hey all, Anyone ever use the Magento shopping cart? Pluses, minuses,

Re: [PHP] Magento shopping cart

2010-02-01 Thread Jochem Maas
Op 2/1/10 10:02 PM, Skip Evans schreef: Hey all, Anyone ever use the Magento shopping cart? Pluses, minuses, opinions? I have a client that is pretty adamant about using it, but I've found over just about any I've used I can do a better service to the client by writing them from scratch.

Re: [PHP] Magento shopping cart

2010-02-01 Thread Nathan Nobbe
On Mon, Feb 1, 2010 at 3:22 PM, Skip Evans s...@bigskypenguin.com wrote: I'm not totally opposed to using Magento, though I can see my comments, especially if it's what the client wants. I have been looking over the site and it does have a lot of features so I can see it saving some serious

RE: [PHP] OpenID

2010-02-01 Thread Daevid Vincent
-Original Message- From: Al [mailto:n...@ridersite.org] Sent: Monday, February 01, 2010 12:09 PM To: php-general@lists.php.net Subject: [PHP] OpenID This is a bit off subject, but What is your opinion on OpenID? Failed gimick. Tried to resurface again about a year ago.

RE: [PHP] OpenID

2010-02-01 Thread Ashley Sheridan
On Mon, 2010-02-01 at 18:38 -0800, Daevid Vincent wrote: -Original Message- From: Al [mailto:n...@ridersite.org] Sent: Monday, February 01, 2010 12:09 PM To: php-general@lists.php.net Subject: [PHP] OpenID This is a bit off subject, but What is your opinion on

Re: [PHP] OpenID

2010-02-01 Thread Michael A. Peters
Daevid Vincent wrote: -Original Message- From: Al [mailto:n...@ridersite.org] Sent: Monday, February 01, 2010 12:09 PM To: php-general@lists.php.net Subject: [PHP] OpenID This is a bit off subject, but What is your opinion on OpenID? Failed gimick. Tried to resurface again