Go Back   Webmaster Malaysia Forum » Website Design & Development » Website Programming

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 01-03-2004, 05:55 PM
nurulmajdi's Avatar
Inspired Webmaster
 
Join Date: Feb 2004
Location: Klang Bandar Diraja
Posts: 160
Rep Power: 59
nurulmajdi is on a distinguished road
Send a message via Yahoo to nurulmajdi
searching.....

// find.parse.php
//------------------------------------------------------------------------------
<?php
include 'Connections/star.php'; // connection to database file cmd
session_start();

if(!$_POST)
{
echo "Anda perlu memasukkan kata kunci bagi pencarian anda";
echo "<META HTTP-EQUIV='REFRESH' CONTENT ='0; URL = find.php'>";
}
else
{
$key = $_POST['keyword'];
$search_by = $_POST['search_by'];
echo $search_by;
echo $key;

$result= mysql_query("SELECT * FROM user_details WHERE $search_by LIKE %."$key".%");

if ($result)
{
echo 'search ok!';
}
else
{
echo 'search failed!';
}
}
?>
//---------------------------------------------------------------------------
//-- find.php file

..
..
<table width="450" height="350" border="0" align="center" cellpadding="0" cellspacing="0" class="maincontentbox">
<tr>
<td class="maincontentbox"> <p class="header">cari allSTARian</p>
<form name="search_members" action="find.members.parse.php" method="post">
<table width="321" border="0" align="center" cellpadding="2" cellspacing="0">
<tr>
<td width="151" class="formstyle">Masukkan Katakunci </td>
<td width="162"><input type="text" name="keyword" ></td>
</tr>
<tr>
<td colspan="2"><p class="formstyle">Pilih Fungsi Carian :</p>
<table width="200" border="0" align="center" cellpadding="0" cellspacing="0" class="para">
<tr>
<td><label>
<input name="search_by" type="radio" value="user_fullname" checked>
Nama Penuh</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="search_by" value="user_name">
Nama Pengguna</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="search_by" value="user_startdate">
Tahun Masuk</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="search_by" value="user_finishdate">
Tahun Keluar</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="search_by" value="user_district">
Daerah </label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="search_by" value="user_state">
Negeri</label></td>
</tr>
<tr>
<td><label>
<input type="radio" name="search_by" value="user_postcode">
Poskod</label></td>
</tr>
</table>
<p align="center">
<input type="submit" name="Submit" value="Cari !">
</p>
<p>&nbsp;</p><p>&nbsp; </p>
<p>&nbsp;</p></td>
</tr>
</table>
</form>
..
..

//-------------------------------------------------------------------------------

user_details tu table dlm database...
pecah kaca pecah gelas,
sudah baca harap balas!
TQ..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-03-2004, 06:15 PM
nurulmajdi's Avatar
Inspired Webmaster
 
Join Date: Feb 2004
Location: Klang Bandar Diraja
Posts: 160
Rep Power: 59
nurulmajdi is on a distinguished road
Send a message via Yahoo to nurulmajdi
yg form action tu : find.parse.php .. itu jekkk.. tersilap...!
__________________
To follow the path:
Look to the master,
Follow the master,
Walk with the master,
See through the master,
Become the master.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
searching for asp.net project lighching Other Webmaster-related Services and Promotion 2 05-08-2005 01:31 PM
Searching for JOBS? JobListed Websites Review and Suggestion 0 17-05-2005 04:58 PM
Looking for Site Searching Script sufyan Mamak Stall 5 20-02-2004 04:39 AM
Searching for cheap webhosting winsonlee Other Webmaster-related Services and Promotion 13 29-11-2003 04:45 PM
searching for Free Forum positiveenergy Mamak Stall 3 07-08-2003 12:14 PM



All times are GMT +8. The time now is 09:28 AM. Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0 vBulletin skin by ForumMonkeys.com.


WebmasterMalaysia.com is Proudly Hosted by Exabytes Semi Dedicated Server.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59