Search found 6 matches
- Thu May 14, 2009 6:47 am
- Forum: PHP - Code
- Topic: Row Call Results in No UID
- Replies: 2
- Views: 163
Re: Row Call Results in No UID
Thanks - silly mistake.
- Wed May 13, 2009 1:03 pm
- Forum: PHP - Code
- Topic: Row Call Results in No UID
- Replies: 2
- Views: 163
Row Call Results in No UID
I am trying to get a UID stated back based on a query (line 23). The query itself returns a value when I run it in MySQL. If I echo the $sql, it is returning formatted correctly. The row for UID (from line 34) is coming back with an empty result in the page, however. The echo for $myusername is work...
- Wed May 13, 2009 6:56 am
- Forum: PHP - Code
- Topic: Forgot Password Not Sending Result
- Replies: 3
- Views: 258
Re: Forgot Password Not Sending Result
Thanks Divito - that was all it was - simple oversight. Appreciate it!divito wrote:On a quick glance, you assign $myemail, but use $email in the second query.
- Tue May 12, 2009 8:13 am
- Forum: PHP - Code
- Topic: How to monitor a user Website Activity?
- Replies: 1
- Views: 312
Re: How to monitor a user Website Activity?
When you say QA, do you mean that you are looking to test functionality, etc on other web sites as a service? Not clear in what your question is or how it relates.
- Tue May 12, 2009 8:05 am
- Forum: PHP - Code
- Topic: Forgot Password Not Sending Result
- Replies: 3
- Views: 258
Forgot Password Not Sending Result
I have a forgot password page that is sending an email succesfully, but the resulting password is blank (even though there is a valid password in the record for the associated email address I am entering in the form). When I echo the $passwordfromdb, I also get no result. Any thoughts would be great...
- Mon May 11, 2009 10:45 am
- Forum: PHP - Code
- Topic: unexpected T_Variable Issue
- Replies: 2
- Views: 106
unexpected T_Variable Issue
Getting this error:Parse error: syntax error, unexpected T_VARIABLE, expecting ',' or ';' in /home/content/l/a/b/laborchamp/html/RecoverPassword.php on line 28 I am stumped as I have no blank spaces and I think the code is clean. Thanks in advance for any thoughts. <?php // MySQL Information. $db_ho...