Re: [PHP-DB] Waiting for localhost

2015-04-02 Thread Karl DeSaulniers
My apology to the list. That was meant for Ethan's email only. I hit reply all when I though I just hit reply. Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Apr 2, 2015, at 2:18 PM, Karl DeSaulniers k...@designdrumm.com wrote: Bro. Pick a SQL. mysql_ or mysqli_. Best,

Re: [PHP-DB] Waiting for localhost

2015-04-02 Thread Richard
Original Message Date: Thursday, April 02, 2015 00:18:45 -0400 From: Ethan Rosenberg erosenb...@hygeiabiomedical.com To: php-db@lists.php.net Cc: Subject: Re: [PHP-DB] Waiting for localhost On 04/01/2015 11:41 PM, Karl DeSaulniers wrote: Question to list, since

Re: [PHP-DB] Waiting for localhost

2015-04-02 Thread Karl DeSaulniers
Bro. Pick a SQL. mysql_ or mysqli_. Best, Karl Sent from losPhone On Apr 2, 2015, at 12:48 PM, Ethan Rosenberg erosenb...@hygeiabiomedical.com wrote: On 04/02/2015 06:17 AM, Richard wrote: snip Here are some hints service apache2 restart [] Restarting web server:

Re: [PHP-DB] Waiting for localhost

2015-04-02 Thread Richard
Original Message Date: Thursday, April 02, 2015 13:48:06 -0400 From: Ethan Rosenberg erosenb...@hygeiabiomedical.com To: php-db@lists.php.net Subject: Re: [PHP-DB] Waiting for localhost On 04/02/2015 06:17 AM, Richard wrote: snip Here are some hints

Re: [PHP-DB] Waiting for localhost

2015-04-02 Thread Ethan Rosenberg
On 04/02/2015 06:17 AM, Richard wrote: snip Here are some hints service apache2 restart [] Restarting web server: apache2AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress

Re: [PHP-DB] Waiting for localhost

2015-04-01 Thread Richard
Original Message Date: Wednesday, April 01, 2015 00:05:29 -0400 From: Ethan Rosenberg erosenb...@hygeiabiomedical.com To: php-db@lists.php.net Richard - As we saw in the Apache list, the problem lies in PHP/MySQL To quote -- Date: Tuesday, March 31,

Re: [PHP-DB] Waiting for localhost

2015-04-01 Thread Ethan Rosenberg
On 04/01/2015 07:34 AM, Richard wrote: Original Message Date: Wednesday, April 01, 2015 00:05:29 -0400 From: Ethan Rosenberg erosenb...@hygeiabiomedical.com To: php-db@lists.php.net Richard - As we saw in the Apache list, the problem lies in PHP/MySQL snip

Re: [PHP-DB] Waiting for localhost

2015-04-01 Thread Karl DeSaulniers
Question to list, since I have not had to venture to the mysqli territory just yet, but is it proper to use mysql_error() with mysqli transactions? This may be what your missing Ethan. mysql_error() looks for a mysql_ transactions doesn't it? Or are they interchangeable? Best, Karl

Re: [PHP-DB] Waiting for localhost

2015-04-01 Thread Ethan Rosenberg
On 04/01/2015 11:41 PM, Karl DeSaulniers wrote: Question to list, since I have not had to venture to the mysqli territory just yet, but is it proper to use mysql_error() with mysqli transactions? This may be what your missing Ethan. mysql_error() looks for a mysql_ transactions doesn't it? Or

Re: [PHP-DB] Waiting for localhost

2015-03-31 Thread Ethan Rosenberg
On 03/27/2015 06:16 AM, Richard wrote: snip Original Message These errors look odd to me. In many years of working with apache on a range of *nix OSs, I don't remember a (properly installed) apache instance that didn't have defaults that worked out of the box. They may

Re: [PHP-DB] Waiting for localhost

2015-03-27 Thread Richard
Original Message Date: Friday, March 27, 2015 01:29:49 -0400 From: Ethan Rosenberg erosenb...@hygeiabiomedical.com On 03/18/2015 07:51 AM, Richard wrote: Original Message Date: Wednesday, March 18, 2015 00:23:00 -0400 From: Ethan

