User Profile

Collapse

Profile Sidebar

Collapse
Limno
Limno
Last Activity: Feb 26 '10, 01:09 PM
Joined: Apr 18 '08
Location: India
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Limno
    replied to Chat code
    in PHP
    Hi Alti,

    Can you give me any send me any sample code, so that i can understand how to do this project...

    Thanks in Advance
    See more | Go to post

    Leave a comment:


  • Limno
    started a topic Chat code
    in PHP

    Chat code

    Hi all,
    can anyone suggest me, how to create my database for chat code as like gtalk.

    msgid
    user1
    user2
    date
    time
    msg
    msgby

    but i cant display their messaged data as

    user1:hi
    user2:how r u?
    user1:i m fine, what abt u?

    I dont knw how to fetch their data

    now my code displaying

    on user1 wind
    ...
    See more | Go to post

  • Limno
    started a topic Wordpress Gallery Plugin
    in PHP

    Wordpress Gallery Plugin

    Hi All,

    I m developing my site in wordpress, i worked with nextgen gallery plugin, by using [album id=1] in my page.
    But i need a code to display nextgen gallery album list at the footer my webpage
    How can i do this, send me any link or some sample code

    Thanks in Advance.
    See more | Go to post

  • Limno
    started a topic Serial Number Incrementation
    in PHP

    Serial Number Incrementation

    Hi all
    Can anyone tell how to increment the serial number, now i m displaying $i value for that, its displaying 1,2,3,4,5. if next set of question again it displaying 1,2,3,4,5

    But i need for 1st set 1,2,3,4,5
    and then 2nd set 6,7,8,9,10.
    like this.
    How can i do this

    Thanks in Advance.
    See more | Go to post

  • Limno
    started a topic Insert query Problem

    Insert query Problem

    insert into test (userid,questio n_id) ('1',select question_id from question ORDER BY RAND() LIMIT 2 )

    i need to insert values from question table with userid as 1.

    How can i solve ths problem

    Thanks in Advance
    See more | Go to post

  • Limno
    replied to Online Exam in php
    in PHP
    How can i know that current question number.

    I m inserting question with different category, user test is based on category.

    it will be random quesion numbers in database.
    See more | Go to post

    Leave a comment:


  • Limno
    started a topic Online Exam in php
    in PHP

    Online Exam in php

    Hi,

    Can anyone suggest me how to do online exam in php, Here my doubt is, i displayed 1st question with 4 options. But if user click next button, i need to display 2nd question, then 3rd.... goes on. and the user is not allowed to move to the previous question.

    with this query, i m displaying 1st question and its options

    Code:
    SELECT * FROM question where cat_id='".$_GET['cat']."' ORDER BY question_id Limit
    ...
    See more | Go to post

  • Limno
    started a topic Wordpress Template changes
    in PHP

    Wordpress Template changes

    Is there any way to change that wordpress template into my div template which i created. if soo please tell me how to do this..
    Thanks in Advance
    Limno.
    See more | Go to post

  • Limno
    started a topic Wordpress Plugin
    in CMS

    Wordpress Plugin

    Hai All,

    Can anyone suggest me a links to download for wordpress plugin with English and Tamil and hindi font acceptance in textbox with multi-tag like bold,italic,ali gnment tag, etc..

    Thanks in Advance.
    See more | Go to post

  • Limno
    replied to mktime() Error
    in PHP
    Thank you Dormilich, its working
    See more | Go to post

    Leave a comment:


  • Limno
    replied to mktime() Error
    in PHP
    My code is this, or tell me how to display my date in this format

    [Monday, 4th January, 2010]

    Thanks....
    See more | Go to post

    Leave a comment:


  • Limno
    replied to mktime() Error
    in PHP
    array(1) { [0]=> string(17) "5th January, 2010" }

    its showing this...
    See more | Go to post

    Leave a comment:


  • Limno
    replied to mktime() Error
    in PHP
    Still its not working, i am inserting data on one date and i need to display the posted date and its day. Need some suggestion..

    Thanks
    See more | Go to post

    Leave a comment:


  • Limno
    started a topic mktime() Error
    in PHP

    mktime() Error

    hi All,

    echo date("l",mktime (1,0,0,$d[1],$d[2],$d[0]));

    its printing "Sunday, 4th January, 2010" but its monday

    Can anyone correct this...

    Thanks in advance..
    See more | Go to post

  • Limno
    started a topic PHP text Search as in this forum
    in PHP

    PHP text Search as in this forum

    How can i code this search textbox.

    Code:
    <form name="searchForm" method="post" action="">
    				<input type="text" name="keyword" />
    				<input type="submit" name="submit" value="Search">
    </form>
    If search text found mean, it should redirect my page to another page and found data must be listed their.......
    See more | Go to post
    Last edited by Dormilich; Jan 2 '10, 12:49 PM. Reason: Please use [code] tags when posting code

  • Limno
    replied to PhpMysqladmin field maximum length...
    in PHP
    K Dormilich, Thank u soo much.
    Please Keep in Touch
    See more | Go to post

    Leave a comment:


  • Limno
    replied to PhpMysqladmin field maximum length...
    in PHP
    Thanks, It's working.. i used addslashes() function.
    Thank u again Torph.
    See more | Go to post

    Leave a comment:


  • Limno
    replied to PhpMysqladmin field maximum length...
    in PHP
    yes i m using this, but i m inserting my description field by

    <textarea name="descripti on" rows="3" id="transl2" style="width:60 0px; height:250px; color: black;"><?php echo $row1[2];?></textarea>

    i cant insert my value using insert query
    See more | Go to post

    Leave a comment:


  • Limno
    started a topic PhpMysqladmin field maximum length...
    in PHP

    PhpMysqladmin field maximum length...

    Field - description
    Type - Text
    Collation - utf8_general_ci

    But i cant store my data, if its more description detail. what is maximum length to store lengthy values in that field.

    Thanks in Advance
    See more | Go to post

  • Limno
    started a topic Polling Process
    in PHP

    Polling Process

    Hi All,

    I created my online polling system in my site. Now what i need is, i need to allow user to enter their votes at one time[ie. not multiple voting for single user for one question]. if admin change polling question, then the user can allow to vote. How can i do this process. i need some suggestion please.

    Thanks in Advance.
    See more | Go to post
No activity results to display
Show More
Working...