Re: [PHP] Help with inserting Flash into MySQL database

2002-09-04 Thread Mitja Stepan
I don't thin I understand that... :) Can you give me an example. Or if I understand correctly, I have to use "interface", a .swf file (caled with tags) and this .swf file have to get information (data form database) throught .php file...? -- Lp, Mitja "Mike Krisher" <[EMAIL PROTECTED]> wrote in

Re: [PHP] Help with inserting Flash into MySQL database

2002-09-03 Thread Mitja Stepan
Yes, but I'm reading .swf file from database That is why a used: header("Content-Disposition: inline; filename=" . $arraySomething['something_name'] ); You see, I thought that filename = ... told the name of the file... But I don't now if it does ... probably not ... but how can I solve thi

Re: [PHP] Help with inserting Flash into MySQL database

2002-09-03 Thread Mitja Stepan
x27;height' attributes > of the tag and tell the movie to start playing with: > > > For NS put WIDTH="xxx" HEIGHT="xxx" PLAY="true" in the tag. > > HTH > > Paul > > At 7:54 pm +0200 3/9/02, Mitja Stepan wrote: > > > >

[PHP] Help with inserting Flash into MySQL database

2002-09-03 Thread Mitja Stepan
I'm using this script to insert picture into database: $data = addslashes( fread( fopen( $arrayUploadedSomething['tmp_name'], "r"), filesize($arrayUploadedSomething['tmp_name'] ) ) ); And then i use ordinary mysql_query to insert it into database (BLOB field). When i print image on screen, I us

[PHP] Re: Some questions.

2002-08-12 Thread Mitja Stepan
Perhaps this might help: http://www.php.net/manual/en/function.ini-set.php session.save_path "/tmp" PHP_INI_ALL session.name "PHPSESSID" PHP_INI_ALL session.save_handler "files" PHP_INI_ALL session.auto_start "0" PHP_INI_ALL session.gc_probability "1" PHP_INI_ALL

[PHP] Re: GD Library

2002-07-25 Thread Mitja Stepan
Instead of : ;extension=php_gd.dll Try: extension=php_gd.dll Sign ; is a comment... so you must delete it ... -- Lp, Mitja "Ryan Moore" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I am trying to use GD Library on a windows 2000 installation of PHP. > php_