Does anyone know how to move around the tables using PHP.

Member Avatar for iamthwee

Clarification is needed... What tables, HTML tables and moving around, like what? Moving the rows, columns single entries?

Just the HTML tables, like how do I move the whole thing up

Member Avatar for iamthwee

Do you have a sample snippet of code. And if you can post a jpg of what it looks like now and how you wish it to look on the page.

I'm assuming this is just a css positioning query.

yh

/ our table heading
            echo "<tr>";
            echo "<th class='textAlignLeft'>DVD Name</th>";
            echo "<th>Quantity</th>";
            echo "<th>Action</th>";
            echo "</tr>";

If you want to move in the rows of table than why not use for or foreach loop.

hmm, thats a good idea. Thanks.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.