Re: [PHP-WIN] Poll

2001-04-21 Thread Johannes Janson
it is helpful to start a seperate thread for a question not as a reply to an existing one. furthermore is it helpful to cut down the code to the relevant pieces in this case line 44 and 74 and maybe one or two line above and below if they are neccesary. or at least mark the lines vrey good. counit

Re: [PHP-WIN] apache/php help!!!!!

2001-04-21 Thread Arthur Melkonyan
you should copy PHP4TS.DLL file into c:\windows\system32 not system folder try that. good luck -art Neil wrote: > i just installed apache web server and php4.0 on WINDOWS 98 platform > > and moved php4ts.dll into my c:\windows\system folder. > now every time i run a php page, I get a crash sayi

[PHP-WIN] Images in MySql

2001-04-21 Thread PHPWIN
Hi there I was wondering if anyone knew if it is a good idea to store gifs, jpegs or swfs in MySql. The problem is that the server I host my site on doesn't give HTTP write permissions and has disabled FTP functions in php. I would like to allow users to upload images and store them locally o

[PHP-WIN] Images In MySql

2001-04-21 Thread Sean
Hi there I was wondering if anyone knew if it is a good idea to store gifs, jpegs or swfs in MySql. The problem is that the server I host my site on doesn't give HTTP write permissions and has disabled FTP functions in php. I would like to allow users to upload images and store them locally o

[PHP-WIN] PHPEd and phpMyAdmin

2001-04-21 Thread r.gelstharp
I'm having problems with getting PHPEd, and through that phpMyAdmin, to work. I've downloaded both the latest version and the preview and neither work. What's more both report the same error when I try and use them. When I try and run PHPEd.exe it reports that the program "Has performed an illeg

[PHP-WIN] ImageCreatFromString

2001-04-21 Thread kRuK
Hi! Did anyone try to use this function. I've got some blob objects in mysql base and try to export them to images on HTML site (for now I use temporary created image files) Adrian K. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

[PHP-WIN] apache/php help!!!!!

2001-04-21 Thread Neil
i just installed apache web server and php4.0 on WINDOWS 98 platform and moved php4ts.dll into my c:\windows\system folder. now every time i run a php page, I get a crash saying: APACHE caused an invalid page fault in module PHP4TS.DLL at 016f:008e4aca. Registers: EAX= CS=016f EIP=008e4a

[PHP-WIN] HELP!!! php4ts.dll

2001-04-21 Thread Neil
i just installed apache web server and php4.0 on WINDOWS 98 platform and moved php4ts.dll into my c:\windows\system folder. now every time i run a php page, I get a crash saying: APACHE caused an invalid page fault in module PHP4TS.DLL at 016f:008e4aca. Registers: EAX= CS=016f EIP=008e4a

Re: [PHP-WIN] MS SQL 2000

2001-04-21 Thread Frank M. Kromann
What version of the php_mssql.dll are you using ? We had an error a while back where mssql_query returned a wrong value (true instead of a ressource). You could also add an extra parameter to the query function $answer = mssql_query("SELECT * FROM table", $connection); - Frank P.S. If you a

[PHP-WIN] MS SQL 2000

2001-04-21 Thread Jan Walter
Hi all, I have the following problem with PHP using MS SQL 2000. The connection seems to be opened properly, but any usage of returned value from mssql_query() does not work as a parameter for functions like mssql_fetch_array, mssql_num_rows, etc., although it is printed as '1'. -- This piece of

php-windows Digest 21 Apr 2001 14:25:42 -0000 Issue 556

2001-04-21 Thread php-windows-digest-help
php-windows Digest 21 Apr 2001 14:25:42 - Issue 556 Topics (messages 6941 through 6946): PHP4, WinNT, exec() (NOTHING HAPPENS!...please help!!) 6941 by: Dave Faulkner Re: include 6942 by: Chris Adams PHP 4 Session 6943 by: Arthur Melkonyan 6944 by: Flint Do

[PHP-WIN] about mySql support in PHP4

2001-04-21 Thread RJ
Hi, I got PHP4 working finally, and downloaded mySQL 3.23:36 for windows. The installation worked fine. The book on php I have (from WROX) is actually for php3 and does not mention details related to windows. So, Do I have to do anything to integrate mySQL with PHP4? PHP document says that mySQL s