Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
universe:earth:officers3 [20 Apr 2011 13:03] – amended script to prevent firstname and surname from same row 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) | + | 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 |