Data-base driven site

1. Hi. I'm new to data-base driven sites. firstly, i want to
basically link my database (with two tables. no relationships) to a
new website. Can somebody talk to me through the steps for doing
this? i know mySQL and PHP are used...
2. Secondly if I get it all set up...how does it actually
work? Does the database generate pages for each record and add the
fields in that i select? I'm supposing this is what happens.
3. also, if i get it all setup, can you edit the database
(and therefore editing the site) from the database its self (so its
linked directly) or do you have to log in to your webhost and edit
the data there?

cripaustin wrote:
> Thanks for the replies.
> What I am trying to do (I dont know if any of this is
even possible):
> 1. I am trying to develop a website using Dreamweaver
with normal html and
> CSS. I will make the template(s) for the main pages
including a template for a
> page on a particular product which will be used over a
hundred times for all
> the different products. I dont want to have to set up
each individual page,
> assign the template, copy over the content, and add in
an image. To solve this
> problem, I thought I would create a table within a
database and easily copy
> over the data from a spreadsheet into this table. From
there I would somehow
> generate a page for each record and add in certain data
from certain fields in
> certain 'edit areas' of the template to which all
generated pages will be
> assigned.
The end result will be hundreds of generated pages, one for each
> record of my table, all assigned to a certain template,
and all formatted the
> same way. I want to be able to update the data from the
table (so no web design
> skill is needed) and then have the website
automatically updated.
>
> 2. If this is at all possible, there will be a few
concerns. Don't bother
> replying to these unless point one is even possible
though. If I can generate
> pages with data on each one, is it possible to have
images in each record in
> the data base and have these placed on each page aswell?
> (there are more concerns but I will ask later)
> Thanks, Chris
>
>
of course it's possible, and that's how all commercial
websites are b uilt these days.
You can either use a database, or writable files which will
store the data.
You would use server-side templates (not dreamweaver
templates), and populate them dynamically with
the appropriate content depending on the product requested.
What server-side language are you planning to use?
seb (@webtrans1.com)
high-end web design:
http://webtrans1.com
an ingenious website builder:
http://sitelander.com
music:
http://myspace.com/popmodelberlin

