User Profile

Collapse

Profile Sidebar

Collapse
richm
richm
Last Activity: Sep 30 '07, 02:17 PM
Joined: Feb 19 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • richm
    started a topic require_once DB.php Help.
    in PHP

    require_once DB.php Help.

    Good day, My OS is Windows Vista, Apache2.2, MySQL5 and PHP5 and PEAR.
    I have Oreilly's PHP and MySQL second edition examples in my cgi-bin
    which is my server root. All of the examples run without error
    except Example.7-1. below or any script that starts with
    require_once "DB.php" which throws the error DB not found.
    The curious thing is if I open the same file from the wda. folder
    in my cgi-bin...
    See more | Go to post

  • richm
    started a topic Problem with ($q->fetchInto($row)
    in PHP

    Problem with ($q->fetchInto($row)

    Greetings,
    When I execute this code the table appears as [Book | Year Published | Author] and nothing else. I get no errors from Apache2.2 or MySQL.I am using Windows xp Home edition, English. If I use viewsource the table reads <tr><td><?= $row[0] ?></td><td><?= $row[1] ?></td><td><?= $row[2] ?></td></tr> etc. I have tapped all resources such as thescripts,mysq l...
    See more | Go to post
    Last edited by ronverdonk; Feb 19 '07, 07:54 PM. Reason: code tags!!!
No activity results to display
Show More
Working...