Re: [PHP-WIN] PECL extension Install Questions . - Re: [PHP-WIN] Fatle Error: FILTER_VALIDATE_EMAIL

2007-06-11 Thread Elizabeth Smith
Mark Abrams wrote: Thank you Neil, MSVCR80.DLL is on my PC in C:\windows\system32 my path points to the file Also. I also read the doc on PECL and am lost as to how I would install this under the ApacheTraid system that I use for development. You're on windows - precompiled is the way

Re: [PHP-WIN] PECL extension Install Questions . - Re: [PHP-WIN] Fatle Error: FILTER_VALIDATE_EMAIL

2007-06-11 Thread Mark Abrams
Thank you Neil, MSVCR80.DLL is on my PC in C:\windows\system32 my path points to the file Also. I also read the doc on PECL and am lost as to how I would install this under the ApacheTraid system that I use for development. "Niel Archer" <[EMAIL PROTECTED]> wrote in message news:[EMAIL

Re: [PHP-WIN] PECL extension Install Questions . - Re: [PHP-WIN] Fatle Error: FILTER_VALIDATE_EMAIL

2007-06-11 Thread Niel Archer
Hi Mark > The Windows PHP install does not work on my XP Pro PC - > Recieved errors "The procedure entry point_encode_pointer > could not locate the dynamic link library MSVCR80.DLL I don't use the windows installer, so can't offer advice on it. However, MSVCR80.DLL, is Microsoft's Visual C+

[PHP-WIN] Re: Drag and Drop

2007-06-11 Thread zerof
Daniel Kaliel escreveu: I am trying to create a document store that will allow people to upload documents to a website by dragging and dropping them on a certain section of the webpage. Further, I would prefer that the documents be kept directly in the mySQL database as binaries. --

[PHP-WIN] PECL extension Install Questions . - Re: [PHP-WIN] Fatle Error: FILTER_VALIDATE_EMAIL

2007-06-11 Thread Mark Abrams
Thank you Neil, I am running PHP5 under ApacheTriad. The Windows PHP install does not work on my XP Pro PC - Recieved errors "The procedure entry point_encode_pointer could not locate the dynamic link library MSVCR80.DLL. (I checked the file and path settings - these are correct) So I downloa

[PHP-WIN] Re: Drag and Drop

2007-06-11 Thread Darren Whitlen
Daniel Kaliel wrote: I am trying to create a document store that will allow people to upload documents to a website by dragging and dropping them on a certain section of the webpage. Further, I would prefer that the documents be kept directly in the mySQL database as binaries. I have been t

Re: [PHP-WIN] Drag and Drop

2007-06-11 Thread Mikael Grön
JavaScript (Firefox only): http://straxus.javadevelopersjournal.com/creating_a_mozillafirefox_drag_and_drop_file_upload_script_p.htm Java: http://radinks.com/upload/plus/applet.php Google is My friend, at least. I think the one to go for is Java since it should work in all browsers. Users woul