Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
....hooligan #1
PHP - Trying to add sha() inside a sql query
Hey guys/gals, i cant seem to get the following line to work. I know i've
stuffed up the commas. I Can't remember which way i supposed to use the '
and "
$insertMember = "INSERT INTO members (username, pwd) VALUES
('$username','".sha1('$pwd')."'");
thansks in advance
....hooligan Guest
-
trouble with loop inside output query
Hello EveryOne, The following code executes without problem: SIZE: <cfset size="#product_size#"> <form> <select name="select"> <cfloop... -
dump query inside a cfmail tag
I am stuck using cf 4 so keep that in mind. I am trying to get the results of a query dropped into the body of a cfmail tag. Can't use cfdump. ... -
cfgrid inside a <cfoutput query="myQuery" group="GROUP">
Is it possible to use a cfgrid inside a cfoutput with a query and a group. When I try do that I get the following error: INVALID_CHARACTER_ERR:... -
query of queries inside cffunction
Hi im trying to use the benifits of query of queries, but cannot get it to work...Im calling a cffunction inside a cfc (mx) from flash.mx here is my... -
Dynamic temp. datagrid col.gen. -Session access inside a class inside a UserCtrl
Hello Dear Professionals: Based on this document:... -
rob::digitalburn #2
Re: PHP - Trying to add sha() inside a sql query
Your last double quote mark should be outisde that last bracket I think!
.....hooligan wrote:> Hey guys/gals, i cant seem to get the following line to work. I know
> i've stuffed up the commas. I Can't remember which way i supposed to
> use the ' and "
>
> $insertMember = "INSERT INTO members (username, pwd) VALUES
> ('$username','".sha1('$pwd')."'");
>
> thansks in advance
rob::digitalburn Guest



Reply With Quote

