Web Design Forum: lstables - Viewing Profile - Web Design Forum

Jump to content

WDF
WDF Premium Memberships Reseller Hosting

lstables's Profile User Rating: -----

Reputation: 1 Neutral
Group:
Members
Active Posts:
438 (0.3 per day)
Joined:
08-June 08
Profile Views:
4,588
Last Active:
User is offline Apr 04 2012 09:47 AM
Currently:
Offline

My Information

Member Title:
Advanced Member
Age:
28 years old
Birthday:
December 6, 1983
Gender:
Male Male
Location:
Yorkshire, UK
Interests:
Web Design, CSS, XHTML, PHP Apps, E-Commerce, CMS, Music, Football & Tennis

Contact Information

E-mail:
Click here to e-mail me
MSN:
MSN  leestables1@hotmail.com
Website URL:
Website URL  http://www.xpress-media.co.uk
Yahoo:
Yahoo  stableslee@yahoo.co.uk
Skype:
Skype  lstables

Users Experience

Experience:
Intermediate
Area of Expertise:
Designer/Coder

Latest Visitors

Topics I've Started

  1. Gucci.com jQuery

    02 April 2012 - 04:13 PM

    Hi,

    We have been asked to develop a particular website for the adult industry, and the client likes what happens when you click on the details tab and how the whole slide thing works on Gucci's website - http://www.gucci.com...o_wear#look3109

    So my question is how would i do something similar using jQuery has i believe the gucci site has this in. Can you someone point me to something already made thats similar or point my in the right direction to possibly build my own.
  2. Help with Java & PHP

    01 July 2011 - 03:46 AM

    Hi All,

    I have some code am using php and sql to grab the data, but what i want to know is how do i do the following:

    When I link is clicked on on the left side of the page how do i get the content using a foreach method in php to display on the right side of the same page by using javascript or something similar?

    My php code is (which is the display box on the right
    <div id="content-right">
    	
    	<h2>Events/Rideouts</h2>
    	
    	<div id="display">
    	<?php
    	$query = $this->db->query("SELECT * FROM mcd_events ");
    
    	foreach ($query->result() as $row)
    	{
    		$id = $row->id;
    	?>
    		<p><?php echo $row->description ?></a></p>
    		
    	<?php } ?>
    	</div>
    	<div class="clear"></div>
    </div>
    


    then on the left in another div i have some links which are like this:
    
    <div id="content-left">
    <div id="events" class="scroll-pane">
    
    	<?php
    	$query = $this->db->query('SELECT * FROM mcd_events');
    
    	foreach ($query->result() as $row)
    	{
    		$row->id;
    	?>
    		<h3>Date:<?php echo date("F j, Y",strtotime($row->created_on)) ?></h3>
    		
    		<p><br /><a href="events/<?php echo $row->id ?>" id="linkid"><?php echo $row->title ?></a></p>
    		
    	<?php } ?>
    
    </div>
    </div>
    


    Can anyone help me with this please, thanks for reading and will look froward to your replies....

Friends

Comments

lstables has no profile comments yet. Why not say hello?