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 #856
Ranked #435
~55.8K 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
Member Avatar for cliffcc

How to create submit button on each row ? If i press the button on that row, the information on that row will be confirmed. What is the problem? [CODE] ;<input name="<?php echo $row['id']; ?>" type="submit" id="<?php echo $row['id']; ?>" value="Confrim">&[/CODE] The whole code [CODE] <?php $host="localhost"; // Host name …

Member Avatar for Kimanzi
0
18K
Member Avatar for mrhankey

hi guys, i have a site which is protected using php and stored username and passwords in mysql database. is there a script which will protect a directory and run off the mysql database username and password as opposed to just a standard htaccess file? help urgently need for this …

Member Avatar for Renu_5
0
5K
Member Avatar for Hani1991

Hello everybody. You might see that many websites such as Facebook recognize your device even after you clear the cookies of your browser, RIGHT? Try to you log in Facebook, then log out and clear the cookies, then re-open the homepage of Facebook. You'll see that the username you used …

Member Avatar for arjani10
0
212
Member Avatar for ITHope

so i decided to brush back up on my skills in html and i wanted to create website that has a login page for members and administrators or for new members to sign up i see php is the new thing. I have created the actual homepage and the links …

Member Avatar for baig123
0
924
Member Avatar for epicrevolt

I don't know where this thread fits, but since I need a new host for my PHP sites, I thought it would fit best here. So my current host seems to have like a 95% (at best) uptime, which is very bad. I want a host with at least a …

Member Avatar for giffy
0
414
Member Avatar for megachip04

I have an approve.php inside an /include directory. I have another file inside the /pop_up directory. Approve.php [CODE] if (!isset($_SESSION['username'])) { header("location:log_in.php"); die(); } [/CODE] When i run the include('include/approve.php') code in files in the main directory, it works. When I run the include('../include/approve.php') in files in the pop_up/ directory …

Member Avatar for shah01
0
563
Member Avatar for cjohnweb

I've been looking, and there seams to be a lack of Ron Paul (for president 2012) Wordpress Themes. So I think I'm going to have to make my own...but then I remembered I suck as design. So I was wondering if anyone might know of a good resource where I …

Member Avatar for kertjoert
0
115
Member Avatar for ann345

We are looking for a way to embed a form on our site without having to engineer it from scratch. Does anyone know of any third party solutions? We want to create a user sign-up form (just name, email and a message form). Any suggestions will help! Ideally we could …

Member Avatar for MagicMedia
0
168
Member Avatar for happygeek

[ATTACH=RIGHT]21961[/ATTACH]OK, so Apple has successfully [URL="http://www.daniweb.com/hardware-and-software/netbooks-tablets-and-mobile-devices/news/376700/1621471"]persuaded a German court to ban the sale of the Galaxy Tab Android tablet[/URL] on the grounds that Samsung has copied the design of the iPad. The legalities of which revolve around [URL="http://www.scribd.com/doc/61944044/Community-Design-000181607-0001"]certificate of registration number 000181607[/URL] in the Community Designs Register that protects the …

Member Avatar for Hakoo
1
2K
Member Avatar for manchurianCEO

As I am adding google +1 button and such things, i am getting new stuff to add to my opening html tag. It is a real hassle having to go back and add the new links or piece of code inside the opening html tag. Can I feed the open …

Member Avatar for epixeltechno
0
190
Member Avatar for Queen007

Hey Everyone... I have run a W3C test and one of my wordpress blog has a lot of errors & warning.. Now the point is that all my blogs are in php and the corrections from W3C come for html. Can anybody tell me where exactly to go in my …

Member Avatar for c_bomb
0
108
Member Avatar for lps

