Jump to content

kcmakwana

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

kcmakwana's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. $query = 'SELECT * FROM wp_playerRank WHERE year="2011" ORDER BY rankClass ASC LIMIT 5'; $results = mysql_query($query); while($line = mysql_fetch_assoc($results)) {
  2. if i query from mysql prompt, it shows everything correct. All the data is in english,no other language used. but when I access it through web server, browser shows junk characters. but we can not doubt php script, as the same script is working ok in another server. I will try to get snapshot of the page and will post
  3. I have one mysql table with data and accessing this data through one php script. This works fine in REDHAT 8 linux. I have shifted mysql database and the php script to new server with REDHAT RHEL4.4. now when I execute the script from website, it displays junk character (reading form mysql database through php script). There is no error in mysql database/table and script is working fine in redhat 8. I have checked php.ini for default characterset as well as set the encoding in mysql as latin1. Where else should I look/change? any idea?
  4. it is possible with the help of ajax xml or jquery. send me sample code I will tell you how to get result
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.