Re: [PHP-DB] Parse errors ,,, can you. impart me about it.

2004-12-21 Thread Dennis Cole
First, this has nothing to do with anytype of database whatsoever Second, the code would help The unexpected $ error is usually caused by a typo on the line above. - Original Message - From: amol patil [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, December

FW: [PHP-DB] Simple Referrer

2003-08-27 Thread Dennis Cole
== Dennis Cole @ Sanford Weather - Sanford, MI, USA 5000 Weather Enthusiasts Can't Be Wrong! www.weathermatrix.net -Original Message- From: Dennis Cole [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 27, 2003 3:11 PM

RE: [PHP-DB] Renaming .htm pages to .php

2003-08-14 Thread Dennis Cole
I would recommend changing them all to .php files. If you ever change hosts, or servers you might not be able to change them, also it could be less secure too == Dennis Cole @ Sanford Weather - Sanford, MI, USA - http

RE: [PHP-DB] Renaming .htm pages to .php

2003-08-03 Thread Dennis Cole
Also, You would be best off changing only the one you thing you might need to use PHP later with, changing Apache to phase all .htm pages can get really slow is a insect comes about. -Original Message- From: David Blomstrom [mailto:[EMAIL PROTECTED] Sent: Sunday, August 03, 2003 10:53

RE: [PHP-DB] RE: [PHP] Random not working?

2003-03-01 Thread Dennis Cole
You might try getting the random number before the query. -Original Message- From: Rich Gray [mailto:[EMAIL PROTECTED] Sent: Saturday, March 01, 2003 8:37 PM To: Frank Keessen; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [PHP-DB] RE: [PHP] Random not working? Hi All, I'm trying to

RE: [PHP-DB] SESSIONS

2003-02-25 Thread Dennis Cole
You need to register you varible first with the session -Original Message- From: David Rice [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 3:10 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] SESSIONS Here's something i can't get working it won't go to the last clause of this

RE: [PHP-DB] Newbie Question - PHP and MSACCESS

2003-02-16 Thread Dennis Cole
$cnx = odbc_connect( 'DSN' , 'USER', 'PASS' ); if (!$cnx) { ?Could not connect to ODBC? } $cur= odbc_exec( $cnx, SELECT Vehicle.Vehicle_ID, Vehicle.Cust_ID FROM Vehicle ); if (!$cur) { Error_handler( Error in odbc_exec( no cursor returned ) , $cnx ); } //

RE: [PHP-DB] access mysql db with DW

2003-02-08 Thread Dennis Cole Jr
Part of the problem is $insertGoTo = booking_details.php?email=.HTTP_POST_VARS[email].; should be $insertGoTo = booking_details.php?email=$HTTP_POST_VARS[email].; -Original Message- From: Terry L. Ensley [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 08, 2003 7:53 PM To: [EMAIL

RE: [PHP-DB] access mysql db with DW

2003-02-08 Thread Dennis Cole Jr
Part of the problem is $insertGoTo = booking_details.php?email=.HTTP_POST_VARS[email].; should be $insertGoTo = booking_details.php?email=$HTTP_POST_VARS[email].; -Original Message- From: Terry L. Ensley [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 08, 2003 7:53 PM To: [EMAIL