User Profile
Collapse
-
Other than "Thank you!" how does this service support itself? Is it collaborative? If so, I could share some code and database structures. With only family members (19 users), I have the option of personalizing their greeting now by username. Not sure if that is something any of your users would want. -
-
Check this out, with your code and logging in with another ID I did get the following returned:
Result 3 rows: 1
Hello My Queen, your last logout was on Result 4 rows: 12010-08-11
It makes sense since I was doing the code standalone without a login!. So now, I'll try one of your other revisions of code and let you know!Leave a comment:
-
I suspect you'll think I got this already:
Result 3 rows: 0
Result 4 rows: 0
I think that's pretty interesting since I was obviously getting a match of some sort with the other technique.
NormLeave a comment:
-
Here you go, and thanks!
<body>
<?php
session_start() ;
$connection=mys ql_connect("mys ql506.opentrans fer.com","C2609 87_??????","??? ????????");
$db=mysql_selec t_db("C260987_l oginsv2",$conne ction );
$users_table = 'members_md5';
$username = $_POST['myusername'];
$result3 = mysql_query("SE LECT `nickname` from `C260987_logins v2`.`members_md 5`...Leave a comment:
-
Believe it or not, just a blank screen as opposed to code that is sending the array format back.Leave a comment:
-
Well, let's see, newbie that I am. myusername came from a login form and appears to resolve fine when I do a query for a FIELD named username: here is that code which links to the last set of code after the asterisks:
*************** *************** ********
Maybe the simpler question is whether I can simply extract the **values** rather than array structure and content of two fields because the queries work in other modules I have. ...Leave a comment:
-
I just corrected row tags but with no results on screen: Here is code:
<body>
<?php
session_start() ;
$connection=mys ql_connect("mys ql506.opentrans fer.com","C2609 87_?????","???? ?");
$db=mysql_selec t_db("C260987_l oginsv2",$conne ction);
$users_table = 'members_md5';
$username = $_POST['myusername'];
$result3 = mysql_query("SE LECT `nickname`...Leave a comment:
-
Allow me to quickly add that echoing the row in previous attempts seemed to include the duplication and the array and fieldname tags. I could be wrong in my recollection.Leave a comment:
-
Thanks but I got no results (blank screen):
Current code has other stuff commented out and yours included.
<body>
<?php
session_start() ;
$connection=mys ql_connect("mys ql506.opentrans fer.com","C2609 87_?????","???? ?");
$db=mysql_selec t_db("C260987_l oginsv2",$conne ction);
$users_table = 'members_md5';
$username = $_POST['myusername'];...Leave a comment:
-
MySQL array needs string just simply presented
Here is the code:
<body>
<?php
session_start() ;
$connection=mys ql_connect("mys ql506.opentrans fer.com","C2609 87_??????","??? ???");
$db=mysql_selec t_db("C260987_l oginsv2",$conne ction);
$users_table = 'members_md5';
$username = $_POST['myusername'];
$result3 = mysql_query("SE LECT `nickname` from `C260987_logins v2`.`members_md 5`...
No activity results to display
Show More
Leave a comment: