Re: [PHP-DB] SHOW PICTURE FROM DATABASE

2002-12-31 Thread nikos
I've done it allredy! It brings up a line of unknown characters - Original Message - From: John W. Holmes To: 'Nikos Gatsis' ; 'PHP-mailist' Sent: Tuesday, December 31, 2002 1:08 AM Subject: RE: [PHP-DB] SHOW PICTURE FROM DATABASE I have a php script that call binary

Re: [PHP-DB] PHP files and special characters language

2002-12-31 Thread Jason Wong
On Monday 30 December 2002 14:38, Ehab El Maraghy wrote: How can i make php files that are coming out of the server support Right to left direction languages like Arabic, Hebrew,Persian and Urdu.etc If you're asking what I think you're asking then it's an HTML question: html dir=rtl

[PHP-DB] Serve images from files, or db?

2002-12-31 Thread Paul Chvostek
Assuming an image isn't necessarily graphical (i.e. it could be a downloadable file of any type), what are the considerations with regard to serving binary data out of BLOBs versus recording filenames or URLs in a table and serving them up by reference? I've got two slightly different projects

[PHP-DB] form variables and session

2002-12-31 Thread Smita Manohar
hii all, im not able to acess value of form variables in session. page needs to refresh. register_globles if set to ON. pls help me out. regards, smita _ Add photos to your e-mail with MSN 8. Get 3 months FREE*.

Re: [PHP-DB] Serve images from files, or db?

2002-12-31 Thread Jason Wong
On Tuesday 31 December 2002 16:39, Paul Chvostek wrote: Assuming an image isn't necessarily graphical (i.e. it could be a downloadable file of any type), what are the considerations with regard to serving binary data out of BLOBs versus recording filenames or URLs in a table and serving them

[PHP-DB] Re: Question about rollback in mysql

2002-12-31 Thread A.J. Kruit
Arno Kruit wrote: I have php 4.2.3 and Mysql- Max 3.23.54b. If I use the rollback or Commit function it wil work until the scripts ends Is it possible to rollback or commit commands after the scripts ends with a another script? or is rollback only possible in the same script? A.J. Kruit I

[PHP-DB] Parameterised queries in Access

2002-12-31 Thread rblack
Hi All, I'm trying to run a parameterised query in MS Access using odbc_prepare and odbc_execute but to no avail. The error message I'm getting is: Warning: SQL error: [Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 1., SQL state 07001 in SQLExecute in c:

[PHP-DB] Re: Parameterised queries in Access

2002-12-31 Thread Manuel Lemos
Hello, On 12/31/2002 09:57 AM, [EMAIL PROTECTED] wrote: I'm trying to run a parameterised query in MS Access using odbc_prepare and odbc_execute but to no avail. The error message I'm getting is: Warning: SQL error: [Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 1., SQL

Re: [PHP-DB] SHOW PICTURE FROM DATABASE

2002-12-31 Thread Steve Cayford
On Tuesday, December 31, 2002, at 02:25 AM, nikos wrote: Steve   b. the _type is the type of the binary data. From the PHP manual read: $userfile_type - The mime type of the file if the browser provided this information. An example would be image/gif Ok, but it didn't look like you saved

RE: [PHP-DB] form variables and session

2002-12-31 Thread dufronte
Could you give me a complete scripts ??? --www.kapsul.org-- DuFronte -Original Message- From: Smita Manohar [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 31, 2002 3:56 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] form variables and session hii all, im not able to acess value