www.webdeveloper.com

Search:

Type: Posts; User: anishgiri

Page 1 of 5 1 2 3 4

Search: Search took 0.02 seconds.

  1. Ok I solve it I put a quote in my sql statement....

    Ok I solve it I put a quote in my sql statement. Sometimes I am really forget full of these syntax/rules..
  2. Parse Error Inserting IP on the datae base

    Why do I get this parse error message when I try to insert an ip into the data base.



    Below is my code


    $ip2=219.90.90.2;
    $ip2=mysql_real_escape_string($ip2);
  3. Replies
    2
    Views
    807

    Image difference in height

    http://i5.photobucket.com/albums/y154/reno_of_the_turks/pics2_zps6b69d5eb.jpg

    I am trying to create an image gallery. As you can see in the image why is that the right image has more height? Even...
  4. Replies
    0
    Views
    451

    Table Question

    I have tabulated date of beverages with price and beverage. I need to position the price at far right. I don't know if I am doing it right with tables, I used mant td. Below is my code.


    <table ...
  5. Replies
    4
    Views
    960

    Table Question

    I have tabulated date of beverages with price and beverage. I need to position the price at far right. I don't know if I am doing it right with tables, I used mant td. Below is my code.


    <table ...
  6. Thread: Slider

    by anishgiri
    Replies
    1
    Views
    572

    Slider

    Does anybody here knows a free slider that looks like this?There is a text on the left side, and an image on right side. The slider should also have an option of auto play. Thanks.
    ...
  7. Replies
    1
    Views
    690

    Here is the live run ...

    Here is the live run

    http://anishgiri.net46.net/test.html

    I realize that when the page got longer of course it will show a scroll, and the wrapper does not really grow, the scroll just occupy...
  8. Replies
    1
    Views
    690

    Lay out question

    <style type="text/css">
    body
    {
    margin: 0;
    padding: 0;
    background-color:#552F18;
    }
    #wrapper
    {
    width:960px;
  9. Replies
    3
    Views
    349

    I want a condition where only the user id that...

    I want a condition where only the user id that have record in last_login table will show the username and date_time_in record. So i tried this.




    Now this will display the user_name(with...
  10. Replies
    3
    Views
    349

    sub queries question

    I am trying to study sub queries, but correlated sub queries is not yet clear to me. Suppose I have users_tbl that have id and user_name column, I also have login_tbl that have id and last_login...
  11. Thread: SQL Help

    by anishgiri
    Replies
    1
    Views
    314

    SQL Help

    I can't get what is the proper sql for this.

    So I have users_tbl and users_access_log_tbl tables. Users_tbl table have user_id and user_name column. Users_access_log_tbl table have user_id and...
  12. Ignore this double post..

    Ignore this double post..
  13. I tried that it works, but I will use...

    I tried that it works, but I will use rawurlencode instead, thanks. I guess I should always use rawurlencode when passing variable via url...
  14. Trouble displaying special characters on page load

    if(isset($_POST['submit']))
    {

    header("location:main.php?option=edit_company2&company_name=M&E");
    die();
    }

    If I will echo it like this
  15. Replies
    9
    Views
    914

    But is it, a field containing keywords separated...

    But is it, a field containing keywords separated by comma against data base normalization?
  16. Replies
    9
    Views
    914

    The keyword field will contain keyword values...

    The keyword field will contain keyword values separated by comma? Something like "keyword1, Keyword2, Keyword3"?
  17. Replies
    9
    Views
    914

    So what is better an article table that include...

    So what is better an article table that include key word id, or key word table that includes article id?

    @spufi thanks for the post...
  18. Replies
    9
    Views
    914

    Thanks for some information. Any body else have...

    Thanks for some information. Any body else have an idea of this? Thanks...
  19. Replies
    9
    Views
    914

    Tagging solution question

    The idea of tagging solution(book mark, search,blogs, facebook) is not clear to me. So in simple explanation what is a tagging solution? Is the database structure below an example of tag solution?...
  20. Replies
    1
    Views
    472

    How to find if a string has a quote?

    How can check if a string has a quote?

    $string=Peter's

    if($string has a quote)
    {
    echo ' this string has a quote';
    }
  21. Replies
    3
    Views
    769

    I have found the trouble, I should remove the...

    I have found the trouble, I should remove the quotes on the variable $school
    <option value='$school'> should be
    <option value=$school>
  22. Replies
    3
    Views
    769

    Trouble with single quote.

    In php you can do use addslashes or mysq_escape string to deal with quotes. But I don't know how to do it with javascript(jquery).


    $("#press").click(function(event){
    var school =...
  23. Thanks man, though I am not that yet familiar...

    Thanks man, though I am not that yet familiar with jquery, I have use some open source jquery together with php, but with this jquiz, I seems can't figure out how to get the total test value.
    ...
  24. Thanks for the answer, I only want to store the...

    Thanks for the answer, I only want to store the summary of the score. For exampe in the
    simple-html-quiz.html from demo files in jquizme. I will to save the result in which after you completed the...
  25. How to saved jquizme test result on database?

    Anybody here familiar with jquizme? I have take a look at the codes of jquizme(jQuizMe-uncompressed.js), but I can't figure out how can I pass the test result on the database.
    ...
Results 1 to 25 of 120
Page 1 of 5 1 2 3 4
HTML5 Development Center



Recent Articles