Search found 34 matches

Actual Results

Post Posted: September 6th, 2008, 11:26 am

http://www.uncutweb.com

I made a theme for IPB 1.3, I would like you to judge it.

Also what changes could I make to increase traffic?

Post Posted: April 16th, 2008, 5:43 pm

Good design, you might want to think about making it 760px wide so it fits on everyone's browser.

Post Posted: April 15th, 2008, 5:26 pm

I have finished my CSS Database, could you guys please rate that as well? http://www.uncutweb.com/attributes

Post Posted: April 2nd, 2008, 12:41 pm

The forums are working, I was just converting it last night - today.

Post Posted: April 1st, 2008, 4:58 pm

Only 1 reply?

Post Posted: March 30th, 2008, 1:55 pm

Thanks, I don't like the ad there either.

Post Posted: March 29th, 2008, 2:15 pm

HTTP://WWW.UNCUTWEB.COM URL: http://www.uncutweb.com NAME: Uncutweb - Your Resource for Web Design Needs DETAILS: I made this website to help people with web design and make easy-to-follow guides. I made the guides so that the code the guide is explaining is on the left of what is explaining the co...

Post Posted: March 29th, 2008, 2:11 pm

This looks like a very large site. It's good that you used very little tables but maybe you can make it to no tables at all? Other than that I think it's good.

Post Posted: March 29th, 2008, 2:07 pm

Wow that looks incredibly clean and easy to use! Orange isn't one of my colors but you made it look good!

Post Posted: March 29th, 2008, 2:06 pm

Are you using maps?

Post Posted: March 29th, 2008, 1:59 pm

I put pagination on viewing the database links without a search. But I don't know how to use it with the search. Heres the code for it: <?php if($_GET['page']) { $page = $_GET['page']; }else{ $page = 1; } $max = 10; $cur = (($page * $max) - $max); $getdata = mysql_query("SELECT * FROM nav WH...

Post Posted: March 17th, 2008, 4:53 pm

Bump - Haven't received a reply in 2 days.

Post Posted: March 16th, 2008, 3:47 pm

I did but I got nothing that I wanted. --------For the search--------- I put some code together for formv.php It needs some way of displaying the data, I messed around with it but I didn't get anywhere. Can you get anything out of it? <?php include("connect.php"); $searchQuiry = $_POST[...

Post Posted: March 16th, 2008, 2:50 pm

For the pagination topic...

I did this:

Code: [ Download ] [ Select ]
$getdata = mysql_query("SELECT * FROM nav WHERE type=\"Basic HTML\" ORDER BY title ASC LIMIT 10");


If I put offset is 10 then it only shows 1.

How do I add page numbers to it and make it go to the next page?
  • Sort by
 
 

© Unmelted Enterprises 1998-2009. Driven by phpBB © 2001-2009 phpBB Group.