User Profile

Collapse

Profile Sidebar

Collapse
salman1karim
salman1karim
Last Activity: Oct 4 '11, 05:46 AM
Joined: Dec 7 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • salman1karim
    replied to urlencode and urldecode properly
    in PHP
    I already declare encoding in index.php and as well postcomment.php .
    Code:
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    See more | Go to post

    Leave a comment:


  • salman1karim
    started a topic urlencode and urldecode properly
    in PHP

    urlencode and urldecode properly

    I pass three variables through javacripting and these variable fetch from flash.

    Code:
    window.open("http://www.abc.com/postcomment.php?nID="+id + "&song_name=" +songname + "&artist_name=" +artistname);
    Inside variable have Arabic character (UTF-8) and Url should like this:
    http://www.abc.com/postcomment.php ... song_name=ويتمي ز ايو&artist_name =مزيج...
    See more | Go to post

  • salman1karim
    started a topic vb6 setup file

    vb6 setup file

    Hi guys,

    I finish my first project in vb6,MS Access 2003 and crystal reports 11 and i want to create setup file but i dnt know how to do it?

    because when ic reate exe file and i give toi my customer they give a lot of eror like missing dlls and miss ocx file.

    so please help me about this problem.

    Thanks in advance
    See more | Go to post

  • salman1karim
    replied to Query problem
    Thanks for your reply

    I Face a lot of problem and at last i solve my solution.

    and thanks for all guys....
    See more | Go to post

    Leave a comment:


  • salman1karim
    replied to Query problem
    Guys plz help me about my problem
    See more | Go to post

    Leave a comment:


  • salman1karim
    replied to Query problem
    The user put the invoice # inside the text box (like txtsearch.text) and then after the query will be run and took data from the database. but when the invoice # is correct then find it but when invoice # is incorrect then give the error like null value or 0 or not find data.(in this line txtbox.text=rs( 0) ) so please help me about my problem.

    thanks...
    See more | Go to post

    Leave a comment:


  • salman1karim
    replied to Query problem
    Hi ,

    this is correct spelling of quatity and for my question
    i face problem with my conditions because the first query take the multiplication with the food and quantity and put in the text box.so u understand why i use the indexing like rs(0) but if i put the wrong invoice number so it gives error so i face problem with my if else conditions so please let me know how to handle my problem.

    thanks for reply...
    See more | Go to post

    Leave a comment:


  • salman1karim
    started a topic Query problem

    Query problem

    Hi guys.

    I face one little problem in query. i took some data from access write sql query but some they took data some time not or some time asked null data but i dont know how to put the check basis so please help me about this problem. the query is mentioned below:

    using the DAO:

    Set rs2 = db.OpenRecordse t("sale")
    Set rs2 = db.OpenRecordse t("select sum(foodprice * quatity)...
    See more | Go to post

  • salman1karim
    replied to Query problem
    Thanks reply for all guys.

    I solve my problem and specially thanks for Killer42 woh give me the correct answer.
    See more | Go to post

    Leave a comment:


  • salman1karim
    started a topic Query problem

    Query problem

    Hi friends,

    I face a problem with sql query in vb 6. I took some data from MSAcess database using the sql query which is mentioned below:

    Set rs1 = db.OpenRecordse t("select sum(foodprice * quatity) from sale where date1 = " & "'" & txtdate.Text & "'")

    its gives Run time error no 3464 Data type mismatch cretira expression
    if i write this query like
    ...
    See more | Go to post
No activity results to display
Show More
Working...