php-general Digest 16 Jul 2006 02:53:26 -0000 Issue 4242

2006-07-15 Thread php-general-digest-help
php-general Digest 16 Jul 2006 02:53:26 - Issue 4242 Topics (messages 239508 through 239511): php-head-shrink WAS: Re: [PHP] Zend Studio, phpMyAdmin, and mysql.sock 239508 by: Paul Scott Re: Zend Studio, phpMyAdmin, and mysql.sock 239509 by: tedd strange behavior

Re: [PHP] Zend Studio, phpMyAdmin, and mysql.sock

2006-07-15 Thread Dave M G
PHP List, My apologies to any and all that I may have offended for bringing up Zend specific issues here. I understand that PHP is developed by a huge community of developers whose efforts I appreciate very much. By stating that Zend is the company where PHP originates, I was not trying to

Re: [PHP] Zend Studio, phpMyAdmin, and mysql.sock

2006-07-15 Thread Dave M G
PHP List, As was suggested on this list by Paul and Richard, I've resolved the Zend studio/MySQL socket issue by creating a symbolic link from /tmp/mysql.socl to /var/run/mysqld/mysqld.sock. ( ln -s /var/run/mysqld/mysql.sock /tmp/mysql.sock ) But, clearly in my earlier attempts to find a

Re: [PHP] Zend Studio, phpMyAdmin, and mysql.sock

2006-07-15 Thread Kevin Waterson
This one time, at band camp, Dave M G [EMAIL PROTECTED] wrote: Please understand that I was *hoping* for advice here, as Zend and PHP are surely highly correlated. But I apologize if I came across as if I *expected* answers. You raise an interesting point. Whilst PHP uses the Zend Engine

Re: [PHP] PAGE TURNED BECOME SOURCE CODE VIEW..

2006-07-15 Thread BBC
On Sun, July 9, 2006 12:00 pm, BBC wrote: Hi list... Thank for answering my questions before. I love to be a member of this list. Guys... I got another problem with GD library v2. I don't know why every time the script run the syntax which uses GD, the page turned becomes source

Re: [PHP] Image submit with mouse over

2006-07-15 Thread Stut
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Skip Evans wrote: Brand new to the list, so here's my question. I am implementing a bunch of Dreamweaver templates a designer has built into a PHP app, and one thing she did is create a submit button (image) that uses mouse over JS: a

Re: [PHP] Zend Studio, phpMyAdmin, and mysql.sock

2006-07-15 Thread Jochem Maas
Kevin Waterson wrote: This one time, at band camp, Dave M G [EMAIL PROTECTED] wrote: Please understand that I was *hoping* for advice here, as Zend and PHP are surely highly correlated. But I apologize if I came across as if I *expected* answers. You raise an interesting point. Whilst

[PHP] php-head-shrink WAS: Re: [PHP] Zend Studio, phpMyAdmin, and mysql.sock

2006-07-15 Thread Paul Scott
--=neXtPaRt_1152981398 Content-Type: text/plain Content-Transfer-Encoding: 7bit My IBM laptop and I are having relationship issues... --Paul --=neXtPaRt_1152981398 Content-Type: text/plain; All Email originating from UWC is covered by disclaimer

Re: [PHP] Zend Studio, phpMyAdmin, and mysql.sock

2006-07-15 Thread tedd
At 5:05 PM +1000 7/15/06, Kevin Waterson wrote: This one time, at band camp, Dave M G [EMAIL PROTECTED] wrote: Please understand that I was *hoping* for advice here, as Zend and PHP are surely highly correlated. But I apologize if I came across as if I *expected* answers. You raise an

[PHP] strange behavior

2006-07-15 Thread jekillen
Hello: I have a directory on a server that has php code that creates and writes to directories as such; /tiles_.*/. Each directory with a matching name has graphics files written to it. i'm trying to write a script the will eliminate the graphics files and the directories they are in

Re: [PHP] strange behavior

2006-07-15 Thread Richard Lynch
$i only has the name of the FILE in it, not the whole path. You need to provide the full path to unlink() to make this work right. In theory, you could manage to provide just the relative path from the current working directory, but, honestly, 99% of the time, a FULL PATH is just easier to

Re: [PHP] Zend Studio, phpMyAdmin, and mysql.sock

2006-07-15 Thread Richard Lynch
On Sat, July 15, 2006 2:05 am, Kevin Waterson wrote: Being that these products are commercial in nature, should not they be supporting thier own products, rather than relying on the good will of the open source/PHP folks for tech support? If we should support Zend products, why not other

Re: [PHP] GD to database directly

2006-07-15 Thread Richard Lynch
On Fri, July 14, 2006 9:52 pm, Kevin Waterson wrote: I'm more concerned about the disaster recovery of a DB from a crashed hard drive, which has been cluttered up with binary data, making data recovery. One of the greatest benifits of binary DB storage is a single point of back up