SEO with PHP/Database driven sites

I know this is the wrong place for this question but I wanted the opinion of this forum.
My company is in the planning stages of building a new site. It's currently PHP/Database driven but for the amount of products we have in our lineup, it's not really necessary. I'm heading up the SEO for the new site and have been looking into it the past few weeks.
From what I've read here and there, PHP isn't too search engine friendly. There aren't any recent articles online that I can find on the subject so I would like to know your opinion. The new site can be created just as well with HTML/CSS and we plan to go crazy with SEO. From what you guys know about SEO, would you recommend staying with PHP or moving over to HTML?
Thanks in advance...

No, there is no difference. The only thing to ensure is that your 'meta' description is also individualised for each item/page and that any images contain a title attribute  individual to the image and not the generic "product image" title, (or similar) that many include.
This is what I've learned. I'm excited to begin the whole process. We have many websites that need to be re-done so we're trying to work out good plan before doing so. Designing for mobile came up after the first site was completed and I didn't have too much time to get into that, as you saw a few weeks back. Right now the page is only really built for Blackberry and once I was going to get into learning the media queries for the next two, I was put onto SEO.
We're a bbq company with a tonne of brands and things haven't been touched in years. Not a single person here knows anything about any of the websites. When I was hired a few months ago I was just thrown into the mix. As I'm sure you can imagine, things can get frustrating.
EDIT--
This is BOSS DJ. I made another account for work and for some reason they've switched them up. I signed in with Krumf and they gave me BOSS even though it said Welcome, Krumf up top. This window has been open ever since I signed in
Strange...

