Search found 5 matches

by johnedwards
Tue Feb 03, 2009 8:58 am
Forum: Installation and Configuration
Topic: Enabling php_pdo_mysql driver on Leopard
Replies: 1
Views: 1248

Re: Enabling php_pdo_mysql driver on Leopard

Well, casting caution to the wind I jumped in with both feet and compiled php from source following the tutorial at http://www.malisphoto.com/tips/php-on-os-x.html I don't think I realized what a slippery slope this could be and now I'm hip deep in trouble. Oh well, I'm sure I'll learn something her...
by johnedwards
Mon Feb 02, 2009 10:26 am
Forum: Installation and Configuration
Topic: Enabling php_pdo_mysql driver on Leopard
Replies: 1
Views: 1248

Enabling php_pdo_mysql driver on Leopard

Hi! I'm working on a Mac with Leopard OS. I need to have the php_pdo_mysql driver enabled and unfortunately the only pdo-drivers enabled with php that comes packaged with Leopard are sqlite2 and sqlite. How can I enable pdo_mysql? Do I need to compile php form source? I did find this tutorial for co...
by johnedwards
Mon Jan 19, 2009 4:43 pm
Forum: PHP - Code
Topic: Deleting Images From an Upload Folder
Replies: 6
Views: 584

Re: Deleting Images From an Upload Folder

Thank you Matt Thank you Briney I moved the unlink() calls to the section where 'I think' the database records are being deleted as seen on line 39 -40   <?php  include($_SERVER['DOCUMENT_ROOT'].'/andychaikin01/connections/conn_mysqli.inc.php');  include($_SERVER['DOCUMENT_ROOT'].'/andychaikin01/inc...
by johnedwards
Mon Jan 19, 2009 9:28 am
Forum: PHP - Code
Topic: Deleting Images From an Upload Folder
Replies: 6
Views: 584

Re: Deleting Images From an Upload Folder

The problem is that when the delete button is clicked the first time, the image in the upload folder is removed. After clicking delete initially, you are shunted to a confirmation page and given the option to continue with the delete, or abort. The cancel/abort button on the confirmation page is a t...
by johnedwards
Mon Jan 19, 2009 8:22 am
Forum: PHP - Code
Topic: Deleting Images From an Upload Folder
Replies: 6
Views: 584

Deleting Images From an Upload Folder

~pickle | Please use [ code=html ], [ code=php ], etc tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: :arrow: Posting Code in the Forums to learn how to do it too. Hi! I've been working with David Powers PHP Solutions to create a ...