MySQL/PHP Splitting a list 2 columns

Please look at my link
http://dfwfoodguide.com/reviews.php
How can I mak this database pull into a two column
Any input David :)

On Wed, 14 Mar 2007 18:33:30 +0000 (UTC),
"newhorizonhosting.com"
<[email protected]> wrote:
>Please look at my link
>
>
http://dfwfoodguide.com/reviews.php
>
>How can I mak this database pull into a two column
>
>Any input David :)
Can anyone else answer? :-)
Take a look here:
http://www.tom-muck.com/extensions/help/HorizontalLooper/
Steve Fleischer
steve at flyingtigerwebdesign dot com
Hong Kong

Similar Messages

  • Bootstrap + mysql + php: robust solution for an educational dashboard?

    Hi. We are just beginning work on a dashboard for educational purposes. We need to show data tables of sts progress, notes etc...
    Kind of like the following tables:
    http://www.dreambox.com/district-reports
    We have downloaded a template based on bootstrap. It is all pretty easy except for the data integration. Before we were using flash datagrids and were also looking at flex components which were very easy to use. The questions are:
    1. Can we get the same "power" for our data tables/data grids with bootstrap "ready made" plugin ins.
    2. To replicate the datadrid in flash what do we use in bootstrap - ajax datatable or a j query plug in.
    3. How do we connect up the mysql + php + datagrid. Would it be very similar to an AS3 + php + mysql solution?
    Basically, is bootstrap html5 + CSS a viable robust solution to producing an educational dashboard.
    I use the term plugin because I don't think you call them components or widgets.
    You must also know that this will be on an enterprise level and there should be around 10,000 active users - not at the same time obviously. We will be hiring a freelancer or part tim staff to implement and maintain but we do need to know which way to go first.
    Pretty broad questions maybe, just trying to find my way and study up on what I am supposed to be studying up on. I am on Lynda.com which is OK but I need some guys creating these things to give me advice and point us in the right direction.
    Cheers in advance.

    Hi - thank you Nancy - I should get really specific now.
    I spent quite a few hours investigating and here's the run down.
    1. php + mysqli: Pretty easy as it is the same workflow as I use in flash - I was just a bit thrown by the html part and still have a few questions.
    I will post the link to the very clean and easy to follow mysql + php implementation on html tables just in case any newbies are following the post.
    http://www.sourcecodetuts.com/php/18/how-create-secure-registration-page-phpmysql-part-ii
        mysqli - they seem to use the "improved" mysqli now and this code seems to be very professional with encryption etc...
    My question is which is the best method for handling the recordset back from the database.
    1. In flash we used to use XML serialized which is easy for flash objects to pick up and then display in the datagrid tables.
    2. The example in the next link echos it out in the html table format which sounds very obvious but not sure if it is correct as I have never dome that before.
    http://www.sourcecodetuts.com/php/40/creating-and-populating-table-mysql-data-using-twitte r-bootstrap-framework
    while ($row = mysql_fetch_array($result)) {
        // Print out the contents of the entry
        echo '<tr>';
        echo '<td>' . $row['firstname'] . '</td>';
        echo '<td>' . $row['lastname'] . '</td>';
        echo '<td>' . $row['email'] . '</td>';
        echo '<td>' . $row['phone'] . '</td>';
    3. However I am more used to dealing with an object returned and then dealt with in flash BUT a simple html table couldn't deal with that so - I have just started reading re: ajax or javascript. Are they the best way to handle data returned from a database. As I say this dashboard wil have to be used my many thousands and we will be creating various tables with multiple parameters inputted via dropdown box lists.
    My workflow in flash - would it be javascript that would replicate that functionality or do I just echo out in tr and td tags as in above - seems to basic.
    Sorry about repeating mysel above and going on and on but I hace finally got there - just missing the last part in the puzzle.
    Cheers

  • Splitting field into two columns

    HI,
    I'm told it is possible to have a field be split up into multiple columns in the details section of a report rather than having it listed in a single column.  How can this be accomplished?  I've heard it has something to do with subreports.
    For instance, instead of this:
    Bob
    Jane
    Sally
    Barbara
    Jim
    Dave
    It could look like this (columns not lined up in this example, not sure how to do it on this forum):
    Bob          Jane
    Sally          Barbara
    Jim          Dave
    Thanks

    No need to use subreports
    In section expert for the deatils section check box - Format with multiple columns
    A new tab appear - Layout - Define width to set up number of columns required.
    Ian

  • I entered new fields in a form that was created last year to update it.  However, now when I view the responses, they are listed as Column 1, Column 5, etc.  It doesn't show a label for the actual field when I view the responses.  Can you please help?

    I entered new fields in a form that was created last year to update it.  However, now when I view the responses, the headings are listed as Column 1, Column 5, etc. rather than the name of the heading.  Can you please help?

    Hi Mike,
    CRSE is an OEM Product and for use with a custom application they have written. Unfortunately we don't their reports or how they are connecting, it would appear they were originally built off a SQL and then set to a Dataset in the app or they could be adding the data source at runtime. Lots of variations and without access to the source code to see what they are doing not much we can help you with.
    You need to contact the OEM Partner for help in resolving this and find out what you can and need to do to update your SP and work with their canned reports,
    Thank you
    Don

  • SharePoint 2010 : How to display ALL Version History of a list item's multiline text box in a same list as a list view column?

    In SharePoint 2010 , I have version history enabled multiple text box 'issue details'.  Users mainly uses Data Sheet view and it does not show all version history of that multiple line text box, is there anyway we can display list view column in
    data sheet view to display all version history?
    2) If we can not display in datasheet view, in standard view, it should display all version history instead of just a link  to -view all entries'
    I have found one article here and it posts to use below line of code in sharepoint desinger
    <SharePoint:AppendOnlyHistory runat="server" ItemId="{$thisNode/@ID}" FieldName="Issue_x0020_Details" ControlMode="Display"></SharePoint:AppendOnlyHistory>
    WHen I use this line of code , it displays multiple line of same version history instead of each, please help.

    Hi
    Greetings. Hope it helps 
    https://social.technet.microsoft.com/Forums/sharepoint/en-US/d1be5434-7dc9-4941-bf1d-8c12d7e6a155/display-version-history-in-list-view-column?forum=sharepointcustomizationlegacy
    Please remember to click 'Mark as Answer' on the answer if it helps you

  • How to get the list of columns of a transaction output

    Hi All,
    My requirement is like this:
    I want the list of columns of a transaction.In a drop down, I am displaying all the transactions.I will select any transaction and want to populate the list of columns of that selected transaction in another drop down.
    Please suggest me how to achieve this.
    Thanks in advance.
    Regards
    Manisha

    Hi Manisha,
    I would add a second SAP MII Output Document action, configured with a column to hold the column name, followed by a Repeater action.  Configure the Repeater to repeat on the first document's columns:
    FirstDoc.Output{/Rowsets/Rowset/Columns/Column}
    Add a Row action and assign the first document's column names:
    Repeater_0.Item{/Column/@Name}
    Assign the output of the new document to an XML output property, which can then be captured in an Xacute Query.
    Kind Regards,
    Diana

  • Apache/MySQL/PHP and Mountain Lion

    I was about to buy Mountain Lion, but I just read by a reviewer that there is an issue with the webserver or websharing capabilities of it. The reviewer was saying he/she had to go into the terminal and launch it from there!
    Is anybody else having issues with developing database driven sites on Mountain Lion, or are you getting on OK with it?
    I currently use xammp as my apache/mysql/php server. Is anybody on Mountain Lion using xammp, if not, what equivalent are you using?
    Thanks.
    Mat

    Starting Apache is very easy. Simply type the following into a terminal:
    sudo apachectl start
    I think that they removed the tick box because it's so easy to do from terminal, and not something that most OSX users need.
    As SnakEyez02 mentioned, using a package like MAMP or XAMPP doesn't require this. Those apps run their own Apache

  • How to know a list of columns for people search

    Hi Guys, I am using .Net code that calls search.asmx. 
    I am calling the following query and it is working.
    <QueryPacket xmlns='urn:Microsoft.Search.Query'><Query><Context><QueryText language="en-US" type="MSSQLFT">SELECT Title, JobTitle, FirstName, LastName, PreferredName, BusinessUnit, Department, UserName, WorkPhone, PictureURL, DirectoryID, UserProfile_GUID, AccountName, WorkEmail, Path FROM SCOPE() WHERE ("DAV:contentclass" = 'urn:content-class:SPSPeople') AND ( ("PreferredName" LIKE '%Min%') ) </QueryText></Context><Range><Count>10</Count></Range></Query></QueryPacket>
    However I want to know all available columns that I can include in SELECT statement. I am unable to use "SELECT *"
    Is there any way to know a list of columns that I can use?
    Please note here that I am not an Admin, nor I can manage properties.
    Non-disclosed illusion

    first.. u can have the bean's scope to be session or application. you can have methods in the bean class eg.
    b.setName(String name)
    b.setAddress(String address)(b is the bean variable)
    etc.. and pass the values input by the user through the methods.
    hope it will work..

  • SQL Developer 1.5.1 - Sorting Table / List of Columns - Why So Slow

    Hi All,
    why is it so slow to sort the list of columns names in a table.
    It appears to be going back and querying the database again. - shouldn't it just be doing a local sort of the JTable ?
    Thanks
    Bill
    Edited by: wfs on Oct 28, 2008 2:31 PM

    Yes, it does query again - as it does with everything else being sorted.
    You're right they could implement local sorting on a little, complete set, but that should be requested at the announced SQL Developer Exchange, since I recon that would get pretty tedious (taking in count NLS sorting settings).
    Then mind you have to query again anyway if a result set is not complete (by default, fetches are 50 records at a time), or fetch everything before being able to apply the local sort, which will give you even more problems on large tables.
    Regards,
    K.

  • Feature that automatically creates a list and columns

    Hi,
    I wanted to create a feature that automatically creates a list and columns programatically. Can anyone please help me how to implement this.
    Regards,
    Praveen

    Please check below article to create columns and list programatically
    http://www.sharepointdoug.com/2012/12/programmatically-creating-content-type.html
    similar thread below to create list programatically
    https://social.msdn.microsoft.com/Forums/sharepoint/en-US/2d82a8fd-052c-4d24-bfef-3ff59986b29c/how-to-create-custom-list-in-sharepoint-2010-programmatically-?forum=sharepointdevelopmentprevious
    My Blog- http://www.sharepoint-journey.com|
    If a post answers your question, please click Mark As Answer on that post and Vote as Helpful

  • Mavericks Will Not Retain Finder List-View Column Resizing

    I've noticed this to occur at the root level of my hard disk in Finder.  A visual will work best:
    The "User Guides and Information" folder is truncated at the root level of my Hard Disk.  I will then manually resize the column:
    When I close out this window via the red close circle, and re-open, Finder will not remember my custom column view.  It will revert back to the previously truncated state.
    Oddly enough, I've found Finder to correctly preserve custom list view columns when you drill down a level (such as my custom column views inside of my Applications folder, for example).

    I managed to find a solution that sorts the problem out for the time being till maybe Apple rectifies it.  It is to open Finder and have it expanded to fit the screen.  I don't know the proper names of things but in the heading that says Name etc, right click that so that you get a list of other things that can go in that heading, like Date Modified, Date Created etc.
    Tick one or two that you don't need, like Tags for example.  The purpose of those extra headings are to fill the column space at the right hand side of Finder so that it keeps the columns that you DO want on the left hand side kept in the same place.  Once you've got all the headings and columns, move the width of the ones you want to the size that you want, making sure that the ones that you don't want, like Tags, on the right hand side totally fills up the rest of the column space.
    This makes the full page Finder column space full up so that the columns you want don't end up shrinking every time you open Finder.  Return Finder to the size that you usually use, adjust the width of your wanted columns to the size that you want and it should stay in place because the rest of the space in Finder is filled with the unwanted columns you chose, but which are hidden from view on the far right hand side of Finder, if you've got Finder smaller than the full screen, that is.
    Ever since I did this with my columns (in List view) my columns remain where I have set them.  (I hope you understand all that OK).

  • Get Managed Metadata (Taxonomy) ALL Lists with Columns and ALL Choice Lists with Columns VALUES programmatically

    Hi there,
    How to get Managed Metadata Lists  ALL Columns and ALL Choice Lists Columns that are used in the Site Collection programmatically please.
    Regards

    Hi sharepointaju,
    Managed Metadata list is a hidden list, that you can access it through
    http://siteurl/Lists/TaxonomyHiddenList/AllItems.aspx, then it is similar to other lists, you can use server or client code to interate each field in the list, show the the value for each item.
    For all choice list columns, I'm not clear what you mean in this situation, do you mean to get all choice columns in the site collection, if so, iterate site columns, and lists to get list fields, check whether it is a choice type field.
    This may be not your requirement, please provide more information how you want to get which value.
    Thanks,
    Qiao Wei
    TechNet Community Support

  • Update MySQL & PHP Version

    I have a Mac Mini that I am using as a server and I can't figure out how to go about updating the MySQL & PHP that is controlled by the ServerAdmin app. Any ideas?

    I ran an install of 10.4.4. The update ran with no problems.

  • Inserting & uploading records with Dreamweaver CS3, MYSQL & PHP

    I'm able to build a web page that allows for images to be
    uploaded to a server folder. Also have a web page created to insert
    info about the image into a MYSQL/PHP database.
    My goal is to find a way to combine the two together so that
    when you click the submit button... 1) the image gets uploaded to
    the server folder, 2) the info about the image gets placed into the
    database table, and 3) there is an entry in the database that
    establishes the path to the image.
    Any help or direction to a tutorial would be greatly
    appreciated.

    I use a DW extension from DMXzone (Pure PHP Upload) that
    allows me to both insert data form an online form into a MySQL
    table as well as upload files to a directory on the server with one
    button click. This might be a solution for you.

  • Change Bridge Default List View Columns

    I only view specific image information and am continually moving the list view column headers around.
    Is there a way that you can set the default list view columns to display only what you need?

    Is there a way that you can set the default list view columns to display only what you need?
    You can create your own custom workspaces using the triangle next left to the search field top right Bridge window and choose new workspace.
    First you have to define your workspace by resizing or moving the panels to other locations (grab a panel tab and it will be surrounded by bleu lines, move to other location. A horizontal line means as a row in a column. A vertical line creates a column (max 3) and a surrounding line puts it in the same location as an extra tab.
    Use either menu view / list or use the default Metadata workspace that also shows list view.
    You can right click on the title of the column in list view and from the sub menu choose to insert or close certain columns. This is rather limited in options and the name column can't be altered at all (logically I would think…)
    Try playing around and when satisfied save it as new workspace and you can always revert to it by clicking on the workspace name and sometimes also needing to use the reset workspace button (workspaces are still far from perfect but in its current state also proved to be very useful).

Maybe you are looking for

  • No sound from TV when using HDMI from HP Envy Ultrabook4 despite downloading drivers

    Problem: When using an HDMI cord from my HP Envy Touchsmart Ultrabook 4 (4-1105dx)to connect to my TV to view movies, the video appears on my TV screen, but there is NO sound from the TV. Instead the sound comes from my lap top. Troubleshooting: I ha

  • LiveCycle Designer 8.0 Drop-down menu help - newbie

    I am new with LiveCycle and do not know much about coding and the like. I've search the forums and have not found quite what I need. (It might be because I don't know the correct terms to search - so I apologize in advance if there was a previous pos

  • Po line items in bdc

    requirment: to load a file filed with ean no and populate line item of me23n with the respective eans number and their quan and it shuld populate the line items and not save them so user can check a few things and then save it manually while creating

  • Parameters of tnsnames.ora

    hello. i am new in oracle 10g and i want to take advice. i see the setting parameters of tnsnames.ora on Oracle Net Manager and i set the tnsnames.ora with it. i developed a client application working with remote oracle 10g database on windows platfo

  • C# Universal App Unity bad card game render

    Hello, I am working on a card game designed in Unity and I am getting some blurry rendering. I thought perhaps someone here may know why. I only get strange rendering when building for Windows Store and Window Phone. Building for Desktop does not hav