[PHP-WIN] NewComer Code

2003-11-14 Thread Rocco CAstoro
Would this be the best and most efficent way to create a function that accepts four string variables and returns a string that contains an HTML table element, enclosing each of the variables in its own cell : "; print ""; print "$string1"; print "$string2"; print "$string3"; print "$string4";

Re: [PHP-WIN] script to update file names

2003-11-14 Thread Luis Moreira
The syntax look something like this UPDATE tablename SET filename=desired_filename WHERE first_two_equal_X: Luis - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 14, 2003 4:26 PM Subject: [PHP-WIN] script to update file names > I have a db

Re: [PHP-WIN] MS-SQL / FreeTDS - charsets ?

2003-11-14 Thread Frank M. Kromann
Hi Lars, The windows version of the MSSQL extension is not (yet) based on the FreeTDS library but is based on Microsofts own library, and the latest version of the FreeTFS library is 0.62. What is your problem with charsets ? Perhaps there is a solution ? - Frank > I'm having problem with chars

[PHP-WIN] script to update file names

2003-11-14 Thread dsig
I have a db in mysql which has all of my mp3s listed (approx 180 gig worth). I have need to restructure the physical location and so need to change the info in the db. if table looks like ID (seq) filename (x:\my music\artist - album\01. my song.mp3) I need to change at least the x and hop

Re: [PHP-WIN] Fatal error, but include_path seems correct?

2003-11-14 Thread Roderick Martin
Toby, Maybe this is something. $cfg['PmaAbsoluteUri'] is set to "http://www.myserver.com/phpMyAdmin254"; (of course, myserver being my real server) $cfg['Servers'][$i]['host'] = 'localhost'; Both of these were set this way already (before your suggestion). Now, mysql runs locally

php-windows Digest 14 Nov 2003 12:47:55 -0000 Issue 1999

2003-11-14 Thread php-windows-digest-help
php-windows Digest 14 Nov 2003 12:47:55 - Issue 1999 Topics (messages 22090 through 22095): COM Hangs Script if another Script is doing something at the same time 22090 by: Scott Carr WIN-IIS File Upload error 22091 by: Vladimir Iahnenco 22092 by: toby z Re: Fatal

[PHP-WIN] Plugin error for JP Graph

2003-11-14 Thread Rinku Shivnani
Dear All, I have made JP graph by dynamic value. Now in windows based PC it says some plugin error for PNG file. Can any of you suggest me any sollution for the same. The URL is http://202.144.20.108/chiraag/marketyard/query_graph.php Pls check it and tell me any sollution Pls. Regards, Rinku

[PHP-WIN] MS-SQL / FreeTDS - charsets ?

2003-11-14 Thread Lars V. Nielsen
I'm having problem with charsets in connection with MS SQL Server 2000. I've read that it requires version 8.0 of the FreeTDS library - which is at the heart of the php_mssql extension, as I understand it. I'm using php 4.3.2, i.e. using a php_mssql extension based on FreeTDS v7 (phpinfo() tells