Re: [PHP] Weird nested while loop problem

2001-01-17 Thread Darryl Friesen
array pointer. After the first time you loop through the array, the pointer is at the end, so the second loop won't really do anything. Use the reset frunction to reset the array pointer to the first element. - Darryl ---------- D

Re: [PHP] Weird nested while loop problem

2001-01-17 Thread Darryl Friesen
ry indicating whether or not the query was successful. - Darryl ---------- Darryl Friesen, B.Sc., Programmer/Analyst[EMAIL PROTECTED] Education & Research Technology Services, http://gollum.usask.ca/ Department of Computing Services, University of Saskatchewan --

Re: [PHP] Weird nested while loop problem

2001-01-17 Thread Darryl Friesen
p just has one that works like a combination of both of perl's) I was OK. - Darryl ------ Darryl Friesen, B.Sc., Programmer/Analyst[EMAIL PROTECTED] Education & Research Technology Services, http://gollum.usa

Re: [PHP] Quotes and Values

2001-01-18 Thread Darryl Friesen
> $myVal = " > *trying to accomplish putting " qotes around my string values* Try $myVal = ""; or $myVal = ''; - Darryl ---------- Darryl Friesen, B.Sc., Programmer/Analyst[EMAIL PROTECTE

[PHP] Possible Sybase bug

2001-01-17 Thread Darryl Friesen
h); if ($query) { print "Second SELECT successful\n"; } else { print "Second SELECT failed\n"; } ?> -- Darryl Friesen, B.Sc., Programmer/Analyst[EMAIL PROTECTED] Education &

[PHP] Re: [PHP-DB] Re: [PHP] Query - Grouping Results

2001-03-19 Thread Darryl Friesen
of the current user. As you examine each record, check if it's different than the current one. If it is, save it as the current username, and print the login info. If it's the same, just print the login info. - Darryl

[PHP] Re: [PHP-DB] installing MySQL with PHP4.0.3pl1

2001-02-13 Thread Darryl Friesen
ks like this: [mysqld] basedir = e:/mysql/ I needed to do this before mysqld would even start. - Darryl ---------- Darryl Friesen, B.Sc., Programmer/Analyst[EMAIL PROTECTED] Education & Research Technology Servic