MySQL Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsDatabasesMySQL Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here
  #1  
Old February 8th, 2006, 11:50 AM
akiko akiko is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Feb 2006
Posts: 1 akiko User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 7 m 49 sec
Reputation Power: 0
Question Need desperate help with school project!

I am currently trying to make an inventory that sorts out equipment, but I am having trouble with building a drop down list. The trouble is that I have no idea how to convert SJIS to EUC-JP when displaying the selection list. It just displays garbling.

The script I tried to use is:

$query = "SELECT DISTINCT category FROM equipmenttype ORDER BY category";
$query = mb_convert_encoding( $query, "SJIS", "EUC-JP");

$result = mysql_query($query)
or die ("Couldn't execute query.");



/* create form containing selection list */
echo "<form action='list.php' method='POST'>
<select name='category'>\n";

while ($row = mysql_fetch_array($result))
{
extract($row);

echo "<option value='$category'>$category\n";

}
echo "</select>\n";
echo "<input type='submit' value='検索する'>
</form>\n";


Can anyone help me?? Thanks!

Reply With Quote
  #2  
Old February 8th, 2006, 01:12 PM
MadCowDzz's Avatar
MadCowDzz MadCowDzz is offline
I'm Internet Famous
Dev Articles Frequenter (2500 - 2999 posts)
 
Join Date: Jan 2003
Location: Toronto, Canada
Posts: 2,890 MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level)MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level)MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 1 Week 16 h 4 m 48 sec
Reputation Power: 8
What does your rendered HTML look like?
I trust you have values in your table?
You may want to add a closing OPTION tag... </option>
Why are you using mb_convert_encoding()?

I'm pasting your code below, as is, perhaps the forum's colour coding will show something odd.
PHP Code:
 $query "SELECT DISTINCT category FROM equipmenttype ORDER BY category";
$query mb_convert_encoding$query"SJIS""EUC-JP");

$result mysql_query($query)
or die (
"Couldn't execute query.");



/* create form containing selection list */
echo "<form action='list.php' method='POST'>
<select name='category'>\n"
;

while (
$row mysql_fetch_array($result))
{
extract($row);

echo 
"<option value='$category'>$category\n";

}
echo 
"</select>\n";
echo 
"<input type='submit' value='検索する'>
</form>\n"

__________________
Daryl's Homepage | My Blogroll | My Profile | Firefox supporter!
DevArticles Forum Moderator

"The net is a waste of time, and that's exactly what's right about it." -- William Gibson

Reply With Quote
  #3  
Old February 8th, 2006, 01:15 PM
MadCowDzz's Avatar
MadCowDzz MadCowDzz is offline
I'm Internet Famous
Dev Articles Frequenter (2500 - 2999 posts)
 
Join Date: Jan 2003
Location: Toronto, Canada
Posts: 2,890 MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level)MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level)MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 1 Week 16 h 4 m 48 sec
Reputation Power: 8
Shot in the dark... does your database support SJIS?

I would still advise to remove that line altogether.

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsDatabasesMySQL Development > Need desperate help with school project!


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway