| | |||||
| ||||||||
| Developers For Hire Advertise your custom programming, web design, graphic design, or development services here. |
![]() | NamePros Design Contests | Forum Sponsorship |
| Join in on the FUN! You can start an affordable design contest and pick from entries talented members submit or you can enter a design contest for a chance to win CASH PRIZES! What are you waiting for? Get started in the fun TODAY! - Banners, Logos, Mascots, and MORE! (Please READ the design Contest section rules Prior to starting or entering a contest) | ||
![]() |
| | LinkBack | Thread Tools |
| | #51 (permalink) |
| New Member Join Date: Jan 2007
Posts: 2
![]() | I would like to have someone work on my site and fix a couple of things: 1. During the upgrade of IE6 to IE7 three of my css tables are overlapping and not showing good. Basically, it looks great with firefox, IE6 and lower except for IE7, 2. I need to some optimization done to my sql statement inorder to reduce page download time. Lately, my site has been crashing mainly because of the code below I am using to pull data from featured member tables. Below is a sample of the sql statement that needs optimization. $sql='SELECT * FROM user WHERE FEATURE=1 ORDER BY RAND() LIMIT 0,1'; $result=mysql_query($sql) or die('error:'.mysql_error()); $Fourth_Feature = array(); while($row = mysql_fetch_array($result, MYSQL_ASSOC)) { $Fourth_Feature['FEATURED_IMAGE'] = uimage($row['user'],"75",4,""); ????: NamePros.com http://www.namepros.com/developers-for-hire/167720-professional-web-developer-accepting-new-work.html $Fourth_Feature['FEATURED_USER'] = ulink($row['user']); $Fourth_Feature['user_location'] = $row['location']; $Fourth_Feature['user_gender'] = ucfirst($row['gender']); $Fourth_Feature['user_birthday'] = bday("$row[day]","$row[month]","$row[year]"); if ( $row['city'] || $row['state'] ) { $Fourth_Feature['user_location_city'] = $row['city']; $Fourth_Feature['user_location_state'] = $row['state']; } //$Members=''; } $sql='SELECT * FROM user WHERE FEATURE=1 ORDER BY RAND() LIMIT 0,1'; $result=mysql_query($sql) or die('error:'.mysql_error()); $Third_Feature = array(); while($row = mysql_fetch_array($result, MYSQL_ASSOC)) { $Third_Feature['FEATURED_IMAGE'] = uimage($row['user'],"75",4,""); $Third_Feature['FEATURED_USER'] = ulink($row['user']); $Third_Feature['user_location'] = $row['location']; $Third_Feature['user_gender'] = ucfirst($row['gender']); $Third_Feature['user_birthday'] = bday("$row[day]","$row[month]","$row[year]"); if ( $row['city'] || $row['state'] ) { $Third_Feature['user_location_city'] = $row['city']; $Third_Feature['user_location_state'] = $row['state']; } PM me for site name. |
| |
| | THREAD STARTER #53 (permalink) | ||||
| NamePros Regular Join Date: Jul 2004 Location: /dev/null
Posts: 217
![]() ![]() |
...????: NamePros.com http://www.namepros.com/showthread.php?t=167720 I'm not really interested in writing photoshop tutorials, though you can PM me with more info regarding CMS upgrade, etc... Cheers!
__________________ | ||||
| |
| | #54 (permalink) |
| New Member Join Date: Mar 2007
Posts: 3
![]() | Ive googled myself into a vegetable trying to find help: I have a phbBB forum installed on my site. Im trying to create a simple signup/register page (and subsequent "member only" pages) that uses or syncs with the MySQL database used by phpBB. Can you help - ball park cost kiminglis@gmail.com Thnks |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Amazing web Tools. (Website/Script) | DotUSDomains | Scripts For Sale | 2 | 01-29-2006 11:42 AM |
| Amazing web tools website (script) | DotUSDomains | Scripts For Sale | 2 | 11-21-2005 10:43 AM |
| [Hiring] Professional Web Designer | dchapman | Web Development Wanted | 0 | 05-20-2005 04:21 PM |
| Seeking freelance Web Developer | Monkey_b | Website Development | 3 | 01-16-2004 10:38 AM |