Combineg text and ID in a default value |
3/16/2009 16:13:18 | |
| PHPRunner General questions | ||
|
M
mmponline author
I need to add a default value in a field, consisting of |
||
|
|
Sergey Kornilov admin 3/16/2009 |
"http://localhost/rsvp/userfunctions_view.php?editid1=" . $_SESSION["FunctionID"] |
|
|
M
|
mmponline author 3/17/2009 |
|
Thanks, this does the trick just fine! |
|
|
M
|
mmponline author 3/17/2009 |
|
Not really working - One problem |
|
|
J
|
Jane 3/17/2009 |
|
Stephan, |
|
|
M
|
mmponline author 3/17/2009 |
|
In the list page: Before SQL Query: global $dal;
"http://localhost/rsvp/userfunctions_view.php?editid1=" . $_SESSION["FunctionID"] |
|
|
|
Sergey Kornilov admin 3/17/2009 |
|
Stephan, |
|
|
M
|
mmponline author 3/17/2009 |
|
Let me try: " . $_SESSION["FunctionID"]to ensure that the link clicked will open the specific functions form. |
|
|
|
Sergey Kornilov admin 3/17/2009 |
|
Sorry, it's not easy to follow. |
|