Similar Messages

  • Data base for song info?

    Is there a data base or site that has info for song tags? In particular I want the date released for all my songs.
    Thanks for any help?

    I am in the UK and I have been searching for years for such a site, or for this particular information. Gracenote DB is no help at all for this I'm afraid. Unfortunately, record release dates - especially for older songs, is elusive. I have done the following research :
    1. In the UK we are lucky enough to have the Guinness Book of British Hit Singles : this gives the chart entry date for all Top 75 hits going back decades. For 98% of releases this will give an approximate indication (I subtract two weeks to allow for radio play).
    2. The music papers always used to list the single releases for the week, but this needs a lot of time and research to uncover.
    3. For non-chart records, you could try Googling the record's catalogue number, then keep going forward & back one number at a time until you find a release that charted, then work it out from that.
    I have nagged record companies to produce a book of release date information,but their response always is "who'd pay for it?"
    I think this is one tag you are going to have to research on your own. Sorry

  • Data Base editing

    Hi. A client wishes to add a data base to his web site which
    I designed and do the admin for using Dreamweaver MX. But he
    wishes, along with another colleague using her own PC to be able to
    add and delete info to and from the data info on the web site
    without going through me, if you see what I mean!
    I'm not sure if I'm talking complete tripe here or even how
    to set up a data base.
    Any thoughts / help / suggestions appreciated
    Cheers
    Steve

    evetsyads wrote:
    > Hi. Thank you for your comments though see no need to be
    so aggressive in your
    > reply. I'm fully aware how long it takes to learn all
    these different methods
    > for designing web sites but all I wanted was a bit of
    advice NOT a lecture. The
    > second reply was far more helpful. This is the first
    time I've used this forum
    > and in view of your attitude may be the last.
    >
    It will be a great shame if its your last, as you can learn a
    hell of a
    lot from these guys. I have been learning from them for 10
    years now,
    and still appreciate there help.
    Alec may have been a bit stearn, but its good advice.
    Mastering dynamic
    database driven websites can change the way you look at
    websites, it
    certainly did for me. I went a Introduction to Dreamweaver
    Ultradev v1
    years ago, just a 2 day course, it totally opened my eyes,
    but without
    the help from these guys I would never have got far.
    The best advice is what Alec gave you, sure there are quick
    ways of
    doing almost what your client wants/needs, but there are best
    ways, that
    will help you and your client more.
    Steve

  • I want to add image in column is it possible then how to add image in data base what data type we need to do

    I want to add image in column is it possible then how to add image in data base  what data type we need to give we required any casting  please show me one example
    jitendra

    Hi again,
    Several points that can help more:
    1. If you are working with Dot.Net, then I highly recommend read the first link that you got! This is nice and simple coding. Another option is this link which is even better in my opinion:
    http://www.dotnetgallery.com/kb/resource21-How-to-store-and-retrieve-images-from-SQL-server-database-using-aspnet.aspx
    2. As i mention above both link use the column's type image. There are several other option of working with Files. In most of my applications architecture I find that it is better to use a column which let us use any type of file and not an image column.
    In choosing the right column's type for your needs basically your fist question should be if if you want to store your data inside relational database environment or outside relational environment. It is a good idea to look for blogs on this issue. Next
    if you chose to store your data inside then you need to chose the right column type according to your server version. I highly recommend to look for blogs on the differences between those column's types: IMAGE, 
    Check those links:
    To BLOB or Not To BLOB: Large Object Storage in a Database or a Filesystem
    http://research.microsoft.com/apps/pubs/default.aspx?id=64525
    FILESTREAM feature of SQL Server 2008
    http://msdn.microsoft.com/library/hh461480
    FileTables feature of SQL Server 2012
    http://technet.microsoft.com/en-us/library/ff929144.aspx
    Compare Options for Storing Blobs (SQL Server)
    http://technet.microsoft.com/en-us/library/hh403405.aspx
    Binary Large Object (Blob) Data (SQL Server)
    http://technet.microsoft.com/en-us/library/bb895234.aspx
    Managing BLOBs using SQL Server FileStream via EF and WCF streaming
    * Very nice tutorial!
    http://petermeinl.wordpress.com/2012/02/20/managing-blobs-using-sql-server-filestream-via-ef-and-wcf-streaming/
    [Personal Site] [Blog] [Facebook]

  • Data base creation

    hi,
    I am new with data bases in Java. I need to build a servlet that saves data in data base. I would like to use mySQL. I really don't know nothing about mySQL and JDBC, only that it is free and it uses SQL (which I knows).
    What should I know and have in order to make this? what jars and what servers should I find? where can I find an example of how to create a data base and use it?
    thanks, Naor.

    The JDBC tutorial....
    http://java.sun.com/docs/books/tutorial/jdbc/index.html
    The mysql site....
    http://dev.mysql.com/
    I suggest that the read the license carefully first.

  • My Sites database status changed to "Database is up to date, but some sites are not completely upgraded."

    We have a brand new SharePoint 2013 farm which we just put into production. As users have begun creating their My Sites, the My Sites web application database changed to a status of "Database is up to date, but some sites are not completely upgraded."
    Huh?
    Prior to deploying to production, we had some test users that had created My Sites, and everything was fine. The database status was "No action required".
    Anyone know why the creation of My Sites would cause the database status to flip to this warning?

    HI Kleung,This seems to be that after the patch upgradation some of the sites are not upgraded properly.Please check the below thread that exactly talking about the issue that see in your enviornment.
    http://expertsharepoint.blogspot.de/2014/03/data-base-is-up-to-date-but-some-sites.html
    First of all, to identify what site collection doesn't got upgraded.
             Run: stsadm.exe -o localupgradestatus > upgradestatus.txt
    or
    PSConfig.exe -cmd upgrade -inplace b2b -force -cmd applicationcontent -install -cmd installfeatures  (Run from one of the WFE server)    
    In below as you see, there no site collection that need upgrade. If you have any, you can identify
    them by searching by word "Needs upgrade" in this file.                  
    Secondly, run the command in the Power Shell:
    For resuming the upgrade, you’ll need the ID for the database :
    Get-SPContentDatabase -Identity <your content database name>
    When you got the GUID for the database you can then resume the upgrade
             upgrade-spcontentdatabase -id <database
    GUID>
    Finally, check the upgrade status by running stsadm again:
    stsadm.exe -o localupgradestatus > upgradestatus.
    Thanks
    Anil Avula See Me At: http://expertsharepoint.blogspot.de/

  • Inconsistency  in Data Replication to the Data Base MEREP_207  (SAP Mobile)

    Hello
    I have the following problem in WAS 7.00 SP16 (Usage type Mobile Infrastructure):
    Scanario: Backend driven replication (T51, Server Driven), SyncBO = Reservation
    Case A:
    When modifying data in the backend with transaction MB22, in some cases (Replicated database is empty for that SyncBO), all the items (010) are generated in the data base MEREP_207 which PARENT_SYNC_KEY = '00000000 all the items with the same TOP = '00000000')
    Case B:
    When modifying in the backend with the transaction data with MB22, hundreds of records (items) are generated in the data base MEREP_207,
    with the same PARENT_SYNC_KEY, but with a different R3KEY (items with the same header). R3KEY here represents the R3KEY of the TOP plus a sequence.
    No one of the SAP Notes I searched applies to the current version of WAS.
    Thank you very much for the help.
    Best regards.

    Hi,
    it seems you key filed has the same value always or you do not have a key field - what I do not get if you talk about Notes - are you using a standard SAP Mobile App or is you mobile AP custom build?
    Well, if I get it right you end up with just one dataset instead of 100 and always the last one overwrites the one before (cause SyncKey is the same)?
    In that case, please check you data model for KeyFields and check that these are different. What do you do in the getlist and getdetail handlers?
    Oliver

  • JavaServer Faces and Data Bases - Help me!

    I am beginning in JSF and I have that to create one aplication using JSF.
    somebody could indicate me a site or send for me code samples of JSF and data base, using insert, delete and update?
    since already I am thankful!

    Serarch google for "JSF CRUD table". Also, please read SUN JDBC tutorial.

  • Applet and Data Base. Help me PLEASE!!!

    Hi,
    I'm a brazilian man.
    Can a applet make consults in my data base each "x" seconds?
    I need open a frame with other applet inside him (the frame)...
    Open the frame after check a flag in my data base.
    Have you a source code for this problem?
    I hope you can help me!!!
    I'm waiting...

    Hi,
    I need a applet that check a flag in my database each "x" seconds...
    Must I to use RMI for access the remote database, ok? How (if yes)?
    If the flag is found then a "new MyFrameClient()" is open... This system is for instant communication for two active users in my site! First, a user click on link for invitation (then update fields in my database) and a "new MyFrameServer()" is open. Second, after check in database, a "new MyFrameClient()" is open and start chatting.
    Understand me?
    I hope you can help me, please!!! Know (or have) you for a source code for this?
    I'm waiting for reply, ok!!!

  • Data base change

    Hi all,
    We are changing data base from Mainframs to  Solaries Oracle. Shall we face any problems while migrating date from Mainframs to Solaries. Could you please give which type of problems we will face.
    Regards
    Shirisha

    A heterogeneous migration must be done by a certified migration consultant on-site (http://service.sap.com/osdbmigration).
    Apart from that follow the guides (http://service.sap.com/systemcopy) and use the latest tools (R3load, R3ldctl, libdb*.so)
    Markus

  • Util class to extract Data from Data base Table.

    Is there any Util class to extract all records from Data base table into DAT file.For example(get all amployees from EMPLOYEE table in to employee.DAT )

    What is a DAT file?
    Anyway, this can be achieved using a shot of JDBC [1] and some business logic [2] to populate/group/concat the data together in a DAT format and writing [3] it to that DAT file.
    [1] JDBC tutorial: http://www.google.com/search?q=jdbc+tutorial+site:sun.com
    [2] Use your brains and things you ever learnt in maths and basic Java tutorials/books.
    [3] I/O tutorial: http://www.google.com/search?q=io+tutorial+site:sun.com

  • Data base design tutorails

    dear gurus can any body point me to some good database design tutorial as i m designing a data base and i dont think it is good actually i m looking for some sit having sample database designs
    any help
    thnx in anticipitation

    me too do some body kind enough to point us
    thanx

  • Safari hangs when posting forms on php database driven sites

    Hello,
    I build php MySQL database driven sites all day long, and over the last year i have noticed that when using safari and "Only Safari"... If i post a form which submits data to the database the page hangs for about a minute and then ends up on a blank page. (the data was successfully submitted to database though)
    This does not happen for any other browser, only safari. It happnes on at least 10 sites i have built. i thought it was an quirky issue with my computer, but now it is happening to a client.
    also this, doesnt happen to any ASP sites I build, only safari and php/mysql
    My safari is 2.0.4

    Hi,
    From your Safari menu bar click Safari / Preferences then select the Extensions tab. If you have any installed, then turn off, restart Safari. Try a site that uses web based forms.
    If it's not Extensions causing this, from the menu bar again, click Safari / Preferences - Autofill.
    Click the Edit button next to *Other forms*
    Click: Remove All then click Done.
    Restart Safari. Try again. If that didn't help, back to the menu bar, click Safari / Reset Safari. Select the top 7 buttons, click Reset. Restart Safari. Try again...
    Carolyn

  • Only a connection with the data base

    I have an application MDI - opening of some windows at the same time.
    I use framework ADF Oracle - Swing/ADF JClient.
    For each new JInternalFrame a BindingContext (bootstrap) is servant, with this a new connection in the data base is created. Already I tried to use the same, but generally an action in a screen intervenes with the other.
    How I can make this (application MDI - ADF) only having a connection in the database?
    Thank you!!!

    If I have only one connection with
    the Data Base, two threads can't to request the data
    in the same time?.If two threads use the same database connection at the same time, bad things will happen. That is why each thread must use its own database connection. The easiest way to make that happen is to have a pool of connections.
    This site will do translations for you:
    http://world.altavista.com/
    It is not very good but it knows Spanish better than I do.

  • Transfer of xml file elements to data base columns

    hi all,
    i have to store xml file's data(element values) into the data base(table columns).
    i heard that we can acheive this by XSU.
    IS it is mediator between xml and db? if yes how to install it.
    i tried something as below
    with t as (
    select xmltype('<Message-Header>
    <Message-Id>1234</Message-Id>
    <Sender-Company-ID>4569</Sender-Company-ID>
    <Sender-Company-Name>abc company</Sender-Company-Nam
    <Sender-User-ID>AA</Sender-User-ID>
    <Recv-Company-ID>050</Recv-Company-ID>
    <Recv-Company-Name>XYZ pvt.ltd</Recv-Company-Name>
    <Creation-Time>20101019 15:59:39</Creation-Time>
    </Message-Header>') as xml from dual
    )but i am getting following error. can anybody explain about this
    SQL> ed
    Wrote file afiedt.buf
      1  with t as (
      2  select xmltype('<Message-Header>
      3  <Message-Id>1234</Message-Id>
      4  <Sender-Company-ID>4569</Sender-Company-ID>
      5  <Sender-Company-Name>abc company</Sender-Company-Name>
      6  <Sender-User-ID>AA</Sender-User-ID>
      7  <Recv-Company-ID>050</Recv-Company-ID>
      8  <Recv-Company-Name>XYZ pvt.ltd</Recv-Company-Name>
      9  <Creation-Time>20101019 15:59:39</Creation-Time>
    10  </Message-Header>') as xml from dual
    11* )
    SQL> /
    with t as (
    ERROR at line 1:
    ORA-01041: internal error. hostdef extension doesn't existPlease help me..
    my db version is Oracle Database 10g Release 10.2.0.1.0 - Production

    Hi,
    What are you trying to achieve with a single WITH clause and no SELECT?
    Please see this from the documentation if you want to use it properly :
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/statements_10002.htm#i2077142
    Apart from its true purpose of subquery factoring, the WITH clause is often use here and there to simulate a table content, but you'll always need a SELECT.
    Maybe that's what you were trying to do?
    As for your question, starting with release 10.2, Oracle provides XMLTable to shred XML documents into relational structures.
    For example,
    with t as (
    select xmltype('<Message-Header>
    <Message-Id>1234</Message-Id>
    <Sender-Company-ID>4569</Sender-Company-ID>
    <Sender-Company-Name>abc company</Sender-Company-Name>
    <Sender-User-ID>AA</Sender-User-ID>
    <Recv-Company-ID>050</Recv-Company-ID>
    <Recv-Company-Name>XYZ pvt.ltd</Recv-Company-Name>
    <Creation-Time>20101019 15:59:39</Creation-Time>
    </Message-Header>') as xml from dual
    select x.*
    from t,
         XMLTable(
          '/Message-Header'
          passing t.xml
          columns
            message_id          number       path 'Message-Id',
            sender_company_id   number       path 'Sender-Company-ID',
            sender_company_name varchar2(30) path 'Sender-Company-Name',
            sender_user_id      varchar2(30) path 'Sender-User-ID',
            recv_company_id     varchar2(30) path 'Recv-Company-ID',
            recv_company_name   varchar2(30) path 'Recv-Company-Name',
            creation_time       varchar2(30) path 'Creation-Time'
         ) x
    ;If you're working in PL/SQL, and the XML resides in a variable, you can directly do (with necessary datatype conversion in the SELECT) :
    insert into your_table ( <your_columns_list> )
    select <your_columns_list>
    from XMLTable(
          '/Message-Header'
          passing your_xml_var
          columns
            message_id          number       path 'Message-Id',
            sender_company_id   number       path 'Sender-Company-ID',
            sender_company_name varchar2(30) path 'Sender-Company-Name',
            sender_user_id      varchar2(30) path 'Sender-User-ID',
            recv_company_id     varchar2(30) path 'Recv-Company-ID',
            recv_company_name   varchar2(30) path 'Recv-Company-Name',
            creation_time       varchar2(30) path 'Creation-Time'
         ) x
    ;

Maybe you are looking for

  • Application server file path vaidation

    I have written the code for application server file path validation.   DATA : l_fname TYPE filename-fileintern." type c.   DATA : l_filpath TYPE filename-fileintern,          l_filname(40) TYPE c. PARAMETER : p_sucfil LIKE rfpdo-rfbifile OBLIGATORY.

  • Using embedded library assets

    Hi, I've some movieclips in the library of an fla (all linked up properly) and published as an swf. Now I want to embed this swf in my flex app and instantiate the library items. But I get null objects. The size of the published flex app varies if I

  • Web Service Data Control Refresh

    Hi, We are creating the data controls for one of our web services and using the data control to create the user interfaces. Now the web service signature is changed and we would like to refresh the data control definition. But I am unable to find abo

  • Homogeneous system copy

    Hi, I am very new to SAP BASIS, can any one please send any link or some basic information which is needed for homogeneous system copy for windows, ECC 6.0 &  IBM DB2. Thanks in Advance biplab

  • Burning home movies for use on a regular DVD player

    Can anyone recommend software, preferably free, I can use to convert avi home movies to be able to be viewed on a standard DVD player? I have dvd-r disks, just not sure on what settings or software to use in order to burn them. Thank you.