Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
67% Quality Score
Upvotes Received
4
Posts with Upvotes
4
Upvoting Members
4
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
3 Commented Posts
1 Endorsement
Ranked #858
Ranked #435
~56.9K People Reached
About Me

Richard Hung is a web and graphics designer. He is good at hand-coding HTML and CSS, and also likes to use jQuery plugins to provide interactivity.

Favorite Tags

121 Posted Topics

Member Avatar for cliffcc

You can't set anything to a submit button. You have to put the id in an actual input field. If you don't want to change it, put it in a hidden field. [CODE]<input type="hidden" name="id" value="<?php echo $id; ?>" />[/CODE]

Member Avatar for Kimanzi
0
18K
Member Avatar for mrhankey

Use .htaccess to direct everything to the PHP file. Validate and then display the folder contents using the PHP file.

Member Avatar for Renu_5
0
5K
Member Avatar for Hani1991

You didn't clear the cookies on your browser; you just logged out. They can still leave cookies on your computer even when you log out. In your case, they might have removed the "logged in" cookie but the "username" cookie is still there.

Member Avatar for arjani10
0
218
Member Avatar for ITHope

[QUOTE=htmlCoder101;1488311]if you really want to learn old-school coding or really want to do it from scratch, the best website where you can learn everything about php, html, javascript, etc. is at [url]http://www.w3school.com[/url]...[/QUOTE] I hope you're joking. You should read [URL="http://w3fools.com/"]http://w3fools.com/[/URL] on why you should NOT use w3schools.

Member Avatar for baig123
0
927
Member Avatar for epicrevolt

You might get a lot better responses here. [URL="http://www.webhostingtalk.com/"]http://www.webhostingtalk.com/[/URL]

Member Avatar for giffy
0
416
Member Avatar for megachip04

By default, sessions and cookies start at the root path of the file that created it and all lower sub-folders. Either move your session script at least as high as your other scripts that need it or try to change your session location with [ICODE]session_save_path[/ICODE].

Member Avatar for shah01
0
577
Member Avatar for cjohnweb

Themes are made with CSS mostly. If you don't want to make your own, find one that has a layout you like and swap the images. Just remember to put the images in the same location with the same filename.

Member Avatar for kertjoert
0
117
Member Avatar for ann345
Member Avatar for happygeek
Member Avatar for manchurianCEO
Member Avatar for epixeltechno
0
195
Member Avatar for Queen007
Member Avatar for lps

[CODE] .content{ background-image:url("image/curly-banner.png"); background-repeat: repeat; } [/CODE]

Member Avatar for c_bomb
0
143
Member Avatar for bayken37
Member Avatar for anand01
Member Avatar for broj1
Member Avatar for Dmiller071

You need to use PHP with a database. If you don't know what to do, I recommend you just use [URL="http://wordpress.org/"]WordPress[/URL], [URL="http://drupal.org/"]Drupal[/URL], or [URL="http://www.joomla.org/"]Joomla[/URL].

Member Avatar for Dmiller071
0
137
Member Avatar for wenbnet

You have a [ICODE]require[/ICODE] or [ICODE]require_once[/ICODE] in your code that can't find the file. Remember that requires and includes have to be relative to the host page.

Member Avatar for wenbnet
0
145
Member Avatar for bikertz

[url]http://www.php.net/manual/en/language.variables.basics.php[/url]

Member Avatar for MagicMedia
0
153
Member Avatar for sun-tzu

If you want a separate WordPress theme using the same database, all you need to do is change the css files. What do you mean you don't want the options? The options are stored in the database as variables. To screw around with the options in WordPress, you're going to …

Member Avatar for MagicMedia
0
167
Member Avatar for p627

[CODE] $timestamp = time(); $ip = $_SERVER['REMOTE_ADDR']; [/CODE] Put the ip and time into the database and check when posting.

Member Avatar for MagicMedia
0
88
Member Avatar for cliffcc

What are you talking about? First of all, forms are HTML and have nothing to do with PHP. The default behavior of browsers is to submit input fields upon pressing "Enter". Do you have it as a textarea?

Member Avatar for najanan.nehul
0
96
Member Avatar for Virangya
Member Avatar for jenberden

[url]http://dev.mysql.com/doc/refman/5.0/en/update.html[/url] [url]http://dev.mysql.com/doc/refman/5.0/en/delete.html[/url]

