[PHP-DB] SQL newbie

2002-09-07 Thread John W. Long
Hi, I'm using the following statements to insert a record into a table: $SQL_Exec_String = "Insert Into Messages (ReplyID,Subject,Sender,Email,Message,Reviewed) Values ($ReplyID,'$Subject','$Sender','$Email','$Message',$Reviewed)"; $cur = odbc_exec( $cnx, $SQL_Exec_String ); This works grea

Re: [PHP-DB] Apache 2.X and PHP

2002-09-07 Thread Adam Williams
Yes but support is experimental so you may notice strange behavior. Adam On Sat, 7 Sep 2002 [EMAIL PROTECTED] wrote: > Is it possible to run Apache 2.X with PHP? > > > > Julio Cuz, Jr. > > [EMAIL PROTECTED] > > Information Services > > Riverside Community College > >

[PHP-DB] Apache 2.X and PHP

2002-09-07 Thread Julio.Cuz
Is it possible to run Apache 2.X with PHP? Julio Cuz, Jr. [EMAIL PROTECTED] Information Services Riverside Community College

[PHP-DB] caching and CREATE TEMPORARY TABLE SELECT ?

2002-09-07 Thread Ignatius Reilly
Hello, I am designing a web application wherein several queries are very long to perform (like 5 or 10 minutes) ; therefore it is crucial that I be able to cache them; I am planning to recompute these queries in a nighttime batch process (meaning I may have to use version 4.0 in production...) M

[PHP-DB] Enhancement of script

2002-09-07 Thread Ray Healy \(Data Net Services\)
Dear All The calendar will be used to see when something is booked and you can assign messages to it as well which the general user cannot see. In this respects I have created 2 pages - welcome .php for the general viewer and admin_welcome for the updating of the calendar. What I would like to d

RE: [PHP-DB] Can't see the results

2002-09-07 Thread Peter Lovatt
Hi you are using mysql_fetch_array which returns an array indexed by field name eg $row = mysql_fetch_array($result) $row["Author"] will be 'fred bloggs' you are indexing using a number which needs mysql_fetch_row suggested simplified code is I have named the resulting field as 'author_ful

[PHP-DB] Enhancement of script

2002-09-07 Thread Ray Healy \(Data Net Services\)
Dear All (Here is the message again as I noticed that the attachments where not sent)   I have recently downloaded a calendar from CST (which is no longersupported ) and I have made a few changes to the script.The calendar will be used to see when something is booked and you can assignmessa