J
|
Jane 11/12/2008 |
Steve,
|
J
|
jasp author 11/14/2008 |
Jane, |
J
|
Jane 11/14/2008 |
Steve,
if (@$_REQUEST["artist"]) { $str = "select EmailField from users where Name='".$_REQUEST["artist"]."'"; $rs = db_query($str,$conn); $data = db_fetch_array($rs); $_SESSION["EmailField"] = $data["EmailField"]; }
|
J
|
jasp author 11/20/2008 |
Thanks Jane, |
J
|
jasp author 11/22/2008 |
Jane. |
J
|
jasp author 11/23/2008 |
solved most of these issues myself (I'm doing better without the php book) |