On 03/09/2015 06:55 AM, Karl DeSaulniers wrote:
Don't know what to tell you bub.
Time for the books?
I "think" that it has to do with php parsing or not parsing the echo because its echoing a script.
Can't remember off the top, but along those lines I would search.
GL,
Best,
Karl DeSaulniers
Design Drumm
http://designdrumm.com
On Mar 8, 2015, at 10:11 PM, Ethan Rosenberg <erosenberg@xxxxxxxxxxxxxxxxxxxx> wrote:
On 03/08/2015 09:30 PM, Karl DeSaulniers wrote:
Try...
window.location.href = "HandleWeight.php";
Sent from losPhone
On Mar 8, 2015, at 7:13 PM, Ethan Rosenberg <erosenberg@xxxxxxxxxxxxxxxxxxxx> wrote:
On 03/08/2015 07:00 PM, Karl DeSaulniers wrote:
Sorry, missed a parenthesis.
if($row7[0] === 1)
{
echo('<script type="text/javascript">window.location = "HandleWeight.php";</script>');
}
Best,
Karl DeSaulniers
Design Drumm
http://designdrumm.com <http://designdrumm.com/>
Begin forwarded message:
*From: *Karl DeSaulniers <karl@xxxxxxxxxxxxxxx <mailto:karl@xxxxxxxxxxxxxxx>>
*Subject: **Re: Waiting for localhost*
*Date: *March 8, 2015 5:58:29 PM CDT
*To: *erosenberg@xxxxxxxxxxxxxxxxxxxx <mailto:erosenberg@xxxxxxxxxxxxxxxxxxxx>
Try...
if($row7[0] === 1)
{
echo('<script type="text/javascript">window.location = "HandleWeight.php";</script>';
}
Best,
Karl DeSaulniers
Design Drumm
http://designdrumm.com
Karl -
Thanks.
The === avoids the infinite loop, but the call to the script is never executed.
TIA
Ethan
Karl -
Thanks.
No improvement.
TIA
Ethan
-----
Karl -
Thanks.
We all run up against brick walls.
Anybody else have ideas?
TIA.
Ethan
--
Ethan Rosenberg, PhD
/Pres/CEO/
*Hygeia Biomedical Research, Inc*
2 Cameo Ridge Road
Monsey, NY 10952
T: 845 352-3908
F: 845 352-7566
erosenberg@xxxxxxxxxxxxxxxxxxxx
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php