Re: [PHP-WIN] R: [PHP-WIN] PHP4 and MS Access

2001-05-05 Thread John Lim
If you are familiar with ADO, you can try ADODB at http://php.weblogs.com/adodb -john "Ermanno Iannacci" <[EMAIL PROTECTED]> wrote in message 003401c0d3a7$26925fa0$51fda8c0@ciccio">news:003401c0d3a7$26925fa0$51fda8c0@ciccio... > Use ODBC functions. > http://www.php.net/manual/en/ref.odbc.php > >

[PHP-WIN] help:How can I upload the whole directory to the web

2001-05-05 Thread yanshuldg
- Ãâ·Ñºº±¤°ü£¬ÇáËÉѧӢÓï http://www.etang.com/texthanburg/index.htm Ëý¹ØÐÄÄãµÄÎÂů http://ad2.263.net/cgi-bin/advert/push/redirect.cgi?aid=2725 EtangÊý×ÖרÂôµê http://www.etang.com/adclient/cncard/index.htm ŮǿÈËÅúÅÐÊé http://topic.etang.com/

Re: [PHP-WIN] help:How can I upload the whole directory to the web

2001-05-05 Thread Phil Driscoll
>Subject: [PHP-WIN] help:How can I upload the whole directory to the web You can't - it would be a security nightmare! -- Phil Driscoll Dial Solutions +44 (0)113 294 5112 http://www.dialsolutions.com http://www.dtonline.org -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-m

Re: [PHP-WIN] trouble with MySQL 'LIKE' command

2001-05-05 Thread PHPWIN
, could be html coding problem or your data contains incomplete html like ...but no closing tags, try function genData($ID){ $sql=" select * from table where ID like '%".$ID."%' "; $sql_result=mysql_result($sql) or die($sql'); $r =""; whille($result=mysql_fetch_array($sql_result)){ $r.="

RE: [PHP-WIN] help:How can I upload the whole directory to the web

2001-05-05 Thread Matt Williams
> Subject: [PHP-WIN] help:How can I upload the whole directory to the web FTP M@ -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-WIN] trouble with MySQL 'LIKE' command

2001-05-05 Thread PHPWIN
"; $r.=""; $r.="Host:"; $r.="User"; $r.="Password"; $r.="Database"; $r.="Table:"; $r.="Field"; $r.="Search"; $r.=""; return $r; } function genData($table,$ID,$search){ $sql=" select * from $table where lower($ID) like '%".strtolower

Re: [PHP-WIN] trouble with MySQL 'LIKE' command

2001-05-05 Thread PHPWIN
Man you got me in the scripting mood... I think this is pretty useful to have on a site "; for($d=0;$d<$num_db;$d++){ $ddb.="".mysql_db_name($dbs,$d)." "; } $ddb.=""; @mysql_select_db($db); $tbs=@mysql_list_tables($db); $num_tb=@mysql_num_rows($tbs); $tb="

[PHP-WIN] PWS uses wrong PHP version

2001-05-05 Thread Wenz Christian
Hi, this is not a problem with the Win32 version of PHP, but maybe someone here can shed some light ... I have different versions of PHP on one of my machines (Win98SE, PWS4), and whenever a new release comes out, I install the new version in a new directory and change the appropriate entries i

php-windows Digest 5 May 2001 15:25:35 -0000 Issue 581

2001-05-05 Thread php-windows-digest-help
php-windows Digest 5 May 2001 15:25:35 - Issue 581 Topics (messages 7304 through 7312): Apache + PHP4 can't connect ODBC 7304 by: Art Re: R: [PHP-WIN] PHP4 and MS Access 7305 by: John Lim help:How can I upload the whole directory to the web 7306 by: yanshuldg

Re: [PHP-WIN] PWS uses wrong PHP version

2001-05-05 Thread Piotr Pluciennik
Hi, I think you've forgot to change file association - it can be the answer: try following command at DOS prompt: C:\>assoc .php .php=PHPScript then C:\>ftype PHPScript PHPScript=c:\php4\php.exe %1 %* In this example (from my computer) files with .php extension are connected to application de

[PHP-WIN] Surprises with PHP4/IIS?

2001-05-05 Thread steff
Hi folks Up to now I always worked with PHP/Apache (Unix, Linux, Win; CGI, Module). Now a customer of mine would like to subscribe for a PHP/IIS hosting offer. What surprises, exceptions, and special cases (compared to Apache solutions) do I have to take into consideration when I agree with the c

Re: [PHP-WIN] PWS uses wrong PHP version

2001-05-05 Thread Ermanno Iannacci
The same happened to me. I searched regedit and .ini files but I've never found a solution. The only one is to install php into the same directory. Hope someone can teel me where I failed, if I do. - Original Message - From: "Wenz Christian" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sen

[PHP-WIN] IIS and passing variables

2001-05-05 Thread Santiago González Herrero
Hi there It must be an stupid question, but i'm new with IIS and can't find the solution. I have a php document which links to another in this way: link text But in IIS (and only in IIS) the variable $parameter in the linked document page.php is empty. Just like there was not any parameter. Th

[PHP-WIN] protect yourself !

2001-05-05 Thread protect_yourself
This mail is never sent unsolicited. You received this “auto respond” email because you or someone you know submitted your address to our info page. Upon submission you agreed to receive this email about our program. If this email was not requested by you please accept our apology. If you want

php-windows Digest 6 May 2001 05:14:06 -0000 Issue 582

2001-05-05 Thread php-windows-digest-help
php-windows Digest 6 May 2001 05:14:06 - Issue 582 Topics (messages 7313 through 7317): Re: PWS uses wrong PHP version 7313 by: Piotr Pluciennik 7315 by: Ermanno Iannacci Surprises with PHP4/IIS? 7314 by: steff IIS and passing variables 7316 by: Santiago Go