Code: Select all
, [syntax="language"]andCode: Select all
tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
The only reason I used a .php extension on my index was so I could use a program I wrote that dynamically loads quotes into a page of mine, and a page couter. problem is I recently ftp'ed the site onto my desktop for modifications, and tried to reload it only to get this error,
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /nfs/cust/8/25/05/650528/web/index.php on line 4
I tried putting echo in front of all my nessesary html, but even then it would just produce another error. Then I even deleted all my meta content, at which point it starting saying <title></title> had an error in it. After wards my style sheet was even called error prone. This is the first time this ever happened to me, I'm not sure what to do. Here is the begining of my source code, hopefully, someone can help.
[syntax="html"]
<html>
<head>
<META HTTP-EQUIV='Content-type' CONTENT='text/html' charset=ISO-8859 -1">
<TITLE>A key into my mind</TITLE>
<LINK REV="made" href="mailto:dailylifez@yahoo.com">
<META NAME="keywords" CONTENT="Blog,wrestling,poetry,philosophy">
<META NAME="description' CONTENT="A site for the altered mentality of our
future, read it if you're into wrestling, politics, philosophy, poetry, or
free thinking. Read it if you're against any as well, it's always fun to
find opposition in ways of mind.">
<META NAME="Sean Clair" CONTENT="A different way of thinking"><META NAME="ROBOTS" CONTENT="ALL">
<title> A key into my mind!</title>
Weirdan | Please use[/syntax]
Code: Select all
, [syntax="language"]andCode: Select all
tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]