[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [atlarge-discuss] Attn. AGAIN Abel Wisman [atlarge-discuss] Attn. Abel Wisman - More ICANNATLARGE.ORG web Page "Mistakes or changes"



Folks, 

Making improvements to the Website is a great idea, but only if theya re
tested before publishing.  This is what I got just a minute ago after
clicking on the Link to ICANN Members in the heading banner.....


PASTE
ICANN at Large Members List

In alphabetical order | In chronological order | Alphabetically by
country

We now have $displayed_number members. Register Here!

"; echo ". Names marked with a red asterisk (*) are members who are
willing to provide financial support."; echo "
. Grey names are members without domains."; echo "


------------------------------------------------------------------------
--------

"; $i=0; while ($i < $num) {
$firstname=mysql_result($result,$i,"firstname");
$lastname=mysql_result($result,$i,"lastname");
$country=mysql_result($result,$i,"country");
$town_city=mysql_result($result,$i,"town_city");
$financial_support=mysql_result($result,$i,"financial_support");
$domain=mysql_result($result,$i,"domain"); if ($financial_support ==
"yes") { $display_asterisk = "*"; } else { $display_asterisk = ""; } if
($domain == "") { $display_domain = ""; $display_domain_end = ""; } else
{ $display_domain = ""; $display_domain_end = ""; } echo
"$display_asterisk $display_domain$lastname,
$firstname$display_domain_end. From $town_city, $country
"; ++$i; } echo "

------------------------------------------------------------------------
--------
"; mysql_close(mysql_connect($host,$username,$password)); ?> 
END PASTE

Sincerely,
 
Jeff Holt
Jefftttt@txucom.net
www.tejas-info-services.com
 
 




---------------------------------------------------------------------
To unsubscribe, e-mail: atlarge-discuss-unsubscribe@lists.fitug.de
For additional commands, e-mail: atlarge-discuss-help@lists.fitug.de