Jump to content

AndyB

Staff Alumni
  • Posts

    5,465
  • Joined

  • Last visited

    Never

Posts posted by AndyB

  1. $row_Recordset1['date'];

    What did you put IN that record? When we know that, we can suggest how to process/re-format that information to output the date in the form you want. Show us an example of the information, or explain how 'date' was entered into your database.

     

    It might have been better to put the data into the database originally in the format you want. The date() function in the manual explains how to convert to any date format you want.

  2. Based on what I understood from your post, it has all the makings of at least a syntax error. Is your field name really tbl_recipes.recipe_detail (or is it recipe_detail)?Post the actual php code you have that retrieves the search word(s), along with the actual database query you're using, and someone can offer a suggestion/solution.

  3. I design my page layouts using pencil and paper. Then when I think I have a good idea of what I want, I use Photoshop to create the visual layout. Then, when I'm satisfied that I have the look I want I can easily crop and create any of the graphic elements I need for the page ..... and then I code the page (using a souped-up text editor that includes a live page view that I leave turned off, plus a whole load of other bells and whistles).

     

    Strange how nobody mentioned that design is a completely different exercise from coding, regardless of what tool you use to generate the code.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.