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-06-2004, 12:55 PM
New kid on the block
 
Join Date: Jun 2004
Location: kl
Posts: 3
Rep Power: 0
adib is on a distinguished road
Question display data,camne???

problemnye
aku ade data dr form lain then aku nak display data tu dlm form lain, for ur info data tu save dlm db mysql..plizz...atau korg ade suggestion website yg ade sample coding 4 php..thanx alot!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-06-2004, 01:06 PM
lcf's Avatar
lcf lcf is offline
Pro-Blogger
 
Join Date: Feb 2003
Location: Kluang, Johor
Posts: 2,376
Rep Power: 118
lcf will become famous soon enough
Send a message via ICQ to lcf Send a message via MSN to lcf Send a message via Yahoo to lcf
do you mean getting data from MySQL database and display them? OR, passing data from one form to another form?
__________________
LiewCF | Malaysia Bloggers Forum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-06-2004, 02:10 PM
New kid on the block
 
Join Date: Jun 2004
Location: kl
Posts: 3
Rep Power: 0
adib is on a distinguished road
ehmm..passing data from one form to another..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-06-2004, 12:36 AM
lcf's Avatar
lcf lcf is offline
Pro-Blogger
 
Join Date: Feb 2003
Location: Kluang, Johor
Posts: 2,376
Rep Power: 118
lcf will become famous soon enough
Send a message via ICQ to lcf Send a message via MSN to lcf Send a message via Yahoo to lcf
u can use: GET/POST, session, cookies
the PHP Manual will help you to get start.
__________________
LiewCF | Malaysia Bloggers Forum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-06-2004, 11:09 AM
lina's Avatar
Novice Webmaster
 
Join Date: Mar 2004
Location: malaysia
Posts: 96
Rep Power: 59
lina is on a distinguished road
Send a message via Yahoo to lina
echo/ print the data. Eg. :

<? echo $name ?>

like this cannot ker?
__________________
liNa
http://2lina.blogspot.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 03-06-2004, 04:35 PM
lcf's Avatar
lcf lcf is offline
Pro-Blogger
 
Join Date: Feb 2003
Location: Kluang, Johor
Posts: 2,376
Rep Power: 118
lcf will become famous soon enough
Send a message via ICQ to lcf Send a message via MSN to lcf Send a message via Yahoo to lcf
I assume he want to pass one form from a page into another form in another page. The receiver form need to get the data first before it can echo the data.
__________________
LiewCF | Malaysia Bloggers Forum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 03-06-2004, 05:03 PM
lina's Avatar
Novice Webmaster
 
Join Date: Mar 2004
Location: malaysia
Posts: 96
Rep Power: 59
lina is on a distinguished road
Send a message via Yahoo to lina
ooo... like that.. need to use $_REQUEST function at the second form...
__________________
liNa
http://2lina.blogspot.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 04-06-2004, 04:34 PM
hymns's Avatar
Senior Webmaster
 
Join Date: Nov 2001
Location: Johor
Posts: 769
Rep Power: 101
hymns is on a distinguished road
Send a message via ICQ to hymns Send a message via Yahoo to hymns
have current code? paste here
__________________
I hate when:

vBulletin Message:
Sorry! The administrator has specified that users can only post one message every 60 seconds
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 04-06-2004, 04:37 PM
lina's Avatar
Novice Webmaster
 
Join Date: Mar 2004
Location: malaysia
Posts: 96
Rep Power: 59
lina is on a distinguished road
Send a message via Yahoo to lina
lets share the code... we can help u to solve
__________________
liNa
http://2lina.blogspot.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 11-06-2004, 06:52 PM
hymns's Avatar
Senior Webmaster
 
Join Date: Nov 2001
Location: Johor
Posts: 769
Rep Power: 101
hymns is on a distinguished road
Send a message via ICQ to hymns Send a message via Yahoo to hymns
still not share the code...
__________________
I hate when:

vBulletin Message:
Sorry! The administrator has specified that users can only post one message every 60 seconds
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #11 (permalink)  
Old 17-06-2004, 02:53 PM
namirays's Avatar
New kid on the block
 
Join Date: Nov 2002
Location: penang
Posts: 1
Rep Power: 0
namirays is on a distinguished road
Send a message via Yahoo to namirays
bagaimana pula utk display data yg tertentu berdasarkan input tertentu.sebagai contoh:

masukkan no ic & no matriks student akan keluar information pasal student/result exam dia. kalau dia bukan student pas tu dia isi data akan keluar "maaf,tiada data mengenai diri anda dlm database kami"...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 18-06-2004, 10:49 AM
lcf's Avatar
lcf lcf is offline
Pro-Blogger
 
Join Date: Feb 2003
Location: Kluang, Johor
Posts: 2,376
Rep Power: 118
lcf will become famous soon enough
Send a message via ICQ to lcf Send a message via MSN to lcf Send a message via Yahoo to lcf
1. read the input data
2. search the data from database and get other data of the students
3. Display the other information if found, else display error message.
__________________
LiewCF | Malaysia Bloggers Forum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 25-06-2004, 02:23 PM
hymns's Avatar
Senior Webmaster
 
Join Date: Nov 2001
Location: Johor
Posts: 769
Rep Power: 101
hymns is on a distinguished road
Send a message via ICQ to hymns Send a message via Yahoo to hymns
agree!
__________________
I hate when:

vBulletin Message:
Sorry! The administrator has specified that users can only post one message every 60 seconds
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 16-08-2004, 09:48 AM
nurulmajdi's Avatar
Inspired Webmaster
 
Join Date: Feb 2004
Location: Klang Bandar Diraja
Posts: 160
Rep Power: 62
nurulmajdi is on a distinguished road
Send a message via Yahoo to nurulmajdi
RTFM is best solution..
__________________
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
  #15 (permalink)  
Old 21-08-2004, 10:27 AM
hymns's Avatar
Senior Webmaster
 
Join Date: Nov 2001
Location: Johor
Posts: 769
Rep Power: 101
hymns is on a distinguished road
Send a message via ICQ to hymns Send a message via Yahoo to hymns
ape natang nak read manual? php manual utk install je, kalau ko ckp read documentation ok la... mysql? sama je, baca documentation atau search google...

try to paste current code here, we will give you the xplanation bout the problem u have
__________________
I hate when:

vBulletin Message:
Sorry! The administrator has specified that users can only post one message every 60 seconds
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
display database mysql sangasura Website Programming 2 19-09-2005 03:45 PM
display value listbox nov8998 Website Programming 1 25-06-2004 02:21 PM
nak display xml gune html bleh ke? bloodymary Website Design 9 24-11-2003 02:42 PM
nak amik data dari fail lain camne yerk???? twinky Website Design 0 05-10-2003 10:18 AM
Display contents mysticmind Website Design 3 04-05-2003 08:55 PM


All times are GMT +8. The time now is 01:11 PM. 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