Forum: PHP Jun 6th, 2009 |
| Replies: 12 Views: 572 Hello,
to me this sounds more like a problem of the CSS attributes rather than a PHP problem.
So I would first try to play with the "display" CSS attribute.
<table style="display: block">
...... |
Forum: Visual Basic 4 / 5 / 6 Jun 6th, 2009 |
| Replies: 3 Views: 447 I assume you are having trouble connecting to the database. There are multiple methods.
RTFM (friendly manual of course)
there are a number of DB-linking controls like the DBgrid, the... |
Forum: Visual Basic 4 / 5 / 6 Jun 5th, 2008 |
| Replies: 3 Views: 2,875 Reading / writing files should work without real limitations. Problem might be controls (like textbox et. al). But file I/O should be no problem. |