Re: [PHP-DB] Waiting for localhost

2015-03-15 Thread Jason Pruim
If you load up handleweight.php outside of the script does it load normally? Trying to pin down where the actual problem is. Jason Pruim 352.359.0002 On Mar 14, 2015, at 10:17 PM, Ethan Rosenberg erosenb...@hygeiabiomedical.com wrote: On 03/09/2015 08:27 AM, Ethan Rosenberg, PhD

Re: [PHP-DB] Waiting for localhost

2015-03-15 Thread Jason Pruim
It could be a bad variable, or lack of access to an include file possibly? Put some echo statements in right before and right after some major blocks of code... It will help narrow down the problem since it will show you where it's holding up. The. You can concentrate on fixing just that part

Re: [PHP-DB] Waiting for localhost

2015-03-15 Thread Ethan Rosenberg
On 03/15/2015 09:44 AM, Jason Pruim wrote: If you load up handleweight.php outside of the script does it load normally? Trying to pin down where the actual problem is. Jason Pruim 352.359.0002 On Mar 14, 2015, at 10:17 PM, Ethan Rosenberg erosenb...@hygeiabiomedical.com wrote: On

Re: [PHP-DB] Waiting for localhost

2015-03-15 Thread Karl DeSaulniers
Also, if it is a matter of calling this script. Maybe try curl instead of echoing a javascript file? Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Mar 15, 2015, at 8:25 PM, Karl DeSaulniers k...@designdrumm.com wrote: Why are you not calling a database for the weight? Or is

Re: [PHP-DB] Waiting for localhost

2015-03-15 Thread Ethan Rosenberg
On 03/15/2015 02:57 PM, Jason Pruim wrote: It could be a bad variable, or lack of access to an include file possibly? Put some echo statements in right before and right after some major blocks of code... It will help narrow down the problem since it will show you where it's holding up. The.

Re: [PHP-DB] Waiting for localhost

2015-03-15 Thread Karl DeSaulniers
Is this a weight that is entered in by your friend or a weight that is grabbed from a database or a scale per chance? If it is the latter, you don't need this form, just store the value some other way and incorporate into your other script that directs to this form. Also, I noticed you spelt

Re: [PHP-DB] Waiting for localhost

2015-03-15 Thread Karl DeSaulniers
Why are you not calling a database for the weight? Or is that what the handleweight.php does? If it is a matter of echoing the results from this page, can it's code be merged into the current? Then instead of echoing the script you just echo the results. Best, Karl DeSaulniers Design Drumm