Unable to connect to the database server at this time.

" ); exit(); } mysql_select_db("teisurvey", $conn); $result = mysql_query("SELECT * FROM teisurvey LIMIT $a,1"); echo ""; while ($row = mysql_fetch_array($result, MYSQL_NUM)) { echo ""; $a++; echo "
TEI Survey Results
Response Number: $row[61] of $num Name: $row[62] $row[63] Date: $row[0]
Project Information
Organization Type: $row[1] $row[2]

Funding Source: $row[3] $row[4]

Language: $row[5]
Period: $row[6]
Type: $row[7]
Genre(s): $row[8]
MB or Words

Already Encoded: $row[9]
Next 6 Months: $row[10]
Next 2 years: $row[11]

Software For Encoding: $row[12] Software For Publishing: $row[13] Software For Other Work: $row[14]
TEI Use
Source of TEI Information: $row[15] $row[16] Do You Use The TEI Guidelines? $row[17] If Not, Why Not?: $row[18]
$row[19]

$row[20]
Effect on Deciding Whether To Use TEI (1=most, 5=least)

Publishing Software: $row[21]
WYSIWYG Editor: $row[22]
Better Documentation $row[23]
Access to Training: $row[24]
Other: $row[25]
$row[26]

Which TEI DTD Do You Use?

$row[27]
$row[28] $row[29]
$row[30] $row[31]

Do You Use the Pizzachef?

$row[32]
Language: $row[33]
Used Extension Mechanism: $row[34]
Why Modified? $row[35]
Mods Documented? $row[36]
Mods Are? $row[37]

Does the DTD meet your needs? $row[38]

Plans for XML Conversion? $row[39]

Software:
For Encoding: $row[40]
For Display: $row[41]
For Searching: $row[42]
For Document Management: $row[43]
TEI Guidelines Development
What Needs Work?

$row[44]

Would someone in your organization be willing to serve on a working group? $row[45]
Would someone in your organization be willing to critique draft guidelines? $row[46]

TEI Membership
Is your institution a TEI member? $row[47]

If so, why? $row[48] $row[49] $row[50] $row[51] $row[52] $row[53] $row[54] $row[55] $row[56]

If Not, why not? $row[57] $row[58] What membership services would benefit your project? $row[59] $row[60]
"; } echo ""; //no previous results if ($chunk-1<0) { echo ""; echo "
No previous results"; echo "
"; echo ""; echo ""; echo ""; echo "
"; echo "
"; echo "

"; echo ""; exit; } //previous and next results elseif ($chunk>0 && $chunk+1<$remaining) { $c=$a-2; echo ""; echo "
"; echo ""; echo ""; echo ""; echo "
"; echo ""; echo ""; echo "
"; echo ""; echo ""; echo ""; echo "
"; echo ""; echo "

"; echo ""; exit; } //no next results elseif ($chunk+1>$remaining) { $c=$a-2; echo ""; echo "
"; echo ""; echo ""; echo ""; echo ""; echo "No next results"; echo "
"; echo ""; echo "

"; echo ""; exit; } else { exit; } ?>