Wrox Programmer Forums
|
Moderated Pro PHP This is a moderated forum for discussing advanced, professional level issues with PHP. Your posts will not appear until a moderator approves them. Posts that are not the right level for this forum will be responded to and you'll be asked to post them in the [url="http://p2p.wrox.com/sql-server-2000-20/9"]Beginning PHP[/url] forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Moderated Pro PHP section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 7th, 2006, 11:35 AM
Authorized User
 
Join Date: Oct 2006
Posts: 60
Thanks: 0
Thanked 0 Times in 0 Posts
Default PROBLEM SPACING

Helo...any body concern about my problem

   i want the code or any body can teach me how space data?
heres the code: i want to make a big space between description and quantity besides using "\n" what else are the posible code for it?

  thank you....

CODE:

while ($items = mysql_fetch_array($results2)) {
    extract($items);

    echo "\n$DESCRIPTION $QUANTITY\n"; // display the description and the quantity
    echo "<br>\n";
  }
}







Similar Threads
Thread Thread Starter Forum Replies Last Post
SPACING PROBLEM jhanny007 PHP Databases 7 December 19th, 2006 07:07 AM
spacing in between the words ramank Classic ASP Basics 1 November 20th, 2006 07:25 AM
PROBLEM SPACING jhanny007 Beginning PHP 2 November 16th, 2006 09:46 AM
Line spacing Stevie Dreamweaver (all versions) 3 May 16th, 2005 11:58 AM
simple spacing problem badgolfer XSLT 1 January 28th, 2005 12:52 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.