currently, I am implementing a background image - a red curly banner in my page [code] .content{ background:url(image/curly-banner.png) repeat-x; background-position : bottom; } [/code] now what my problem is that I want the overflow content above the banner has the red background also. I tried: [code] .content{ background: red url(image/curly-banner.png) …

Member Avatar for c_bomb
0
141
Member Avatar for bayken37

Hey guys, can't say that I'm all that versed in php code but I'm wondering if it's even possible to do what I want to do. Basically I need the inserted .inc file to be variable based on the page ID ("TEAMID" below) .. so if it's id=15, I need …

Member Avatar for MagicMedia
0
127
Member Avatar for anand01

i assign the properties for hr tag in css but its not working in firefox what should i do? it is working in crome and IE... [code] hr{ border-color:#5B4F22; } [/code]

Member Avatar for anand01
0
67
Member Avatar for broj1

I have prepared an example of login page which displays a form with inputs for username and password and compares submited values with records in database. If match is found the user is redirected to another page, if not error message is displayed. This example is heavy commented. Hope it …

Member Avatar for broj1
3
767
Member Avatar for Dmiller071

Hi there, I'm looking for help with forms. My professor has hired me to help her with her website and I'm not big into HTML but it's worth it to me. Basically what she needs me to do is code a form so that she can enter new topics or …

Member Avatar for Dmiller071
0
136
Member Avatar for wenbnet

I m getting this three warning when i m opening my website. [B]Can any one explain me what is this errors and how it comes[/B] any help will be very much appreciated. Warning: require(Non-permanent posts) [function.require]: failed to open stream: No such file or directory in C:\Inetpub\vhosts\kcd.co.in\httpdocs\index.php on line 17 …

Member Avatar for wenbnet
0
141
Member Avatar for bikertz

I am using php code obtained from [url]www.phpjunkyard.com[/url] to keep track of the hits to the individual pages of my web site. The hit counter is accessed by placing this bit of code in each web page: [CODE] <script LANGUAGE="Javascript" SRC="http://www.WEBSITE_URL/counter.php?page=PAGENAME"></script> [/CODE] where counter.php is the hit counter code file, …

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

I couldn't decide where would be the right place to post this, so I decided to try php since Wordpress is at least built in php. I need to find a way to duplicate my Wordpress installation on a subdomain. I want to create a mobile version of my site …

Member Avatar for MagicMedia
0
164
Member Avatar for p627

Hello everyone.. if 1 user post with ip: 100.122.312.56 then need to wait 5 minutes to post again. can anyone make that script to wait 5 min. after have click sumbit button? thx in advance!

Member Avatar for MagicMedia
0
86
Member Avatar for cliffcc

I have a search engine in the php, i have pressed search button to do searching. I want to have addition function - just pressing the "Enter" can also do the searching instead of search button. What is the code?

Member Avatar for najanan.nehul
0
94
Member Avatar for Virangya

hi i want to hide my php code. i don't want any other to view my code and copy it. So is there a way to do this?

Member Avatar for chrishea
0
157
Member Avatar for jenberden

Hello! using php....How to delete records on the database and how to update.? Thanh you....

Member Avatar for diafol
0
70
Member Avatar for 54uydf

I'm pretty new with PHP and I learned how to pass parameters with GET in the beggining and stuck with this way, what I do now is this- <a href="page.php?parameter1=value&parameter2=value"></a> but I'm not comfortable with it. 1. because it makes me uneasy that everyone can see the url and understand …

Member Avatar for MagicMedia
0
145
Member Avatar for lobebe

I am working on a site, i have a component which allows movement but i want to change it to dropdown, how can i achieve that? See attached the files:the default file is the code of the page and jpg is example of the page. I will be very grateful, …

Member Avatar for MagicMedia
0
85
Member Avatar for Mian Waqar
Member Avatar for diafol
0
88
Member Avatar for Jaklins

Hello This is probably a stupid question, but I've been viewing page sources and I can't figure it out. I want to make a website that has a color background and place the content on top of a white background which is on top of the color background. Then I …

Member Avatar for Jaklins
0
295
Member Avatar for cliffcc

After query, there are 100 results . I want to just show 20 results in page 1, other 20 results in page 2 .... I want to show the results just like the forum. What is the code?

Member Avatar for diafol
0
86
Member Avatar for Sparhauoc

Greetings all, I have a great website up and running that lets people take a quiz. Everything is working perfectly, this is more of a aesthetics issue, and its very simple but I can't find the answer. When they leave a field blank, I have a die command that stops …

Member Avatar for Sparhauoc
0
115
Member Avatar for rakwel10

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
124