[PHP-DB] Re: [PHP] A prepared statements question

2009-07-11 Thread Daniel Brown
[Redirected to PHP-DB: php...@lists.php.net] On Sun, Jul 12, 2009 at 00:31, Jason Carson wrote: > Hello everyone, > > I am having a problem getting my prepared statements working. Here is my > setup... > >    index.php -> authenticate.php -> admin.php > > 1)index.php has a login form on it so

Re: [PHP-DB] Checking Special Characters

2009-07-11 Thread Daniel Brown
On Sat, Jul 11, 2009 at 02:41, Manu Gupta wrote: > Dear All, > I have to design a databse where I need to check for date > using date as datatype in mysql I am having problems while inserting it > > Can you help me with it?? Google. > Also I am having problems with eregi(), erege(); This

Re: [PHP-DB] resize 10 upload image

2009-07-11 Thread Yves Sucaet
I agree with using ImageMagick. It works much faster than GD and you'll be able to manipulate much larger images. - Original Message - From: "Phpster" To: "Emiliano Boragina" Cc: Sent: Saturday, July 11, 2009 9:13 AM Subject: Re: [PHP-DB] resize 10 upload image On Jul 10, 2009

Re: [PHP-DB] resize 10 upload image

2009-07-11 Thread Phpster
On Jul 10, 2009, at 10:18 PM, "Emiliano Boragina" > wrote: Hi again… How do I do to resize more than one image when I upload using php and not any library like the “gd” I have this: $folder="../products"; copy($_FILES['5']['tmp_name'],$folder.'/'.$_FILES['5']['name']); $picture5=$

RE: [PHP-DB] mysql_insert_id() and JOIN

2009-07-11 Thread Emiliano Boragina
> Hi again. > > I dont understand how to use this two. > > I read php.net and other sites, but dont understand... http://dev.mysql.com/doc/ Available in the major languages, pick your filter and start reading. Having documentation in your own language may help a lot towards understanding. > I

[PHP-DB] Form-element for selecting data

2009-07-11 Thread Erik Pasman
Hello, I am looking for a Form-element for selecting data from one collection to another. You can see it as 2 multi-select boxes where you can move selected items from left to right or vice versa (Select 1 item select all, unselect 1 item, unselect all). Does anyone know some scripts that c

[PHP-DB] Arild Skår er ikke til stede på kontoret.

2009-07-11 Thread arild . skar
Jeg er borte fra og med 10.07.2009 og får ikke lest e-posten før jeg er tilbake 10.08.2009. Jeg vil svare deg så snart jeg kan, etter at jeg er tilbake. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] mysql_insert_id() and JOIN

2009-07-11 Thread Niel Archer
> Hi again… > > I dont understand how to use this two… > > I read php.net and other sites, but dont understand... http://dev.mysql.com/doc/ Available in the major languages, pick your filter and start reading. Having documentation in your own language may help a lot towards understanding. > I h