[PHP]<?php
// Connect to the database
$server = "localhost";
$dbuser = "dbusername";
$dbpass = "dbpass";
$dbname = "dbname";
mysql_connect($server,$dbuser,$dbpass) or die ("Could not establish connecti…
I was well aware that t was insecure, I had no ida as to what blogentry.php was displaying. If the user had asked for security measures, I would have put them in place. :rolleyes: But otherwise, nice post.
You don't need access to php.ini, you can use .htaccess to do it.
AddHandler application/x-httpd-php ars
Add that into your .htaccess and you'll be running smoothly. Any .ars file will be parsed by php :)
I read some really bad reviews about Vista, about all the high-end hardware it requires.. o_O. It's not really High-End by today's standards but alot of people still don't have hardware good enough to run it.
$0. I get free everything, no domain, though. I am intending to buy one, or just actual hosting if my site generates enough hits once I get everything up :rolleyes:
Can't say I am.. I am sitting here on a sunday morning, Chilling out.. End of Uni semester coming up so I'm non-stressed :D
The person below me has or has had braces?
(Quote)
the feed:// protocol is associated with an external program, so yes, it would essentially be http:// ... Maybe the feed:// protocol you're using for your external rss program doesnt work in Safari?
Also, instead of using header(); just pla…
Well maybe you can keep trying different methods, and if all else fails, just use a seperate css file for the tutorials/other pages. But definitely try and fix it first, using 2 css files can get annoying because you have to include a different styl…
Im looking to create one for my site once I finish my last few backend things, and then Ill put up a layout, content etc. then hopefully create some form of an adminCP, but we shall wait and see.
Hm, For a second I was going to say that I couldnt see the problem, but then I clicked the Tutorial, lol. I think your problem is that you have a set height for your 'content' div of your site. If you maybe could try setting it to 100% height in you…