RE: Notice: Undefined index:

2003-01-15 Thread Maureen Roihl
That looks like a PHP problem to me. Have you tried mysql_fetch_assoc()? I believe mysql_fetch_row() gets you an array with a numeric index (in which case lastname would be in $line[0]). Notice: Undefined index: lastname in E:\IIS Webs\index.php on line 29 ? PRINT HTML; PRINT HEAD;

RE: Notice: Undefined index:

2003-01-15 Thread Maureen Roihl
mysql_fetch_array() does the same thing as mysql_fetch_assoc(), both will return the record as an associative array, which is how you're trying to access it. -Original Message- From: Victor Pendleton [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 15, 2003 9:49 AM To: 'Maureen

Re: phpMyAdmin

2001-02-14 Thread Maureen
phpwizard.net [EMAIL PROTECTED] wrote: I was reading through the list and found numerous mentions of phpMyAdmin. Since I am a newbie (hoping not to be) at mysql and php, but soon will be using both, I started looking for it on my Linux box. I have both php3 and 4 on the system and mysql

Re: Front End Needed

2001-01-18 Thread Maureen
Try phpMyAdmin if you are also using php. I use it all the time, works great. Search at phpbuilder.com for it. Jason Frisvold wrote: I know it's not "correct" to just jump in and ask and I apologize, but I'm under a bit of a time crunch here... I need to find a web front end that I can