RE: [PHP-WIN] PHP_SELF

2002-10-13 Thread John Meyer
No, it's not providing me with any errors, although it could be just using MyODBC. -Original Message- From: Cam Dunstan [mailto:[EMAIL PROTECTED]] Sent: Sunday, October 13, 2002 4:35 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] PHP_SELF John, are you SURE you have been using the semi

Re: [PHP-WIN] PHP_SELF

2002-10-13 Thread Cam Dunstan
John, are you SURE you have been using the semi colon without errors John?? Check your old code, I think you`ll find a semi colon definitely isn`t allowed in any reasonably current version of mysql / PHP. You may be thinking of queries that you enter into such utilities as mysql-Front or mysqlAdm

RE: [PHP-WIN] PHP_SELF

2002-10-13 Thread John Meyer
I usually use the semicolon and it works fine. In fact, if I recall, I get an error anytime I don't include it. -Original Message- From: Blue Presley [mailto:[EMAIL PROTECTED]] Sent: Sunday, October 13, 2002 3:42 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] PHP_SELF your error is n

Re: [PHP-WIN] PHP_SELF

2002-10-13 Thread Blue Presley
your error is not with PHP_SELF, it's in your mysql query.. you don't put a semicolon at the end of your statement.. $qu2 ="SELECT * FROM test_tabel ;"; should be $qu2 = "select * from test_table"; anytime you receive the error you got, it's most likely due to a problem with your

php-windows Digest 13 Oct 2002 19:36:56 -0000 Issue 1386

2002-10-13 Thread php-windows-digest-help
php-windows Digest 13 Oct 2002 19:36:56 - Issue 1386 Topics (messages 16353 through 16353): Norton Anti Virus 16353 by: Steve Staker Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] To unsubscribe from the digest, e-mail: [EMAIL PROTECTED] To

[PHP-WIN] Norton Anti Virus

2002-10-13 Thread Steve Staker
Hi, I am running 2.0.43 on WIndows 2000 Advanced Server. It is working fine, but since installing, Norton Antivirus Auto Protect will no longer start when rebooting, nor can I manually start it. Is this a known issue? Is there a fix? Thanks! Steve Staker -- PHP Windows Mailing List (http

[PHP-WIN] Re: passing variables part 2

2002-10-13 Thread db
another roadblock: how would you pass a variable containing a path like $i="C:/pics/albums/album1"? is it possible? thanks. "Db" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > this is a follow-up question to my question about passing a variable through > a

Re: [PHP-WIN] Re: passing variables part 2

2002-10-13 Thread Cam Dunstan
db Far as I know it would - without the quotes of course. - Original Message - From: "db" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, October 12, 2002 7:40 AM Subject: [PHP-WIN] Re: passing variables part 2 > another roadblock: how would you pass a variable containing

Re: [PHP-WIN] Re: passing variables part 2

2002-10-13 Thread db
this is so weird. it didn't at first, but now it does. i must have had a typo in there someplace and just didn't catch it. thanks! "Cam Dunstan" <[EMAIL PROTECTED]> wrote in message 001d01c2717a$b2171080$7866a8c0@camhome">news:001d01c2717a$b2171080$7866a8c0@camhome... > db > Far as I know it

Re: [PHP-WIN] PHP_SELF

2002-10-13 Thread toby z
hi rodrigo i tried this a few months bak but it didn work wirh forms i alwayz got silly errors which i KNEW ver rong anyway i used $PHP_SELF with links what u can do is u can make a submit LINK n make it look like a button (if u preffer buttons :S) and pass ur variables thru but then there cu

[PHP-WIN] PHP_SELF

2002-10-13 Thread Rodrigo San Martin
Hi Have a problem. Need to pass a multiple array through a form using a PHP_SELF. I pass it whith a hidden variabel but i get an error warning. "Warning: Supplied argument is not a valid MySQL result resource in..." The code is: $qu2 ="SELECT * FROM test_tabel ;"; $result = m

[PHP-WIN] Re: UNC document roots -- possible?

2002-10-13 Thread Christoph Grottolo
Hi Rick What we've done to get PHP/IIS working with an UNC path as root is - check the permissions for the IIS user (you've done that) - check 'check that file exists' in IIS control panel where you set up the script mapping for .php files (without this it doesn't work because php running as loc

php-windows Digest 13 Oct 2002 07:18:10 -0000 Issue 1385

2002-10-13 Thread php-windows-digest-help
php-windows Digest 13 Oct 2002 07:18:10 - Issue 1385 Topics (messages 16349 through 16352): Re: Sessions 16349 by: Uttam Re: UNC document roots -- possible? 16350 by: Christoph Grottolo PHP_SELF 16351 by: Rodrigo San Martin 16352 by: toby z Administrivia:

php-windows Digest 11 Oct 2002 21:40:14 -0000 Issue 1383

2002-10-13 Thread php-windows-digest-help
php-windows Digest 11 Oct 2002 21:40:14 - Issue 1383 Topics (messages 16331 through 16344): Re: Creating files with PHP - need help 16331 by: Uttam Re: works on one server and not another 16332 by: Uttam 16335 by: toby z 16337 by: Tim Blackwell Re: Rows of