[PHP] Re: How is this possible???? (addslashes)

2011-02-17 Thread Nisse Engström
On Thu, 17 Feb 2011 06:56:33 +0700, "Paul S" wrote: > Can anyone please tell me how the addslashes output ("note = Everyone''s a > card on the \earth") in the following example is possible. It is > "addslashes" output but this result is consistent with the output from > "post" when runtime is set:

Re: [PHP] Google Visualization Chart API

2011-02-17 Thread viraj
hi, the easiest way to convert a html (even with advance css styling) to pdf is http://code.google.com/p/wkhtmltopdf/ i guess. you may need, exec() function and bit of shell scripting. ~viraj On Fri, Feb 18, 2011 at 2:02 AM, Richard Quadling wrote: > On 17 February 2011 20:26, Ashley M. Kirchn

Re: [PHP] How is this possible???? (addslashes)

2011-02-17 Thread Paul S
On Thu, 17 Feb 2011 07:50:45 +0700, Daniel Brown wrote: No offense, but are you kidding me? The host disables phpinfo() for security reasons, but keeps 4.4.4 running? Talk about running, Paul run away from them. Fast. AND they have a condition (this reported) that could cause (

Re: [PHP] > 2gb file issues

2011-02-17 Thread Steve Staples
On Thu, 2011-02-17 at 15:36 -0600, Nicholas Kell wrote: > On Feb 17, 2011, at 3:29 PM, Steve Staples wrote: > > > Is there a workaround for 32bit systems wanting to use > > fopen() > > is_file() > > filesize() > > > > and i am sure there are others.. on files that are > 2gb? > > > > My developm

Re: [PHP] > 2gb file issues

2011-02-17 Thread Nicholas Kell
On Feb 17, 2011, at 3:29 PM, Steve Staples wrote: > Is there a workaround for 32bit systems wanting to use > fopen() > is_file() > filesize() > > and i am sure there are others.. on files that are > 2gb? > > My development box is win visat 64bit, and i dont have any issues, when > i ported it

[PHP] > 2gb file issues

2011-02-17 Thread Steve Staples
Is there a workaround for 32bit systems wanting to use fopen() is_file() filesize() and i am sure there are others.. on files that are > 2gb? My development box is win visat 64bit, and i dont have any issues, when i ported it to my test live server, it is running 5.2.8 32bit, and it is not readi

Re: [PHP] Google Visualization Chart API

2011-02-17 Thread Richard Quadling
On 17 February 2011 20:26, Ashley M. Kirchner wrote: >> So. Easy peasy. > >        Not exactly.  Those examples are not from the Visualization API - it's > two different things.  The API is written so that one does not have to > generate those parameters individually and then pass them through P

RE: [PHP] Google Visualization Chart API

2011-02-17 Thread Ashley M. Kirchner
> So. Easy peasy. Not exactly. Those examples are not from the Visualization API - it's two different things. The API is written so that one does not have to generate those parameters individually and then pass them through POST/GET to Google. It's cleaner and faster to work with. T

Re: [PHP] Google Visualization Chart API

2011-02-17 Thread Richard Quadling
On 17 February 2011 19:13, Ashley M. Kirchner wrote: > >    I'm currently using Google Visualization API[1] to generate both > interactive and static charts for a client and they're viewing these > online[2].  However they now want to be able to download a PDF containing > the charts (static) in i

Re: [PHP] Google Visualization Chart API

2011-02-17 Thread Ashley M. Kirchner
On 2/17/2011 12:26 PM, Ashley Sheridan wrote: Googles API creates an image which you can save locally and insert into a PDF that you create with something like fpdf. There are plenty of functions in PHP which can be used for this, such as fread(), etc. That's the thing, I know it does, but

Re: [PHP] Google Visualization Chart API

2011-02-17 Thread Bastien Koert
On Thu, Feb 17, 2011 at 2:13 PM, Ashley M. Kirchner wrote: > >    I'm currently using Google Visualization API[1] to generate both > interactive and static charts for a client and they're viewing these > online[2].  However they now want to be able to download a PDF containing > the charts (static

[PHP] Google Visualization Chart API

2011-02-17 Thread Ashley M. Kirchner
I'm currently using Google Visualization API[1] to generate both interactive and static charts for a client and they're viewing these online[2]. However they now want to be able to download a PDF containing the charts (static) in it. Does anyone know of a way where I can take the same A

[PHP] Error handling a max license issue

2011-02-17 Thread Richard Sharp
Hello everyone, I am having the difficult time trying to figure out how to detract an max user license when my script tries to connect to our Pervasive database through an ODBC connector. I am looking for a way to ignore the error if one arise and continue on with the code. Here is what I

[PHP] Re: [PHP-DEV] PHP 5.3.6RC1 Released for Testing

2011-02-17 Thread Ferenc Kovacs
2011/2/17 Alexey Zakhlestin > > On 17.02.2011, at 16:17, Johannes Schlüter wrote: > > > The first release candidates of 5.3.6 was just released for testing and > > can be downloaded here: > > > > http://downloads.php.net/johannes/php-5.3.6RC1.tar.bz2 (md5sum: > > f78d7b47ddbfca42ebdfcdef2adfe859)

[PHP] Re: [PHP-DEV] PHP 5.3.6RC1 Released for Testing

2011-02-17 Thread Alexey Zakhlestin
On 17.02.2011, at 16:17, Johannes Schlüter wrote: > The first release candidates of 5.3.6 was just released for testing and > can be downloaded here: > > http://downloads.php.net/johannes/php-5.3.6RC1.tar.bz2 (md5sum: > f78d7b47ddbfca42ebdfcdef2adfe859) > > The windows binaries are available at

[PHP] Re: root of PHP found!

2011-02-17 Thread Jonesy
On Thu, 17 Feb 2011 08:33:16 -0500, Steve Staples wrote: > On Wed, 2011-02-16 at 19:04 -0500, Daniel Brown wrote: >> On Wed, Feb 16, 2011 at 18:15, Daevid Vincent wrote: >> > Aha! I am working for the company that was the root of PHP! >> > >> > http://www.panasonic.net/history/founder/chapter3/st

Re: [PHP] root of PHP found!

2011-02-17 Thread Steve Staples
On Wed, 2011-02-16 at 19:04 -0500, Daniel Brown wrote: > On Wed, Feb 16, 2011 at 18:15, Daevid Vincent wrote: > > Aha! I am working for the company that was the root of PHP! > > > > http://www.panasonic.net/history/founder/chapter3/story3-02.html > > > > ;-) > > I'm surprised you found that.

[PHP] PHP 5.3.6RC1 Released for Testing

2011-02-17 Thread Johannes Schlüter
The first release candidates of 5.3.6 was just released for testing and can be downloaded here: http://downloads.php.net/johannes/php-5.3.6RC1.tar.bz2 (md5sum: f78d7b47ddbfca42ebdfcdef2adfe859) The windows binaries are available at: http://windows.php.net/qa/ This is the first step in the releas