User Profile

Collapse

Profile Sidebar

Collapse
farukcse
farukcse
Last Activity: Mar 1 '11, 01:45 PM
Joined: Nov 3 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Dear,
    I may need to set its connection encoding upon connecting to the database in MSSQL.

    The equivalent of running SET NAMES utf8 under mysql after connecting.

    Regards,
    Faruk Chowdhury,
    See more | Go to post

    Leave a comment:


  • Dear,
    Thanx for your reply.
    but it doesnot support to fix this problem.
    for this same i used set names utf8 in mysql_query().
    so can you tell how to do this same functionaly for mssql?

    Your quick response is highly appriciated.

    Regards,
    Faruk
    See more | Go to post

    Leave a comment:


  • How to insert Arabic characters in MS SQL Server 2005?

    Dear ,

    i am trying to use php with MS SQL 2005.
    while i am trying connect using follwing code and inserting arabic data using quey then it stores the arabice data in database as garbase. can any one suggest me abt this problem?

    i solved this proble by using mysql_query("SE T NAMES utf8"); is there any similar anything in MS SQL server?
    [code]

    $myServer = "10.0.120.5 8";...
    See more | Go to post

  • farukcse
    started a topic encoding problem with MSSQL and php

    encoding problem with MSSQL and php

    Dear sir,
    i am tring to use mssql with php for my web application.
    But i am facing problme with arabic chararcters.
    it appears like as ��������� ���.
    can anyone tell me how to fix this error?


    Regards,
    Faruk Chowdhury.

    Code:
    //Query to connect MSSQL
    
    $myServer = 'localhost';
    $myUser = 'sa';
    $myPass='';
    $myDB='pos';
    
    
    $dbhandle
    ...
    See more | Go to post

  • farukcse
    replied to How to detect the X button in IE8
    Thanks a lot....
    it works fine with IE ...
    See more | Go to post

    Leave a comment:


  • Thanx for your prompt response...
    i also used this event function...
    See more | Go to post

    Leave a comment:


  • How to detect the x button in InternetExplorer?

    Dear,

    can anyone tell me how to detect X button in internet explorer ?

    Regards,
    Faruk Chowdhury
    See more | Go to post

  • Change the security settings using javascript

    Dear Sir,
    i need to know how to change security settings of internet explorer using javascript.
    is it possible to control the settings of internet explorer using programming language like javascript?
    can you anyone help me regarding this issue?

    Regards,
    Faruk Chowdhury.
    See more | Go to post

  • farukcse
    started a topic how to use ASP with Apache?
    in PHP

    how to use ASP with Apache?

    Dear Sir,

    Is it possible to run ASP on Apache? I have Apache running on my home server and I want to install an ASP scripts. I have Apache running on Windows XP home, so there is there a way to run ASP also? A module or a plug in or something? Where can I get it? thanks. :confused:

    Regards,
    Faruk Chowdhury
    See more | Go to post

  • farukcse
    replied to .wmv file downloading
    in PHP
    i tried with the code as below. but it remains same problem. this problem is for vedio and audio files. but it does not happend in .doc or jpg files.

    [code]
    $videoName = "new_Ayman" ;
    $videoDir = "download/tv-interview/";

    $fullPath = $videoDir . $videoName;

    header("Content-Type: application/octet-stream");
    header("Content-disposition: attachment;...
    See more | Go to post

    Leave a comment:


  • farukcse
    replied to .wmv file downloading
    in PHP
    can you tell me what is reason file to be corrupted?
    i tried the following code but it reamins same problem as before.

    Code:
    $videoName = "new_Ayman.wmv"; 
    $videoDir = "download/tv-interview/"; 
      
    $fullPath = $videoDir . $videoName; 
     
    header("Content-Type: application/octet-stream");   
    
    header("Content-disposition: inline; filename={$videoName}");
    ...
    See more | Go to post

    Leave a comment:


  • farukcse
    replied to .wmv file downloading
    in PHP
    Now i am using the code like as below.But it remains same problem. the error is like that:
    The file you are attempting to play has an extension that does not match the file format.



    Code:
    videoName = "new_Ayman.wmv"; 
    $videoDir = "download/tv-interview/"; 
      
    $fullPath = $videoDir . $videoName; 
     
    header("Content-Type: application/octet-stream");
    ...
    See more | Go to post

    Leave a comment:


  • farukcse
    replied to .wmv file downloading
    in PHP
    Thanx for your quick response.

    Can you tell me what will be problem at OS ?
    i checked from different client's pc and all of them are using windows xp. and i am using apache 2.2.8 web server.
    in all cases the same problem exist....
    See more | Go to post

    Leave a comment:


  • farukcse
    started a topic .wmv file downloading
    in PHP

    .wmv file downloading

    Dear Sir,
    i am facing a problem in downloading .wmv file.
    while i downloded the .wmv file and then try to open it gives an error that file type is not supported. can any one tell me where is the problem in my php code?

    Code:
    $videoName = "new_Ayman.wmv"; 
    $videoDir = "download/tv-interview/"; 
      
    $fullPath = $videoDir . $videoName; 
      
    header("Content-Type: video/x-ms-wmv");
    ...
    See more | Go to post
    Last edited by Markus; Mar 23 '09, 07:59 PM. Reason: Changed code to [/code]

  • farukcse
    replied to weather information in web site
    in PHP
    Thanx for your cooperation and support......
    See more | Go to post

    Leave a comment:


  • farukcse
    replied to weather information in web site
    in PHP
    i need php code or php classe by which i can show the current temperature for local city/country in my site....
    See more | Go to post

    Leave a comment:


  • farukcse
    replied to weather information in web site
    in PHP
    i don't know.
    can u send me plz?...
    See more | Go to post

    Leave a comment:


  • farukcse
    started a topic weather information in web site
    in PHP

    weather information in web site

    Dear Sir,
    i need to add weather information in my web site.
    how can i do this using php?
    please try to inform to me.

    Regards,
    faruk chowdhury
    See more | Go to post

  • farukcse
    started a topic enconding problem

    enconding problem

    Dear Sir,

    i am using apache 1.3.33 - php 4.3.10 - mysql 4.1.9.
    now i want to use update apache php and mysql versions via XAMMP.
    when i am storing data in updated mysql database i can't see arabic characters for previous data. but for new data this is not making any problem.
    i checked via phpmyadmin and i see that it shows the arabice characters properly but in my php scripts it does not show properly.i am using...
    See more | Go to post

  • farukcse
    replied to printing in landscape automatically
    Dear Sir,
    i am tesiting on internet explorer version 6.0 .

    Thanks in advance .

    Faruk
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...