Search Results

Showing results 1 to 40 of 81
Search took 0.01 seconds.
Search: Posts Made By: tulipputih
Forum: PHP 18 Days Ago
Replies: 6
Views: 236
Posted By tulipputih
ok, thank you.
I have read it.
What I intend to upload is .doc files or pdf files.

It is not advisable to store the entire file in the database..
but does it means it is possible?
If so how?...
Forum: PHP 19 Days Ago
Replies: 6
Views: 236
Posted By tulipputih
Hi,
Is it possible to upload a file that contains some data
and directly save the data in specific fields as in database using php?.

this is important as the data retrieved according to their...
Forum: MySQL Sep 11th, 2009
Replies: 0
Views: 382
Posted By tulipputih
Dear All.
1. I need to select all related information from a table (lesson) that fulfill certain conditions.

2. the output (some of the fields from lesson table)are then need to be referred to...
Forum: PHP Sep 8th, 2009
Replies: 21
Views: 723
Posted By tulipputih
Hello,
Anyone can help me to solve this problem?

thank you.
Forum: PHP Sep 7th, 2009
Replies: 21
Views: 723
Posted By tulipputih
ok, thanks for your reply.
really appreciate it.
I am trying to expand the code so that it works according to my need.

Many thanks.
Forum: PHP Sep 6th, 2009
Replies: 21
Views: 723
Posted By tulipputih
Result of the search will be displayed in rank.
The most similar record to the query will be at the top of the result list..followed by the 2nd most similar and so on.
this similarity is calculated...
Forum: PHP Sep 6th, 2009
Replies: 21
Views: 723
Posted By tulipputih
yup..that is just a sample interface..it will be editted later according to the databse structure

The main problem is I do not know how to refer to several lookup tables. How can I do this ?
many...
Forum: PHP Sep 6th, 2009
Replies: 21
Views: 723
Posted By tulipputih
query is the keyword that user key-in
cases are records in database..
query and cases are compared..the similarity is taken from the llokup table..
& overall similarity is calculated.

many...
Forum: PHP Sep 6th, 2009
Replies: 21
Views: 723
Posted By tulipputih
ok..thanks..
Attached herein is the interface of the search page.
the similarity should be reffered to other tables
(similarity table)
Forum: PHP Sep 5th, 2009
Replies: 21
Views: 723
Posted By tulipputih
Hi,
I need to refer to the lookup table for each keyword inserted by user
to compare query and record in database and find the similarity.
this similarity is then times by the weight chose by...
Forum: PHP Sep 5th, 2009
Replies: 21
Views: 723
Posted By tulipputih
thanks a lot.
I am trying to run it.
Forum: PHP Sep 4th, 2009
Replies: 21
Views: 723
Posted By tulipputih
yes , you are right. Furthermore each column has another textbox for the weight.


yes please..really appreciate it

thank you
Forum: PHP Sep 4th, 2009
Replies: 21
Views: 723
Posted By tulipputih
Hi cwarn23,

