Re: [PHP] PHP/AJAX File DragDrop

2007-11-30 Thread Stephen Edberg
On Sat, 1 Dec 2007, Andrei Verovski (aka MacGuru) wrote: Hi ! Anyone knows PHP/AJAX library which allows to get full path of file dropped into web browser's window area? It is required for document archiving system in order to avoid multiple (or to be more precise, almost endless) usage of

Re: [PHP] Generating sequence of AlphaNumber

2007-11-14 Thread Stephen Edberg
On Thu, 15 Nov 2007, Jeffery Fernandez wrote: Hi all, I am having trouble generating a sequence of numbers from the following start value: AX0001 what I have done so far is loop through each character and check if its a alphabet and separating the characters and digits. But when I

Re: [PHP] Creating thumbnails

2007-07-16 Thread Stephen Edberg
On Tue, 17 Jul 2007, Vanessa Vega wrote: Good day to all! I would like to ask for some help with creating automatically thumbnail pictures using PHP.. thanks in advance! Well, that's a pretty vague question. The more specific you are, the better answers you'll get. That being said, I'm

Re: [PHP] Open file on a Mounted Share on Mac OS X

2006-09-12 Thread Stephen Edberg
Is PHP configured to allow access to /Volumes directory? Check doc_root, open_basedir in your php.ini: http://us3.php.net/manual/en/ini.php steve On Tue, 12 Sep 2006, Rahul S. Johari wrote: I did exactly that... Used Terminal to find the correct path. Did pwd in terminal

Re: [PHP] Data validation at the db level

2006-09-07 Thread Stephen Edberg
On Thu, 7 Sep 2006, Chris W. Parker wrote: Hey everyone, Is there any work being done in the database world for data validation at the db level? It would be cool to just define a field as being an email address (of length nn) instead of saying a TEXT field (of length nn) and validating it

Re: [PHP] function list

2001-02-01 Thread Stephen Edberg
On Thu, 1 Feb 2001, Josh G wrote: http://www.php.net/quickref.php is probably the best you'll get. no descriptions, but it _is_ a list of all the functions. Gfunk - http://www.gfunk007.com/ See: http://zugeschaut-und-mitgebaut.de/php/ -steve - Original