Member Avatar for diafol
0
72
Member Avatar for 54uydf
Member Avatar for MagicMedia
0
148
Member Avatar for lobebe
Member Avatar for MagicMedia
0
87
Member Avatar for Mian Waqar

[CODE]$sql = 'SELECT * FROM table WHERE column LIKE "%'.$search.'%"';[/CODE]

Member Avatar for diafol
0
91
Member Avatar for Jaklins

Play with the background, width and margin properties. [url]http://htmldog.com/reference/cssproperties/[/url]

Member Avatar for Jaklins
0
296
Member Avatar for cliffcc
Member Avatar for Sparhauoc
Member Avatar for Sparhauoc
0
118
Member Avatar for rakwel10

[QUOTE=rakwel10;1638622]Pls help me with this... [CODE] //FINANCE.PHP <form id="frmpay" name="frmpay" method="POST" action="finance_payment.php"> <input type="radio" name="seltour[]" value="<?php echo $tour_code; ?>"> <input type="submit" value="input" name="submit" /> </form> [/CODE] once submitted.. [CODE] //FINANCE_PAYMENT.PHP if(isset($_POST['submit'])) { for($i=0;$i<$numrow;$i++){ $code = [B]$_POST['seltour'][/B][$i]; $query = "SELECT tour_amount, tour_name FROM `tbl_tour_profile` WHERE tour_code = '[B]$code[/B]'"; $result = mysql_query($query); …

Member Avatar for ko ko
0
128
Member Avatar for IT seeker

[url]https://merchant.paypal.com/ca/cgi-bin/?cmd=_render-content&content_ID=merchant/wp_standard[/url]

Member Avatar for MagicMedia
0
84
Member Avatar for AycheKay
Member Avatar for ndeniche
0
107
Member Avatar for asif49

Turn each loop into a form. Output the id as an input field on the form. Delete row when form is submitted.

Member Avatar for Zagga
0
355
Member Avatar for Dannis86

Play around with width, height, margins and floats. [url]http://htmldog.com/reference/cssproperties/[/url]

Member Avatar for ko ko
0
220
Member Avatar for kishan4u1

Sessions: [url]http://www.php.net/manual/en/function.session-start.php[/url] Cookies: [url]http://www.php.net/manual/en/function.setcookie.php[/url]

Member Avatar for mulkave
0
291
Member Avatar for Emma Johns
Member Avatar for pxndx

If you don't like Wordpress, you can try Drupal or Joomla. But I've heard that those 2 are a lot more advanced and are usually for corporate websites. Or you could try to build your own....

Member Avatar for cgull
0
146
Member Avatar for alanlee9898
Member Avatar for maninaction
0
73
Member Avatar for jemz

[url]http://www.lokeshdhakar.com/projects/lightbox2/[/url] [url]http://fancybox.net/[/url]

Member Avatar for almostbob
0
82
Member Avatar for cliffcc
Member Avatar for cliffcc
0
124
Member Avatar for uselessninja
Member Avatar for uselessninja
0
122
Member Avatar for newbi11

It's a JavaScript pop up. You can try to make your own or use a plugin. I recommend [url]http://jqueryui.com/demos/dialog/[/url]

Member Avatar for almostbob
0
189
Member Avatar for extemer
Member Avatar for _8Bit
Member Avatar for johnjacob

First of all, where is your data stored? You need to store the data somewhere before you can hope to output anything.

Member Avatar for johnjacob
0
208
Member Avatar for Graycode
Member Avatar for aiaustria

[CODE] <table> <tr><td>Jan</td><td>Feb</td><td>Mar</td><td>Apr</td></tr> <tr><td>May</td><td>Jun</td><td>Jul</td><td>Aug</td></tr> <tr><td>Sep</td><td>Oct</td><td>Nov</td><td>Dec</td></tr> </table> [/CODE]

Member Avatar for maninaction
-2
119
Member Avatar for 4789787

TL;DR but a forum requires a database. Did you create a new database before copying your files? If you did, are you sure your connection info is correct and the database is the same? Did you remember the database names, engines, and keys?

Member Avatar for chrishea
0
4K
Member Avatar for uselessninja

Foreign keys are used at the database level and forces a link. Joins are used at your application level. You should have foreign keys when you setup your database to ensure every join will be valid.

Member Avatar for uselessninja
0
105
Member Avatar for phorce

The End.