Similar Messages

  • 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

  • Thinking of learning to build sites with PHP/MySQL

    Is it worth it to invest the time and brain power? I've been
    using Dreamweaver for years. None of my sites really are so large
    that I'm having issues. But, I could see some down the road that
    might be too complex and large.
    I'm having some problems figuring out where to begin. Any
    suggestions on books that specifically deal with Dreamweaver and
    database driven sites?

    David Powers 'Foundation PHP for Dreamweaver 8' is what got
    me started. I
    was able to work through most of it in a weekend. He takes
    you step by step
    on how to set up your computer to run PHP/MySQL, and then you
    build a series
    of increasingly complex projects with each new aspect of
    PHP/MySQL that he
    teaches.
    He has some newer books out, too, if you have a more recent
    version of DW:
    http://foundationphp.com/
    ...Brenda
    "PeteC" <[email protected]> wrote in
    message
    news:g4dn2u$1gh$[email protected]..
    > synterx wrote:
    >> Is it worth it to invest the time and brain power?
    I've been using
    >> Dreamweaver for years. None of my sites really are
    so large that I'm
    >> having issues. But, I could see some down the road
    that might be too
    >> complex and large.
    >>
    >> I'm having some problems figuring out where to
    begin. Any suggestions
    >> on books that specifically deal with Dreamweaver and
    database driven
    >> sites?
    >
    > Anything by David Powers (of this parish) will be an
    exceedingly good
    > investment..
    >
    > Pete.
    > --
    > Peter Connolly
    >
    http://www.kpdirection.com
    > Utah
    >

  • Help on working with MySQL databases in Dreamweaver

    I am new to the world of dynamic webpages. I have been
    following along on the Lynda.com videos Dreamweaver CS3: Beyond the
    Basics, and Dreamweaver CS3: Dynamic Development, and have
    basically got it figured out for doing stuff on my local computer.
    However, I can't quite figure out what steps I have to take so that
    I can take my database driven site live. I use hosting with both
    ASTHost and GoDaddy. My hosting with each, I believe, is on Linux
    servers (GoDaddy for sure Linux, ASTHost may be MS). I am designing
    with DW CS3, and using WAMP as the PHP server on my pc. I am also
    using MySQL version 5.0. My PHP version is 5.1.2 with ASTHost and
    GoDaddy.
    Can anyone point me to a good tutorial or site that explains
    how to move the site from your own pc at home onto a hosting server
    and make it work? I have tried a few things, but keep running into
    MySQL errors.

    I have seen a good solution at http://webdesignsolutions.co.in/add-phtml-extension-in-dreamweaver , this is very simple.

  • Can anyone help with database driven design

    Hi,
    I would like to determine the best way to serve large amounts
    of text on an html page. I have manuals with lots of links that I
    want to add to a website. I would like to employ database driven
    web development in my design, would this be a good use for it? If
    so would you suggest php and what database?
    Thanks!
    Please forgive me for double posting, I posted this in the
    general forum but maybe should have done it here first?

    I would say it totally depends on the format that the manuals
    are in. If they're HTML than you can store them as BLOB's in mysql
    and you're life will be rather easy. You would need to parse the
    blob output for URLs but that's about it.
    However, if the manuals are in PDF than a database wouldn't
    help with the storage of the actual files, however you can use
    either XML or a DB (i.e. mysql) to store the metadata about that
    manual so that you can at least make the site searchable.
    A little more information about your data/website would
    probably be helpful.
    Aram

  • Displaying image from Database with php

    Hello everybody,
    I'm working on a website that displays videos courses and tutorials as my final project
    and I'm working with "Flash builder 4" the database with mySQL and the application server with php
    Basically, the goal is to display a datagrid that shows the manager of the website in column all the information stored on the "Course" table
    the structure of the table is :
    Course (id,img,src,title,description)
    -id : primary key
    -img : path to a photo of course {for example picture of JAVA}
    -src : path to the playlist file {xml file}
    -title : String
    -description : String too
    I already succeeded to display all these contents on a DataGrid, but not with the image, I couldn't display an imageon its column using the path stored on the database, I used a DataRenderer to do that, and here is my code for Renderer and the DataGrid.mxml
    CourseGrid.mxml
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
       xmlns:s="library://ns.adobe.com/flex/spark"
       xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600" xmlns:courseservice="services.courseservice.*">
    <fx:Script>
    <![CDATA[
    import Renderers.CourseDeleteRenderer;
    import Renderers.CourseImageRenderer;
    import mx.controls.Alert;
    import mx.events.FlexEvent;
    protected function dataGrid_creationCompleteHandler(event:FlexEvent):void
    getAllCourseResult.token = courseService.getAllCourse();
    ]]>
    </fx:Script>
    <fx:Declarations>
    <s:CallResponder id="getAllCourseResult"/>
    <courseservice:CourseService id="courseService" fault="Alert.show(event.fault.faultString + '\n' + event.fault.faultDetail)" showBusyCursor="true"/>
    <!-- Place non-visual elements (e.g., services, value objects) here -->
    </fx:Declarations>
    <mx:DataGrid x="10" y="10" id="dataGrid"
    creationComplete="dataGrid_creationCompleteHandler(event)"
    dataProvider="{getAllCourseResult.lastResult}"
    width="100%">
    <mx:columns>
    <mx:DataGridColumn headerText="" dataField="img" sortable="false" itemRenderer="Renderers.CourseImageRenderer"/>
    <mx:DataGridColumn headerText="id" dataField="id"/>
    <mx:DataGridColumn headerText="src" dataField="src"/>
    <mx:DataGridColumn headerText="title" dataField="title"/>
    <mx:DataGridColumn headerText="description" dataField="description"/>
    <mx:DataGridColumn headerText="Delete" itemRenderer="Renderers.CourseDeleteRenderer"/>
    <mx:DataGridColumn headerText="Update" itemRenderer="Renderers.CourseUpdateRenderer"/>
    </mx:columns>
    </mx:DataGrid>
    </s:Application>
    CourseImageRenderer.mxml
    <?xml version="1.0" encoding="utf-8"?>
    <s:MXDataGridItemRenderer xmlns:fx="http://ns.adobe.com/mxml/2009"
      xmlns:s="library://ns.adobe.com/flex/spark"
      xmlns:mx="library://ns.adobe.com/flex/mx"
      focusEnabled="true">
    <mx:Image source="{data}" width="60" height="60"/>
    </s:MXDataGridItemRenderer>
    Result :
    Problem :
    How can I access to the path of the image, I tried to write "data.img" instead of "data" as img is the name of the column in the database that stores the path but it wasn't successful.
    I know that it not complete statement "data" because "data" is a reference to what the DataGrid provides of information that gets from the (CreationComplete) event.
    Question :
    - Can you please help me with this so I can complete displaying images by accessing to what is on the column in tha DB so I can manipulate my datas that is stored there ?
    ==> I still have some questions about the buttons to update and delete datas fomr the DataGrid, but, until now I need to access successfully to the photo and display it
    Thank you,

    Anyone that can help me with this ?
    Please, try this with me, I'm asking Flex developpers this might be easy for you !
    It's just question of how to access the string stored in the variable "data", when I used XML I just type the path to the repeated element like this :
    XML file :
    XML File
    <parent>
    <child>
    <repeated_child></repeated_child>
    <repeated_child></repeated_child>
    <repeated_child></repeated_child>
    </child>
    </parent>
    I used a Model as a reference to the xml file
    and an arrayList as a container of the repeated child
    I just write in the code "data.parent.repeated_child" to access the text in the "repeated_child"
    and here is the code, that I implemented to generate videos from xml file to display a video play list
    Video Playlist code(extract from XML file "data.xml")
    <fx:Declarations>
    <fx:Model id="model" source="assets/data.xml"/>
    <s:ArrayList id="products" source="{model.video}"/>
    </fx:Declarations>
    <mx:List  dataProvider="{products}" labelField="title"
      change="list1_changeHandler(event,List(event.currentTarget).selectedItem)" x="103" y="77" height="350" width="198"/>
    That was my goal to do that with the database.
    Please help me
    If you have other solution I still need it.
    Thank you,

  • Need Help with IMG+PHP Database+Selective Display

    The problem is really a lot simpler than I made it sounds to
    be, though I fear the answer might be vice versa.
    I need to have pictures appear when they exist. That's all.
    Here is where I am at:
    I have created a php database for a news announcement page.
    In that database, I have a column named "img" whose default value
    is "null"
    Whenever I actually have a picture corrosponding to a
    particular news, the "img" column will change to the file name of
    that image, which I will then extract.
    So basically... if news A, img = null... no picture. news B
    img = b... then yes picture. very simple concept for database.
    Here's what I can't do.
    When I read the database from DW, how can I make it so that
    when it reads a "null" it won't insert a picture and vice versa? I
    figure it definitely has to do with the "if" statement (duh...)
    I know how to make text do that effect...
    <? if $row_data['text'] != null
    echo("i have data");
    ?>
    but how do i do it with an image? I tried putting the image
    tag to replace the entire "echo" line, but that's apparently not
    how you do it. I tried putting it inside "echo", but that doesn't
    seem to be it either.
    also, as a premise, all pictures are associated with only 1
    particular news.
    which i wrote something similar to this:
    <img src="<?php echo $row_data['img']; ?>.jpg"
    width="200" height="200" />
    Um, basically... I need THAT to fit into the IF statement. So
    thanks in advance.

    if (!is_null($row_data['img']))
    echo '<img src="',$row_data['img'],'.jpg" width="200"
    height="200" />';
    Let's break that down into the following:
    echo '<img src="' ;
    echo $row_data['img'] ;
    echo '.jpg" width="200" height="200" />' ;
    When you string multiple echoes together use a comma between
    them,. so now
    we have:
    echo '<img src="',$row_data['img'],'.jpg" width="200"
    height="200" />';
    (You may also use a period, but my understanding is the
    period is less
    efficient.)
    I only have single quotes in my PHP statements. The double
    quotes you see
    are part of what will be the rendered HTML.
    You may generally use the single quote or double quote
    interchangeably with
    few exceptions such as having double quotes as part of the
    text or vice
    versa among others. You can probably escape the characters
    too, but lets
    keep this simple for now.
    If I misspoke I am sure Micha will be sure to correct me.
    IMO The best thing to do is learn by trial and error, and
    your best resource
    on the net for PHP is probably the php website. www.php.net
    "Bih Wang" <[email protected]> wrote in
    message
    news:gr3p0m$293$[email protected]..
    > thanks so much!
    >
    > is how i interpret the code correct?
    >
    > if (!is_null($row_data['img'])) ---> if img is false
    > echo <--- maybe i been using this without
    understanding it correctly...
    > echo
    > means to display on screen but not limited to text
    right?
    >
    > and the rest is where you lost me... i don't get the
    punctuations
    >
    > bracket double quote (" is for text right?
    > so single quote ' means to accept a php function or html
    code?
    >
    > so can i do this?
    > '<div bob>blah'
    > and have div bob appear only when the conditions are
    met?
    >
    > and external data is define by comma?
    > such as... if i pre-define value "x"
    > so i can do img src=',x,'.jpg?
    >
    > thanks again! is there a tutorial i can read for these?
    >
    >

  • How to build database driven mobile apps with dreamweaver and phonegap?

    Hi all,
    I'm searching the easiest way to implement a simple database in my app.
    I can build application with php/mysql in seconds with dreamweaver.
    But how can I do something similar with dreamweaver cs5.5 and phonegap for mobile apps?
    I would like to create a little app that pulls data from a mysql database on my webserver.
    But it seems that dreamweaver/phonegap/jquery mobile work only with HTML files.
    I searched the whole web for a day now but I haven't found anything easy to recreate.
    Is there a tutorial that explains the basic of database for mobile in dreamweaver?
    It seems a bit limitating to use dreamweaver to build only static/useless apps....
    What about forms and data validation?
    TIA for any help.
    tony

    @idesdema: Have a look at this tutorial: http://www.codeforest.net/jquery-mobile-advanced-tutorial-rss-reader-app
    It includes a demo as well as a download link to the source files.
    Also, if you want to take it a step further, you can create & manage a 'local database' without having to access anything remotely - basically handling everything at the client's end.
    There's a tutorial for that here: http://the-jquerymobile-tutorial.org/jquery-mobile-tutorial-CH22.php
    Good luck.

  • ADD form.php to my site with iWeb, possible?

    Hi, is it possible to add a form.php to muy site done with iWeb? thank you.

    thank you for your kind reply, the thing is i ignore how to do this by programming php, i use Rapidweaver for the forms and i have them done, getting stuck with adding the forms to my mainsite, done with iWeb, because RapWeav also makes a complete site out of it and i only have one domain with a host that supports php, where the mainsite is located. so what i need is some how achieve to split the php form and upload them, but does'nt this create a duplication of sites on the host?, while i have two index.html, one for the main site i want to link to the forms and one for the RW made site with the forms? wow! thank you for your help, maybe there is no solution if i don't manage with programming php and so.

  • LOVs and how to substitute a database driven value with a more readable val

    Hello,
    I am using LOVS in my view objects and I like it because it is saving me time whille developing my UI: I get drop down list made automatically for me in my UI forms.
    However I have a requirement to change the values we see in the drop down today.
    Basically the values that show in the drop down are database driven and they are not very readable for the end users, so I would like to somehow convert them with some values that I know would make more sense.
    Let say in my database I have a fiield name type that can be G for general or S for Specific, I would like the user to see General or Specific in the drop down list instead of G or S. How would you do that and can LOVs be configured to do that?
    Thanks

    there is something called display attribute when you create your lov in the ui hints tab..
    you have shuttle the description for the code to the selected pane. .so that you see the description instead of the code that is bounded for the lov attribute..
    http://blogs.oracle.com/workingwithadf/entry/adf-bc_creating_a_listofvalues_lov_and_a_cascaded_lov
    https://lh6.googleusercontent.com/-LZExUnvVJAo/TXNp71j7VII/AAAAAAAAE3s/1ukcrJOrw2Y/s1600/4.png

  • Need to re-download PHP Event Calendar with MySQL Database

    How do I re-download PHP Event Calendar with MySQL Database purchased earlier.  I need link without having to repurchase.

    This has nothing to do with Adobe or Dreamweaver.  Contact the company from whom you purchased your extension or widget.
    Nancy O.

  • Sybase central database connection with php

    Thank you for helping me, but i have not be able to connected sybase central with php platform, can someone help me to connect sybase central database with with the servername kuki using connection link dsn?

    The proper forum for such posts is the Dreamweaver Applications Development forum.  Please repost this over there -
    http://forums.adobe.com/community/dreamweaver/dreamweaver_development?view=discussions

  • 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

  • Php database tutorial is finished

    The current site is now complete at
    PhPtutorial

    > Is this possible?
    Certainly.
    > I have no experience with PHP so any good tutorials or
    book
    > recommendations
    > would be welcome.
    Get David Powers' book - Foundation PHP for Dreamweaver 8 -
    it may be all
    you will need....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Petunia2" <[email protected]> wrote in
    message
    news:e7jud1$2tn$[email protected]..
    > Hi,
    >
    > I have a large static page website (over 200 pages) and
    I would like 5 or
    > 6
    > pages inside the site to be PHP or database driven.
    >
    > Is this possible?
    >
    > I have no experience with PHP so any good tutorials or
    book
    > recommendations
    > would be welcome.
    >
    > Many thanks!
    >

  • PHP Database inside Static Website

    Hi,
    I have a large static page website (over 200 pages) and I
    would like 5 or 6 pages inside the site to be PHP or database
    driven.
    Is this possible?
    I have no experience with PHP so any good tutorials or book
    recommendations would be welcome.
    Many thanks!

    > Is this possible?
    Certainly.
    > I have no experience with PHP so any good tutorials or
    book
    > recommendations
    > would be welcome.
    Get David Powers' book - Foundation PHP for Dreamweaver 8 -
    it may be all
    you will need....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Petunia2" <[email protected]> wrote in
    message
    news:e7jud1$2tn$[email protected]..
    > Hi,
    >
    > I have a large static page website (over 200 pages) and
    I would like 5 or
    > 6
    > pages inside the site to be PHP or database driven.
    >
    > Is this possible?
    >
    > I have no experience with PHP so any good tutorials or
    book
    > recommendations
    > would be welcome.
    >
    > Many thanks!
    >

Maybe you are looking for

  • File Resolution Export Problem

    I'm having problems with the resolution option when I export my images as jpegs in Lightroom. In the export dialog box, I enter the file resolution as 240ppi, but once the file is exported and I open it in Photoshop or Bridge, the resolution is 72ppi

  • IPhone 6 Music Sync puts music on phone but I can't play from the phone

    I synced my new iPhone sync using my mac (latest software). It took forever for iTunes to sync putting only one playlist on the phone (900 songs). I got in the car, connected the phone and can access only 4 songs. It shows all the songs but they are

  • Type conflict in function module parameters

    Hi All, i hve to pass dynamic field <dyn_field> into function module parameters but  it's giving a dump for type conflict. where VALUE2  data type in 'AUTHORITY_CHECK' is UST12-VON but if i define <dyn_field> type UST12-VON . then it'll give dump in

  • Single signon between JSP page and Net.Data page

    I am trying to setup a single signon between a JSP page hosted on a tomcat server, and a Net.Data page hosted on an IBM HTTP server. Both of these servers are running on an AS400. The JSP page (www.jsppage.com/menu) contains a link to the Net.Data pa

  • Bootcamp on MacPro

    Does anyone know if Bootcamp will work on the MacPro. Since it is a 64 bit archetecture, will Windows Pro 64bit need to be used, or can it also support standard Windows XP Pro? I'd love to get rid of my XP box that's sitting here in case I need to fi