Re: [PHP-DB] I'm So Confused . . .

2013-07-09 Thread Kris
Hi, Andrew! On Mon, 8 Jul 2013 11:17:14 -0400, andrew.jar...@gmail.com (Andrew Jarcho) wrote: >1) You're not stupid Let's hope. :-D >2) You're not too old to accomplish what you want to accomplish. >A couple of good books (preferably fairly short ones) by people who >know what they're talk

[PHP-DB] I'm So Confused . . .

2013-07-08 Thread Kris
All of my PHP/MySQL stuff was done years ago, and I used "good practices" at the time. Things have changed, and it's past time to get up to speed on mysqli, PDO, sessions, etc. All my projects to date have been private, hobby things that "outsiders" didn't have access to. That's about to change

Re: [PHP-DB] Re: foreach

2012-04-05 Thread Kris Carlson
Send the code around line 198, say 170 to 210. On Apr 5, 2012, at 8:42 PM, Al wrote: > > > On 4/5/2012 4:15 PM, Ethan Rosenberg wrote: >> Dear Lists - >> >> I know I am missing something fundamental - but I have no idea where to >> start to >> look. >> >> Here are code snippets: >> >> I hav

[PHP-DB] MySQL db sync

2005-01-15 Thread Kris Geens
Hi, I need some help. Does anyone know a good tool to synchronize MySQL databases? Thanks in advance for your help Regards, Kris

Re: [PHP-DB] value error in PHP form

2004-06-20 Thread Kris Geens
Maybe this might work -- -- - Original Message - From: "Rinku" <[EMAIL PROTECTED]> To: "Marvin Hechanova" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, June 20, 2004 2:18 PM Subject: Re: [PHP-DB] value error in PHP form > Actually I want

[PHP-DB] Re: PHP and MySQL form problem - Undifined variables

2002-10-25 Thread Kris Newton
Mario, The one neat thing about PHP is when something goes wrong with the code, it usually tells you where the error is happening and like a small reason why. On line 11 of your code, you have: $PHP_SELF, this is the variable that needs to be defined as to what this string is supposed to be. PHP is