Re: [PHP-DB] Waiting for localhost

2015-03-26 Thread Ethan Rosenberg
On 03/18/2015 07:51 AM, Richard wrote: Original Message Date: Wednesday, March 18, 2015 00:23:00 -0400 From: Ethan Rosenberg erosenb...@hygeiabiomedical.com To: Karl DeSaulniers k...@designdrumm.com, PHP Database List php-db@lists.php.net Subject: Re: [PHP-DB

Re: [PHP-DB] Waiting for localhost

2015-03-18 Thread Richard
Original Message Date: Wednesday, March 18, 2015 00:23:00 -0400 From: Ethan Rosenberg erosenb...@hygeiabiomedical.com To: Karl DeSaulniers k...@designdrumm.com, PHP Database List php-db@lists.php.net Subject: Re: [PHP-DB] Waiting for localhost Karl - Thanks

Re: [PHP-DB] Waiting for localhost

2015-03-18 Thread Ethan Rosenberg
On 03/18/2015 07:51 AM, Richard wrote: Original Message Date: Wednesday, March 18, 2015 00:23:00 -0400 From: Ethan Rosenberg erosenb...@hygeiabiomedical.com To: Karl DeSaulniers k...@designdrumm.com, PHP Database List php-db@lists.php.net Subject: Re: [PHP-DB

Re: [PHP-DB] Waiting for localhost

2015-03-17 Thread Ethan Rosenberg, PhD
On 03/16/2015 12:08 AM, Karl DeSaulniers wrote: 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

Re: [PHP-DB] Waiting for localhost

2015-03-17 Thread Karl DeSaulniers
No, can't say I do. Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Mar 17, 2015, at 11:48 PM, Ethan Rosenberg, PhD erosenb...@hygeiabiomedical.com wrote: Karl - Thanks to you and all others that have replied. With a little bit of patience [which I should have used

Re: [PHP-DB] Waiting for localhost

2015-03-17 Thread Ethan Rosenberg
On 03/16/2015 12:08 AM, Karl DeSaulniers wrote: 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

Re: [PHP-DB] Waiting for localhost

2015-03-16 Thread Jim Giner
On 3/16/2015 12:02 AM, Ethan Rosenberg wrote: I have this in the program -- echo form method= 'post' action='HandleWeight.php'; echo centerstronginput type = 'submit' value= 'WEIGH'/strong/center; echo /form; I'm testing from a form, which previously worked perfectly - TIA Ethan How

Re: [PHP-DB] Waiting for localhost

2015-03-15 Thread Jason Pruim
://designdrumm.com http://designdrumm.com/ Begin forwarded message: *From: *Karl DeSaulniers k...@designdrumm.com mailto:k...@designdrumm.com *Subject: **Re: [PHP-DB] Waiting for localhost* *Date: *March 8, 2015 5:58:29 PM CDT *To: *erosenb...@hygeiabiomedical.com mailto:erosenb

Re: [PHP-DB] Waiting for localhost

2015-03-15 Thread Jason Pruim
...@designdrumm.com mailto:k...@designdrumm.com *Subject: **Re: [PHP-DB] Waiting for localhost* *Date: *March 8, 2015 5:58:29 PM CDT *To: *erosenb...@hygeiabiomedical.com mailto:erosenb...@hygeiabiomedical.com Try... if($row7[0] === 1) { echo('script type=text/javascriptwindow.location

Re: [PHP-DB] Waiting for localhost

2015-03-15 Thread Ethan Rosenberg
://designdrumm.com http://designdrumm.com/ Begin forwarded message: *From: *Karl DeSaulniers k...@designdrumm.com mailto:k...@designdrumm.com *Subject: **Re: [PHP-DB] Waiting for localhost* *Date: *March 8, 2015 5:58:29 PM CDT *To: *erosenb...@hygeiabiomedical.com mailto:erosenb

Re: [PHP-DB] Waiting for localhost

2015-03-15 Thread Karl DeSaulniers
/javascriptwindow.location = HandleWeight.php;/script'); } Best, Karl DeSaulniers Design Drumm http://designdrumm.com http://designdrumm.com/ Begin forwarded message: *From: *Karl DeSaulniers k...@designdrumm.com mailto:k...@designdrumm.com *Subject: **Re: [PHP-DB] Waiting

Re: [PHP-DB] Waiting for localhost

2015-03-15 Thread Ethan Rosenberg
mailto:k...@designdrumm.com *Subject: **Re: [PHP-DB] Waiting for localhost* *Date: *March 8, 2015 5:58:29 PM CDT *To: *erosenb...@hygeiabiomedical.com mailto:erosenb...@hygeiabiomedical.com Try... if($row7[0] === 1) { echo('script type=text/javascriptwindow.location = HandleWeight.php;/script

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
...@designdrumm.com *Subject: **Re: [PHP-DB] Waiting for localhost* *Date: *March 8, 2015 5:58:29 PM CDT *To: *erosenb...@hygeiabiomedical.com mailto:erosenb...@hygeiabiomedical.com Try... if($row7[0] === 1) { echo('script type=text/javascriptwindow.location = HandleWeight.php;/script'; } Best

Re: [PHP-DB] Waiting for localhost

2015-03-14 Thread Karl DeSaulniers
/javascriptwindow.location = HandleWeight.php;/script'); } Best, Karl DeSaulniers Design Drumm http://designdrumm.com http://designdrumm.com/ Begin forwarded message: *From: *Karl DeSaulniers k...@designdrumm.com mailto:k...@designdrumm.com *Subject: **Re: [PHP-DB] Waiting for localhost

Re: [PHP-DB] Waiting for localhost

2015-03-14 Thread Ethan Rosenberg
Drumm http://designdrumm.com http://designdrumm.com/ Begin forwarded message: *From: *Karl DeSaulniers k...@designdrumm.com mailto:k...@designdrumm.com *Subject: **Re: [PHP-DB] Waiting for localhost* *Date: *March 8, 2015 5:58:29 PM CDT *To: *erosenb...@hygeiabiomedical.com mailto:erosenb

Re: [PHP-DB] Waiting for localhost

2015-03-09 Thread Ethan Rosenberg, PhD
/ Begin forwarded message: *From: *Karl DeSaulniers k...@designdrumm.com mailto:k...@designdrumm.com *Subject: **Re: [PHP-DB] Waiting for localhost* *Date: *March 8, 2015 5:58:29 PM CDT *To: *erosenb...@hygeiabiomedical.com mailto:erosenb...@hygeiabiomedical.com Try... if($row7[0] === 1) { echo

Re: [PHP-DB] Waiting for localhost

2015-03-08 Thread Ethan Rosenberg
On 03/08/2015 01:40 AM, Karl DeSaulniers wrote: Ethan, Open a new window (window.open) inside itself (_self)? Try window.location for opening a url inside the same window. Use windlow.open to open a new window (ie: pop-up window). Also, I would take at least a month and learn basic html and

Re: [PHP-DB] Waiting for localhost

2015-03-08 Thread Ethan Rosenberg
On 03/08/2015 01:50 AM, Karl DeSaulniers wrote: Shit! — Half Price Books! Best, Karl DeSaulniers Design Drumm http://designdrumm.com On Mar 8, 2015, at 12:49 AM, Ethan Rosenberg erosenb...@hygeiabiomedical.com wrote: On 03/08/2015 01:43 AM, Karl DeSaulniers wrote: The Dummies series is

Re: Fwd: [PHP-DB] Waiting for localhost

2015-03-08 Thread Ethan Rosenberg
: *From: *Karl DeSaulniers k...@designdrumm.com mailto:k...@designdrumm.com *Subject: **Re: [PHP-DB] Waiting for localhost* *Date: *March 8, 2015 5:58:29 PM CDT *To: *erosenb...@hygeiabiomedical.com mailto:erosenb...@hygeiabiomedical.com Try... if($row7[0] === 1) { echo('script type=text

[PHP-DB] Waiting for localhost

2015-03-07 Thread Ethan Rosenberg
Dear List - I am getting the message - waiting for localhost. Here are some diagnostic steps I have tried root@meow:/home/ethan# cat /var/www/cgi-bin/httpd.conf ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/jkj ServerName 127.0.0.1:80 Listen xx.xx.xx.xx:80 Listen 127.0.0.1:80