Jump to content

tallberg

Members
  • Posts

    132
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

tallberg's Achievements

Regular Member

Regular Member (3/5)

0

Reputation

  1. Hi im using mod rewrite to change .htm to .php RewriteRule ^(.*)\.htm $1\.php [NC] Works fine but occationally it acctually sends back a filename.php to the url instead of .htm Any one have a clue?
  2. Hi I have script that sends newsletters. There server seem to beable to handle sending a few at a time sometime 10 some time 2. Does anyone know of a way to create an ajax script of cronjobs to send out newsletters after an interval of 5 min or so to allow the mail server time to recover. Thx
  3. Thanks for the reply. Ive tryed that and im still only getting 53 emails.
  4. Hi Ive made a newsletter app a site. Its pretty basic. it uses a loop to send emails. There have been reports that some subscribers have not received an email. Ive tested it by sending out an email to 96 user all with the same yahoo email address. The yahoo mail account receives 56 email when it should have recieved 96. My guess is the loop or the mail function stops working at a cirtain point. Does anyone have experiance dealing with this issue?
  5. Im not sure what you mean. Why I stuck the charater in a normal TEXT field with the default collation the charater just changed in ?????????????????????????????????? What do mean by encoding the everything thing i cant natively support? Thanks for the imformative replay.
  6. A solution to my problem http://www.shawnolson.net/a/946/unicode-data-with-php-5-and-mysql-41.html Basically $sql = "SET NAMES 'utf8'"; $rs = mysql_query($sql) or die(); before a query will do the job
  7. Hi I would like to know to properly store and retrieve japanse in a mysql db. Ive changed the field is TEXT ive tryed changing the collation to various different types and this has made no difference. The charater look in in phpmyadmin. Ive tryed changing the connection collation and this has made no difference. I know its to do with the db because my php page can display hard coded charaters. Help?
  8. Thanks for you reply I managed to display japanese characters that are hard coded in to the page and get the shopping cart working with the file saved as utf8 but i dont seem to be able to retreive japanese from the database. Ive tryed changing the collation of the field to ucs2_bin, ujis_japanese_ci, sjis_japanese_ci, cp932_japanese_ci and this has had no effect. Any ideas would be great?
  9. Hi i recenty resaved a file in utf-8 so that i can have japanese text. However, my php system seem to requires that my files remain in ANSI in order to work. The error Content Encoding Error The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression. Any ideas?
  10. Thank you for your reply. Ive put header('Content-type: text/html;charset=utf-16'); in and changed the meta tag and now the japanese displays but all the mark up is lost. It looks like the mark up is being converted into japanese. Any ideas?
  11. Hi Im trying to convert a site into japanese. I found out that if the php page is in uft8 then it will display the charecters. However, when i convert my php page with a shopping cart and other related functions I get the errror message Content Encoding Error The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression. Any ideas how i can retain my php functionality and use utf8 to display japanese?
  12. Hi Im just a the point where i need ssl. I dont understand the difference between using openssl and buying a cirt from my host? Help would in understanding this would be appriciated
  13. tallberg

    openssl

    Hi im new to ssl Im using Win32 OpenSSL v0.9.8m Light to try and generate my private key and public cirtificate for my oscommerce site. The keys are generated but the comand line generate a disturbing error "unable to write random state" Ive read lots about it but nothings tells me how to fix it. Any ideas?
  14. Thanks for your replys. Im still not clear. What I know is you can store data and query it contents in a database and an xml why use one and not the other?
×
×
  • 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.