[PHP-WIN] Re: javascript in php

2002-06-12 Thread Tomator
> I have this HTML form and its validation done in javascript. All this HTML and Javascript inside echo""; in a PHP code. The Form loads fine and the validation also works fine when the HTML and javascript are used independently as an HTML page. But when put in PHP, the form is ok, but the validat

RE: [PHP-WIN] javascript in php

2002-06-12 Thread Dash McElroy
Sounds like you may have missed a \ on a quote or something. Can you supply the code? -Dash -Original Message- From: prachi shroff [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 12, 2002 12:39 PM To: php php Subject: [PHP-WIN] javascript in php Hi! I have this HTML form and its va

php-windows Digest 12 Jun 2002 19:39:01 -0000 Issue 1188

2002-06-12 Thread php-windows-digest-help
php-windows Digest 12 Jun 2002 19:39:01 - Issue 1188 Topics (messages 14190 through 14196): Re: PHP with Apache modules 14190 by: Brian Huff Connecting to MS Access 14191 by: Bill Hudspeth 14193 by: Scott Hurring 14194 by: Michael Davey 14195 by: Sco

[PHP-WIN] javascript in php

2002-06-12 Thread prachi shroff
Hi! I have this HTML form and its validation done in javascript. All this HTML and Javascript inside echo""; in a PHP code. The Form loads fine and the validation also works fine when the HTML and javascript are used independently as an HTML page. But when put in PHP, the form is ok, but the

Re: [PHP-WIN] Connecting to MS Access

2002-06-12 Thread Scott Carr
Try username="admin", password="". Most databases start off with those u and p settings. -- Scott Carr OpenOffice.org Whiteboard-Doc Maintainer http://whiteboard.openoffice.org/doc/ Quoting Bill Hudspeth <[EMAIL PROTECTED]>: > I am having problems connecting to an Access database. I am using

RE: [PHP-WIN] Re: Connecting to MS Access

2002-06-12 Thread Michael Davey
I have had to use an Access database once with ODBC and found that it was very picky about the username that you used to login - the only one I found that actually worked was Admin - YMMV... Mikey > -Original Message- > From: Scott Hurring [mailto:[EMAIL PROTECTED]] > Sent: 12 June 2002

[PHP-WIN] Re: Connecting to MS Access

2002-06-12 Thread Scott Hurring
All of your errors stem from the first error. You do not have a valid connection resource -- so when you try and run queries and functions, they fail, saying that there's no valid ODBC source. I've not used Access in the past, so i can't say what specific information it's looking for, but go ove

[PHP-WIN] could not load php_mssql.dll problem

2002-06-12 Thread R.S. Herhuth
I installed the latest version of php on a Windows NT box running IIS. Everything is fine but when I elect to autoload the php_mssql.dll I get a "Could not load php_mssql.dll ...Could not be found" error. I quadruple checked the the path and that is fine. Several other of the modules that are

[PHP-WIN] Connecting to MS Access

2002-06-12 Thread Bill Hudspeth
I am having problems connecting to an Access database. I am using Windows 2000, IIS 4, Access 2000, and PHP 4.2.1. I have created a system DSN using the Access (.mdb) driver, and have a username and password. What's going on?? Thanks, Bill The code I have used is as follows:

[PHP-WIN] Re: PHP with Apache modules

2002-06-12 Thread Brian Huff
you should probably send the exact error message so we can be sure... but Im betting that its complaining about build numbers being different. You probably have incompatible versions of php4apache.dll and php4ts.dll on your machine... or else one of the other dlls that you load up (referenc

php-windows Digest 12 Jun 2002 07:23:22 -0000 Issue 1187

2002-06-12 Thread php-windows-digest-help
php-windows Digest 12 Jun 2002 07:23:22 - Issue 1187 Topics (messages 14188 through 14189): cached include extension 14188 by: Brian Huff PHP with Apache modules 14189 by: Sean Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] To unsubscribe fr

[PHP-WIN] PHP with Apache modules

2002-06-12 Thread Sean
I just updated PHP to the latest version. When I start up Apache theres an error in php4acpache.dll or something. Says something that is attached to the system is not working. Also with the old version of PHP(4+) I cant get ImageCreateFromJPEG() to work. Cheers -sean -- PHP Windows Mailin