473,387 Members | 1,520 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

i have problem with php syntax?

1
Expand|Select|Wrap|Line Numbers
  1. <?php /LINE 1/
  2. /*LINE2*/ echo "<img style="float: left;" border="0" src="http://bytes.com/submit/images/check.png" align="absmiddle" /><span class="content">&nbsp;<s>I've backed up my database.</s> <strong>Good, but why not back it up twice?</strong> <a href="http://www.customcms.net/members/viewforum.php?f=14" class="contentlight" target="_new">How do I back up my database?</a></span>"echo "<img style="float: left;" border="0" src="http://bytes.com/submit/images/check.png" align="absmiddle" /><span class="content">&nbsp;<s>I've backed up my previous installations files.</s></strong></span>"echo "<img style="float: left;" border="0" src="http://bytes.com/submit/images/check.png" align="absmiddle" /><span class="content">&nbsp;<s>I've set the folder and config permissions.</s></span>"echo "<img style="float: left;" border="0" src="http://bytes.com/submit/images/check.png" align="absmiddle" /><span class="content">&nbsp;<s>I've double checked my database settings.</s></span>"echo "<img style="float: left;" border="0" src="http://bytes.com/submit/images/check.png" align="absmiddle" /><span class="content">&nbsp;<s>My license.php f /*LINE 2/
What the problem this? can u help me?TQ
Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in/home/website/public_html/smartgame/install_update/install.php on line 2
Jun 27 '10 #1
1 1191
jx2
228 100+
you should have type \" instead of " (cos this close a 'line')
or use single apostrophe:
echo 'any "text" here';
Jun 27 '10 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

699
by: mike420 | last post by:
I think everyone who used Python will agree that its syntax is the best thing going for it. It is very readable and easy for everyone to learn. But, Python does not a have very good macro...
303
by: mike420 | last post by:
In the context of LATEX, some Pythonista asked what the big successes of Lisp were. I think there were at least three *big* successes. a. orbitz.com web site uses Lisp for algorithms, etc. b....
68
by: Marco Bubke | last post by:
Hi I have read some mail on the dev mailing list about PEP 318 and find the new Syntax really ugly. def foo(x, y): pass I call this foo(1, 2), this isn't really intuitive to me! Also I...
23
by: C. Barnes | last post by:
I vote for def f(): (body of function) This is backwards compatible (Python <= 2.3 raise SyntaxError), and looks much nicer than @. The only problem is that you can't one-line a...
2
by: Dr DOOM | last post by:
Hi folks...I've just installed asp.net framework and asp.net sdk and I've cut and pasted a file from the web to test that it works. The problem is that I get this error message which says: ...
19
by: Nicolas Fleury | last post by:
Hi everyone, I would to know what do you think of this PEP. Any comment welcomed (even about English mistakes). PEP: XXX Title: Specialization Syntax Version: $Revision: 1.10 $...
5
by: Cosmin Prund | last post by:
Hello everyone. I'm new to c# and I'm trying to use some delegates in my code, so I can do time-tests on whatever I'm doing. In order to do this I tried writing a testing method that will make use...
0
by: compuglobalhypermeganetz0r | last post by:
I am having trouble getting an adapter to update my access database, it gives the error Syntax error in INSERT INTO statement. for Line 98: Adapter.Update(WineDS, "tblWines") Below is my...
1
by: SealedClassSingleton | last post by:
Hi, When calling a stored procedure on a SQL 2005 DB with the managed SQL ADOprovider I got the following exception: Syntax error converting character string to uniqueidentifier when I use...
1
by: kittymaguire | last post by:
I am using VC2005 and have refined new to be new (_NORMAL_BLOCK ,__FILE__, __LINE__) for the debug build so that the location of memory leaks are reported. The problem that I have is when, I...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.