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 we
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. Yo
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 wrote:
> Why are you not calling a database for the weight? Or is that what the
> han
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 you just echo the results.
Best,
Karl DeSaulniers
Design Drumm
Re: [PHP-DB] Waiting for localhost
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 in
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
wrote:
On 03/09/2015 08:27 AM, Ethan Rosenberg,
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
> wrote:
>
>> On 03/09/2015 08:27 AM, Ethan Rosenberg, PhD wrote:
>>> On 03/09/2015 06:55 A