[PHP] Call to undefined function: mssql_pconnect()

2003-03-18 Thread Miro Kralovic
Hi all.. I'm trying to connect MSSQL2000 Personal Edition from PHP and all I'm getting is "Call to undefined function: mssql_pconnect()" error.. I have installed PHP4.2.2-4, mod_php-4.2.2, php_devel-4.2.2, freetds0.53-4, php-sybase-ct-4.2.2, I think I also have php_ldap and php_imap.. restarted

[PHP] MySQL vs PostgreSQL

2002-12-23 Thread Miro Kralovic
Hi, I'm just deciding which DB to use for my projects and I'm not clear with one thing... When considering a database for web, is MySQL good enough? I read it only supports table locking, which is not very satisfying in such a multiuser environment as the internet.. Based on your experience, what

RE: [PHP] JPG from Blob to HTML

2002-12-15 Thread Miro Kralovic
ops, sorry for that.. -Original Message- From: Jason Wong [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 15, 2002 12:39 To: [EMAIL PROTECTED] Subject: Re: [PHP] JPG from Blob to HTML On Monday 16 December 2002 01:33, Miro Kralovic wrote: * Bad thread start \__ You

[PHP] JPG from Blob to HTML

2002-12-15 Thread Miro Kralovic
Hi, I have few images in PostgreSQL Blob field that I want to retrieve and put on HTML page. Is there a way how can I do it directly from blob, or I have to copy it into tmp file first and then use tags in html? TIA, miro. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, vis

RE: [PHP] File Upload

2002-12-13 Thread Miro Kralovic
Thanks Tom, but still no luck.. it seems like it doesn't recognize $testfile variable at all in PHP script, even thought the globals are ON... You are missing this bit: -- regards, Tom -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Re: File Upload

2002-12-13 Thread Miro Kralovic
Hi Bodgan.. yes, I have globals On, Uploads On and SafeMode=off.. no luck... I did it exactly by the book, damn it..:-( -Original Message- From: Bogdan Stancescu [mailto:[EMAIL PROTECTED]] Sent: Friday, December 13, 2002 22:09 To: [EMAIL PROTECTED] Subject: [PHP] Re: File Upload Glob

[PHP] File Upload

2002-12-13 Thread Miro Kralovic
Hi everybody, I'm trying to upload a file using the following scripts, but it doesn't work, it actually doesn't get through the first line of PHP script at all and displays "a problem has occured" message. I'm running the script on RH Linux/PHP4. Is there anything I'm missing here??? Many thanks