Re: [PHP-DB] Re: Subject: file upload into mySQL

2003-12-26 Thread Hiro
I am rewrite code again and success to upload into server. But I do not think I can upload filer into mySQL. I still can not get whether my SQL, marked on red, is correct or not. I would like to insert binary file into b_col blob filed. Please see my code: if (isset($_FILES['UploadedFile

RE: [PHP-DB] Dilemma (PDA based solution??)

2003-12-26 Thread Neil Smth
Try these, the techniques are pretty much the same for all platforms (Pass a SOAP message which requests a method to be run on the remote server) : Maybe look on the PEAR site for PEAR::SOAP as well ? http://www.xmethods.com/ve2/ViewListing.po?serviceid=2 http://www.onlamp.com/pub/a/php/2003/07/

[PHP-DB] Re: Subject: file upload into mySQL

2003-12-26 Thread Neil Smth
Something is wrong with your query : Imagine - you are sending a file to MySQL from the $_FILES array. And I think , that the syntax is wrong (it should be files["filename"]["tmp_name"] cause this is a temporary file). Also it is likely that MySQL does not have permissions to access the tempora

[PHP-DB] Re:Dilemma (PDA based solution??)

2003-12-26 Thread Neil Smth
You haven't specified the operating environment of the PDA (WinCE ? Linux ? ) or what it supports. Certainly I wouldn't bother setting up a *server* environment on a PDA ! Without any specific examples of the technology / techniques you are trying to expose though, its difficult to advise :

Re: [PHP-DB] Dilemma (PDA based solution??)

2003-12-26 Thread Muhammed Mamedov
try XHTML or simply do some WAP around it will be the easiest thing... from PDA, in a WAP browser, you will just send needed requests to your current system or maybe you'd like to use J2ME? I am experienced in this this - J2ME rulez 'em all :) Regards, Muhammed Mamedov - Original Message ---

[PHP-DB] Dilemma (PDA based solution??)

2003-12-26 Thread Robert Sossomon
OK folks, I've been working on a quote system for a while and now the boss has added a new twist. He wants to be able to hook a PDA up to it, push a single button, and the system transmit and receive data including: New prices, customers, data, etc... I figure I am going to have to run some MySQ

Re: [PHP-DB] PHP Error or installation problem?

2003-12-26 Thread Muhammed Mamedov
Try to edit php.ini file. There you specify the path of MySQL. After you ugraded that path maybe changed, maybe this is the cause of the problem. Regards, Muhammed Mamedov turkmenweb.com - Original Message - From: "Chris Payne" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, D