Forum: PHP May 2nd, 2007 |
| Replies: 4 Views: 1,252 I am trying to display all data from my MYSQL database but it results in a blank page:
<?
mysql_connect($host,$username,$password);
@mysql_select_db($database) or die( "Unable to select... |
Forum: Existing Scripts Apr 29th, 2007 |
| Replies: 5 Views: 9,650 I am looking to add a video section to a local community site. I am wanting to set it up very simlar to Youtube, but it would have a different purpose. The website would also have other password... |