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
User Profile
Collapse
-
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... -
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. -
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. -
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 -
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.Leave a comment:
-
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
-
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. -
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. -
-
My code is this, or tell me how to display my date in this format
[Monday, 4th January, 2010]
Thanks....Leave a comment:
-
array(1) { [0]=> string(17) "5th January, 2010" }
its showing this...Leave a comment:
-
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..
ThanksLeave a comment:
-
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.. -
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>
-
-
Thanks, It's working.. i used addslashes() function.
Thank u again Torph.Leave a comment:
-
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 queryLeave a comment:
-
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 -
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.
No activity results to display
Show More
Leave a comment: