Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| universe:earth:officers3 [27 Jun 2010 22:35] – amended php to fix surname from separate row from first name james | universe:earth:officers3 [20 Apr 2011 13:04] (current) – and then added the semi-colon! james | ||
|---|---|---|---|
| Line 97: | Line 97: | ||
| extract($row); | extract($row); | ||
| $LastName = $Surname; | $LastName = $Surname; | ||
| + | next($row); | ||
| // then randomly take a firstname of the correct gender from the same list | // then randomly take a firstname of the correct gender from the same list | ||