attached here is one of the table- form and the main table: lessonplan
the other 4 tables (subject ,skills ,time ,ability) follow the same structure...however the record need to be...
Forum: PHP Sep 3rd, 2009
Replies: 21
Views: 723
Posted By tulipputih
ok,
but users' search should contains the fields in the first table with weight-
form - (user's input- eg: form2) :5
subject - (user's input- eg: science) :4
skills - (user's input- eg:...
Forum: PHP Sep 3rd, 2009
Replies: 21
Views: 723
Posted By tulipputih
ok, thanks.
I need to do searching from the database records.
users need to key-in keywords together with the weight of each searched keyword.
the result should be shown in ranking..

So I need...
Forum: PHP Sep 3rd, 2009
Replies: 21
Views: 723
Posted By tulipputih
Hello,
Anyone know how to solve this problem?

I have several tables.
1. the main table namely lesson contains several fields that used for searching.
2. weight is assigned by users for each...
Forum: PHP Aug 19th, 2009
Replies: 5
Views: 388
Posted By tulipputih
Hello,
thanks for your suggestions..
It was settled ..
Forum: PHP Aug 17th, 2009
Replies: 5
Views: 388
Posted By tulipputih
Thanks sDjH,
I have tried as what you suggest.
here is the error..
- You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to...
Forum: PHP Aug 16th, 2009
Replies: 5
Views: 388
Posted By tulipputih
Hi everybody,
here is my update query ..there is no error but the record is not updated.

anybody know of what should I edit?
Many thanks


mysql_query("UPDATE lesson SET(`subject`=...
Forum: PHP Aug 7th, 2009
Replies: 3
Views: 236
Posted By tulipputih
if you see from the example- case base value- it looks like 2 dimensional table..
any input?

Thank you
Forum: PHP Aug 7th, 2009
Replies: 3
Views: 236
Posted By tulipputih
ok..thanks..
I just had a look at the demo..

but what I intend to do is to just keep the value ( similar as shown in the link) anywhere.. (anyone know??) and use the value later to compare with...
Forum: PHP Aug 7th, 2009
Replies: 3
Views: 236
Posted By tulipputih
Hi, anybody know on how to create table like this- table editor (http://mycbr-project.net/tableEditor.html)- in MySQL?

I need to retrieve the value & compare it with the query value ( I am doing...
Forum: JavaScript / DHTML / AJAX Jul 30th, 2009
Replies: 4
Views: 401
Posted By tulipputih
hello,
Thanks for your explanation..but my previous code does works exactly as I mean,
the problem is it just takes the last record in the table- terms.
can anyone explain why it is so?

many...
Forum: JavaScript / DHTML / AJAX Jul 28th, 2009
Replies: 4
Views: 401
Posted By tulipputih
Thank you..:)
What I intend to do is to show related terms when a keyword is inserted to a textbox.
here is my code

<?php
$q = $_GET['q'] ;
$myquery = "select * from terms where term like...
Forum: JavaScript / DHTML / AJAX Jul 28th, 2009
Replies: 4
Views: 401
Posted By tulipputih
Hello,
I have copied this code but I do not really understand what this code is about. . :?: When I put this into my code to expand certain terms, it shows result but it just shows the last record...
Forum: PHP Jul 23rd, 2009
Replies: 4
Views: 491
Posted By tulipputih
Forum: PHP Jul 23rd, 2009
Replies: 4
Views: 491
Posted By tulipputih
thanks cwarn23 and shawncplus..
I have tried before..
there is no error now..but the new record is not saved .
What I intend to do is to save a new record after customization.
I do not use update...
Forum: PHP Jul 22nd, 2009
Replies: 4
Views: 491
Posted By tulipputih
I have error on this line..
what should I change..thank you

mysql_query("INSERT INTO lesson (subject,year,learningArea,objectives,ability) VALUES
('<?php echo...
Forum: PHP Jul 22nd, 2009
Replies: 20
Views: 1,293
Posted By tulipputih
thanks all..
I have succesfully customised the textboxes,
however when I try to save it as a set of new record..
nothing happened to the database.
no record is added.

As suggested before..I...
Forum: PHP Jul 22nd, 2009
Replies: 4
Views: 362
Posted By tulipputih
Search records from database.
tq
Forum: PHP Jul 17th, 2009
Replies: 4
Views: 362
Posted By tulipputih
Hello,
anybody can suggest me on how to do exact match in php ( for search purpose).
From my reading I understand that we need to use " ".
What is the correct syntax for this?
Is preg-match...
Forum: PHP Jul 17th, 2009
Replies: 27
Views: 1,338
Posted By tulipputih
Thanks all..
I have done this ..not in text area.
just a normal link..using the same syntax & then print <br/> at the end of that code.
Forum: PHP Jul 15th, 2009
Replies: 27
Views: 1,338
Posted By tulipputih
thanks Menster..
I have tried like this

<?php
for ($i =0; $i < $ValuenumtableChildren; $i++)
{
$str1 = substr($Valuechild[$i],0);
$str2 = substr($Valuechild[$i],1);
...
Forum: PHP Jul 15th, 2009
Replies: 27
Views: 1,338
Posted By tulipputih
Hello,
since there is no solution for a link in text area..
I just make it a normal link-not in textarea

<?php
for ($i =0; $i < $ValuenumtableChildren; $i++)
{
echo '<a...
Forum: PHP Jul 10th, 2009
Replies: 3
Views: 405
Posted By tulipputih
Hello,
I have tried to do this bacic MySQl query expansion but there is an error..Could anyone who know how to correct it tell me. thank you

$myquery = "SELECT learningArea,subject,ability FROM...
Forum: PHP Jul 4th, 2009
Replies: 20
Views: 1,293
Posted By tulipputih
ic, ok..thanks:$
but I would like to retain the value that is currently displayed.
by using this $flag="";
the textbox is enable..it's correct..but the value inside is emptied.

thank you
Forum: PHP Jul 3rd, 2009
Replies: 20
Views: 1,293
Posted By tulipputih
HI adatapost,
I am sorry for coming to this thread again
several questions to ask:



to enable the textboxes after click edit, can we code like this ?

$unflag="enabled=\"enabled\"";
I...
Forum: PHP Jul 2nd, 2009
Replies: 3
Views: 220
Posted By tulipputih
$query= 'SELECT * FROM ' . $_GET[$tablename] . ' WHERE id = ' . (int) $_GET[$row2[$cols]] . ';' ;

I have changed it to the above statement..but there is an error as well
mysql_fetch_array():...
Forum: PHP Jul 2nd, 2009
Replies: 3
Views: 220
Posted By tulipputih
Hi..is this a correct SQL statement to display details of a record from
table and column that is variable


$query= (SELECT * FROM $_GET['$tablename'] . "' WHERE id = '" . $_GET[' $row2[$cols']...
Forum: PHP Jun 30th, 2009
Replies: 0
Views: 259
Posted By tulipputih
Hi,
I am trying to apply ranking to the output of my search result based on the relevance of the searchterm & record in database.
when I run the below code..there was a query error
...
Showing results 1 to 40 of 81

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC