Can anyone help me....

I am new to CF. we have backend as MySql and I am trying to inser into
a database created in SQL using this query:

  
<cfquery name="add" datasource="newmembers">
  
INSERT INTO members
  
(name,email)
  
VALUES ('#name#','#email#')
</cfquery>
  
But it is not adding to the database, the submit is just going to the
query page and we can see all these codes in browsers...

I think the problem will be as u mentioned coldfusion is not parsing c
ode before handing it over to the webserver. we are working on Mac OS
X with MySql.

How to fix this problem...
I really need help...

  
Sangeeta

>Yes Simon I have closed the query, I forgot to paste it and I have sav
>ed as thanks.cfm.
>I think the problem will be as u mentioned coldfusion is not parsing c
>ode before handing it over to the webserver. we are working on Mac OS
>X with MySql.
>
>How to fix this problem...
>
>It was working fine on PC, this is the first time we are
>trying on Mac OS X.
>
>Sangeeta
>
>
>
>>Simon
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to