Jump to content

Complete Noob


cameronnat

Recommended Posts

I am such a noob with php.  I'm trying to install a plugboard onto my website.  I've uploaded the files onto my server and have changed the CHMOD on the files I was supposed to.  I've even gotten into the admin section through my browser.  I cannot get it to appear on the page.  I know it's something silly that my brain has missed but here is what I've done.


[code]<html>
<head>
<title>My first PHP Page</title>
</head>
<body>
This is normal HTML code

<?php include('/plugbox1.0/plug.php');?>


Back into normal HTML

</body>
</html>[/code]

Shouldn't there be a a code BEFORE the html to cache the php? Sorry :(
Link to comment
https://forums.phpfreaks.com/topic/20293-complete-noob/
Share on other sites

Ahhhhh, okay I've gotten another script.  I uploaded the files and changed to CHMOD and the config but I'm getting this error:

[quote]Warning: file() [function.file]: Unable to access plug.db.php in /misc/24/163/230/777/user/web/nathaliesdream.com/linkdump/plug.php on line 103

Warning: file(plug.db.php) [function.file]: failed to open stream: No such file or directory in /misc/24/163/230/777/user/web/nathaliesdream.com/linkdump/plug.php on line 103[/quote]

Link to comment
https://forums.phpfreaks.com/topic/20293-complete-noob/#findComment-89786
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.