Insert Record php page blank

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Insert Record php page blank

    Created a simple insert record php page and uploaded to server. When checked
    through browser the page is blank. Php on server is running fine as test shows.
    Also connection through dreamweaver are fine.

    Can anybody help? Probably just something simple.

    AndLo Guest

  2. Similar Questions and Discussions

    1. Insert NULL not Blank into MySQL with PHP Script
      Hi, Here's my question: How do I pass a NULL value in a variable to a MySQL DB? Here's an overview of my problem: I have a PHP page that...
    2. Insert record
      Hi all, I'm having a bit of a problem at the moment. I'm basically trying to insert a record to a MS Access database. I'm using dreamweaver MX. What...
    3. insert record page - want to see the entry
      I have created an insert record page - how do I make a page to see the new entry? When I click the button, all info goes into database however on...
    4. How to insert a new record
      I am having problems with inserting a new record into access database using the detailsview control, the autonumber of the control does not update...
    5. insert blank row between records
      i need to insert a blank row between each row of data - is this possible ? thanks mark
  3. #2

    Default Re: Insert Record php page blank

    What does the source code say?

    --
    __________________________________________________ __________________
    UltraSuite Extension Packages: [url]http://www.ultrasuite.com/[/url]
    The *most popular* Suites of DMX 2004 and DMX Server Behaviors
    for ASP, ASP.Net, ColdFusion, JSP, and PHP_MySQL
    __________________________________________________ __________________


    J.S. \(UltraSuite\) Guest

  4. #3

    Default Re: Insert Record php page blank

    May be theres an error, and your hosts server is set to not display errors.
    Check your hosts help docs as if this is the case they usually have a page
    you can run your script through to display errors so you can see whats going
    wrong.


    --
    Gareth - TMM Dreamweaver
    [url]http://www.dreamweavermxsupport.com/[/url]
    [url]http://www.garethdp.com/[/url]

    PHP Login Suite V2 - 34 Server Behaviors to build a complete Login system.
    [url]http://www.phploginsuite.co.uk/[/url]

    Co-Author: Dreamweaver MX: Instant Troubleshooter - Apress
    Co-Author: Practical Intranet Development - Apress
    Co-Author: Dreamweaver MX: Advanced PHP Web Development - Apress
    Co-Author: Dreamweaver MX: PHP Web Development - Wrox


    gareth Guest

  5. #4

    Default Re: Insert Record php page blank

    On Wed 16 Feb 2005 08:10:00p, AndLo wrote in
    macromedia.dreamweaver.appdev:
    > Created a simple insert record php page and uploaded to server. When
    > checked through browser the page is blank. Php on server is running
    > fine as test shows. Also connection through dreamweaver are fine.
    >
    > Can anybody help? Probably just something simple.
    My experience is that it's something unclosed - either a statement is
    missing an ending semicolon ;, or else it's mismatched delimiters of some
    sort (), {}, [], '', "".
    Joe Makowiec Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139