User Profile

Collapse

Profile Sidebar

Collapse
liosbeg
liosbeg
Last Activity: Apr 12 '11, 07:23 PM
Joined: Apr 7 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Thanks Aimee.
    I have looked at this and started over again using code.
    Still having some problems although smaller now!

    Here is my new code. If it is something small I am doing can you let me know? Really appreciate your help.
    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
    <html xmlns="http://www.w3.org/1999/xhtml">
    ...
    See more | Go to post

    Leave a comment:


  • I need my php to call certain parts of a table from mysql

    I have a html code writtin which calls a php page.(this much works perfectly).

    In the html the user has a choice of 5 artists from a drop down menu.
    When the choose the artist I want it to call the details for that artist from mysql.

    In mysql:
    Table name in database:Tracks .
    Column 1 in table: album_number
    Column 2 in table: track number
    column 3 in table: track_title

    ...
    See more | Go to post

  • liosbeg
    replied to Using php without database inserting table
    in PHP
    I have set them up on a server with the html file on http://www.guidewiresmusic.com/webde...ct/index1.html if you need to see it.
    See more | Go to post

    Leave a comment:


  • liosbeg
    replied to Using php without database inserting table
    in PHP
    Thanks for your help shenno.

    I am almost there ... one last problem:
    When I choose my artist from the drop down menu it does now bring me to the php page but it shows the choice I made as well as the final artist in the drop down menu. I only want the one I choose. i presume its something do with the "else" statement at the end.

    Hopefully this should be the end of my questions on this one.
    ...
    See more | Go to post

    Leave a comment:


  • liosbeg
    started a topic Using php without database inserting table
    in PHP

    Using php without database inserting table

    Hi,
    I am doing a project for college. We have been asked to build a php page and insert a table to it WITHOUT using a database. I have it done but it keeps returning errors.

    When i go to my home html page and go to drop down menu I created and choose page I want to see it should bring me to only the section I choose in the php.

    Here is the code (any help really appreciated):

    Code:
    <!DOCTYPE
    ...
    See more | Go to post
No activity results to display
Show More
Working...