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

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 08-01-2004, 04:37 PM
New kid on the block
 
Join Date: Jan 2004
Location: sabah
Posts: 5
Rep Power: 0
freddy manson is on a distinguished road
Send a message via Yahoo to freddy manson
php link guna id

kalau aku nengok kat site yg guna cms, memang dia guna id utk link semua tu kan?

jadi aku nak tanya camner nak buat tu semua, maksud aku link ke link.php?do=exit&id=88 la gitu ..

apa nak buat? aku tau la nak buat link.php dulu... apa string dia?

.....//
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 08-01-2004, 04:42 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
first of all, Why do you want to do that first?

Normally the ID will refer to database, and retrieve the link/content from database then output to user browser.
__________________
LiewCF | Malaysia Bloggers Forum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 08-01-2004, 04:54 PM
New kid on the block
 
Join Date: Jan 2004
Location: sabah
Posts: 5
Rep Power: 0
freddy manson is on a distinguished road
Send a message via Yahoo to freddy manson
yea..... im doing a link exchange.. im using php-treats but its kindda hard to understand..

start from scratches please..

.....//
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 08-01-2004, 05:26 PM
Ben-davis's Avatar
Senior Webmaster
 
Join Date: Jan 2002
Location: SoObHanG JhaYa
Posts: 501
Rep Power: 94
Ben-davis is on a distinguished road
Send a message via ICQ to Ben-davis Send a message via Yahoo to Ben-davis
semua tu ada sangkut paut ngan database, tapi bergantung kepada apa yang ko buat... jadi seeloknya, beli buku PHP, atau baca tutorial2 yang ada kat net:

www.free2code.com
www.phpbuilder.net
www.php.net
www.phpfreaks.com

__________________
<form name="jump">
<select name="menu" onChange="location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" style="border:1px #393F31 solid;color:#393F31;font:10px Verdana;font-weight:bold;" >
<option value="0" style="background: #9CC8FE" selected>*SELECT-LINKS</option>
<option value="http://www.gengturbo.org/" style="background: #FF0000">GENGTURBO</option>
<option value="http://www.phixelgrafix.com/" target="new" style="background: #C6D607">PHIXELGRAFIX</option>
<option value="http://dailydigital.phixelgrafix.com/" style="background: #FCBC45">OLD-BLOG</option>
<option value="http://www.mesrahosting.net/" style="background: #FF99CC">WEBHOSTING</option>
</select>
</form>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 08-01-2004, 05:51 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
well, i think u should start from PHP basic. Read PHP documentation - download from PHP.NET. Make simple database driven PHP websits first.
__________________
LiewCF | Malaysia Bloggers Forum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 08-01-2004, 08:35 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
ya betul! kat sini besanye kitorang bincang pasal error on programming
__________________
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
  #7 (permalink)  
Old 08-01-2004, 10:37 PM
mysticmind's Avatar
Super Moderator
 
Join Date: Jun 2001
Location: Mystic Kingdoms
Posts: 2,687
Rep Power: 145
mysticmind will become famous soon enough mysticmind will become famous soon enough
Send a message via Yahoo to mysticmind
dia query kat database, dan database akan trace bedasarkan ID iaitu primary key lazimnya.

setiap pecahan dari link tuh sendiri adalah Function yang memberi arahan contohnya :
link.php?do=exit&id=88

link.php = file name
do = [arahandisini] adalah function yang mengarahkan kepada exit [ke] dari database ber ID 88 [ada url kat sini contohnya] .. haaa camtuh laaa..

jadi DO = [arahan] tuh mungkin boleh jadi Do= DELETE, Do=ADD etc etc.. bergantung kepada Function configuration..

so macam kawan2 lain cakap... belajar DATABASE itu sendiri dulu, dan query2 related
__________________
Personal's Blog! - Malaysian Artist!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 08-01-2004, 11:26 PM
Ben-davis's Avatar
Senior Webmaster
 
Join Date: Jan 2002
Location: SoObHanG JhaYa
Posts: 501
Rep Power: 94
Ben-davis is on a distinguished road
Send a message via ICQ to Ben-davis Send a message via Yahoo to Ben-davis
dia nak code siap kott?
__________________
<form name="jump">
<select name="menu" onChange="location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" style="border:1px #393F31 solid;color:#393F31;font:10px Verdana;font-weight:bold;" >
<option value="0" style="background: #9CC8FE" selected>*SELECT-LINKS</option>
<option value="http://www.gengturbo.org/" style="background: #FF0000">GENGTURBO</option>
<option value="http://www.phixelgrafix.com/" target="new" style="background: #C6D607">PHIXELGRAFIX</option>
<option value="http://dailydigital.phixelgrafix.com/" style="background: #FCBC45">OLD-BLOG</option>
<option value="http://www.mesrahosting.net/" style="background: #FF99CC">WEBHOSTING</option>
</select>
</form>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 08-01-2004, 11:53 PM
mysticmind's Avatar
Super Moderator
 
Join Date: Jun 2001
Location: Mystic Kingdoms
Posts: 2,687
Rep Power: 145
mysticmind will become famous soon enough mysticmind will become famous soon enough
Send a message via Yahoo to mysticmind
Quote:
dia nak code siap kott?
wah!! rajinnya

kalau code siap pun.. tapi code tuh tak match ngan database dia buat ape?? tak jalan pun..
__________________
Personal's Blog! - Malaysian Artist!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 09-01-2004, 11:55 AM
white_neck's Avatar
Senior Webmaster
 
Join Date: Jan 2003
Location: dreamland
Posts: 240
Rep Power: 76
white_neck is on a distinguished road
Send a message via Yahoo to white_neck
huarghghahahahha....

pandaiiinyerrr.... <== buat nada cam iklan
__________________
^_^ <== stay happy
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #11 (permalink)  
Old 10-01-2004, 05:01 PM
New kid on the block
 
Join Date: Jan 2004
Location: sabah
Posts: 5
Rep Power: 0
freddy manson is on a distinguished road
Send a message via Yahoo to freddy manson
ayai yai... ok arr i'll try,

im downloading php+apache+mySQl already

but it seems like my mySQL is somewhat jammed
(im using winxp pro service pack1) ntah sbab aku
salah install kot? aku onstall balek ar....

tp if u have somw\ehat a simple (cam mysticmind nyer)
example, only this time its with the mySQl string..

can a?

.....//
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 13-01-2004, 08:58 PM
Novice Webmaster
 
Join Date: Nov 2003
Location: malaysia
Posts: 25
Rep Power: 0
alien3d is on a distinguished road
Send a message via MSN to alien3d Send a message via Yahoo to alien3d
  #13 (permalink)  
Old 24-01-2004, 06:08 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
easyphp lah... it'z easy like EZ lallla
__________________
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
web tak guna.... kansai Websites Review and Suggestion 5 24-03-2004 09:31 AM
Masalah PHP guna DWMX lktt Website Programming 1 25-07-2003 01:25 AM
Website guna Php cybersix Website Programming 1 06-05-2003 02:05 PM
COBAAN guna flash MX Gemp-X Websites Review and Suggestion 4 17-07-2002 04:33 PM
form guna PHP nevland Website Programming 0 10-05-2002 09:17 AM


All times are GMT +8. The time now is 03:22 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 60 61