gt; [Code]
> ?>
>
> [Html Code]
>
> [code]
> ?>
>
> Hope this helps...
>
> But it isn't the answer...please post you code!!
>
> - Original Message -
> From: "Ildiko Nyari" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTE
riginal Message -
From: "Ildiko Nyari" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 19, 2003 9:43 PM
Subject: [PHP-WIN] Parse error what's this, what to do?
Hello
Parse error: parse error, unexpected '<' in C:\Program Files\Apache
Grou
Hello
Parse error: parse error, unexpected '<' in C:\Program Files\Apache
Group\Apache2\htdocs\advanced3.php on line 129
what's this?
I always get this error when I want to display the php files on the web, so can't.
What do I do wrong?
thanks,
ildiko
Hello,
my name is octavio, Im new to this news group,
I have a problem, Im getting the following error message:
Parse error: parse error, unexpected $end in
c:\appserv\www\octavio\user_data.php on line 63
What is this? I have looked all the source code and at the end of file there
is nothing wron
zeus,
I notice you start your code with On Tue, 19 Nov 2002, zeus wrote:
>
> > Nope! i try that one too, but the parse error thing still exist
> >
> >
> > Howard, Robert P wrote:
> >
> > >change your else($submit) statement to else
> > >
--
PHP Windows Mailing List (http://www.php.net/)
T
t;[EMAIL PROTECTED]>; "phpwin"
<[EMAIL PROTECTED]>
Sent: Wednesday, November 20, 2002 5:15 AM
Subject: Re: [PHP-WIN] parse error
> i got the error in these line..
>
> ..code before...
> else($submit)
> ..after .
>
>
> Maybe its vaery vary for some poeple
ailto:[EMAIL PROTECTED]]
Sent: Wednesday, 20 November 2002 4:25 AM
To: phpwin
Subject: [PHP-WIN] parse error
i get parse error with this code, what's wrong with the code? i think i
have give the "else" statement in ther right way.
help,neet it
I think you are missing } before the else
-Original Message-
From: Dash McElroy [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, November 19, 2002 12:57 AM
To: zeus
Cc: Howard, Robert P; phpwin
Subject: Re: [PHP-WIN] parse error
What line number are you getting the parse error at? It's am
$submit) statement to else
> >
> >-Original Message-
> >From: zeus [mailto:[EMAIL PROTECTED]]
> >Sent: Wednesday, 20 November 2002 4:25 AM
> >To: phpwin
> >Subject: [PHP-WIN] parse error
> >
> >
> >i get parse error with this code, what's wrong w
Nope! i try that one too, but the parse error thing still exist
Howard, Robert P wrote:
change your else($submit) statement to else
-Original Message-
From: zeus [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, 20 November 2002 4:25 AM
To: phpwin
Subject: [PHP-WIN] parse error
i get
change your else($submit) statement to else
-Original Message-
From: zeus [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, 20 November 2002 4:25 AM
To: phpwin
Subject: [PHP-WIN] parse error
i get parse error with this code, what's wrong with the code? i think i
have give the
i get parse error with this code, what's wrong with the code? i think i
have give the "else" statement in ther right way.
help,neet it so bad.
Thanks
===
/
//configure ///
/
require("config.php");
05 PM
> To: Todd WIlliamsen; [EMAIL PROTECTED]
> Subject: RE: [PHP-WIN] Parse error when using Javascript & php?
>
> while ($row = mysql_fetch_array($result)) {
> $id = $row['id'];
> $news = $row['news'];
> echo "$news";
> ?>
>
> Spot
IFrames don't use the 'value' property, so your second approach was right
-- putting the content between the iframe tags. Now, do you know that
IFrames are only supported by Internet Explorer and not Netscape
Navigator? They are used on almost *no* sites.. so you may want to
consider that be
: Friday, March 29, 2002 1:05 PM
To: Todd WIlliamsen; [EMAIL PROTECTED]
Subject: RE: [PHP-WIN] Parse error when using Javascript & php?
while ($row = mysql_fetch_array($result)) {
$id = $row['id'];
$news = $row['news'];
echo "$news";
?>
Spot the missing clo
Anything outside of the tags doesn't affect PHP one way or the
other, as long as it doesn't contain any of the strings like etc
that turn PHP parsing on and off. So I don't think the JavaScript or
IFrames would affect it.
-Mike
At 12:31 PM 3/29/2002 -0600, Todd WIlliamsen wrote:
>Parse err
while ($row = mysql_fetch_array($result)) {
$id = $row['id'];
$news = $row['news'];
echo "$news";
?>
Spot the missing closing brace }
-Original Message-
From: Todd WIlliamsen [mailto:[EMAIL PROTECTED]]
Sent: 29 March 2002 18:31
To: [EMAIL PROTECTED]
Su
Parse error line 117... there is no line 117..hehe!! I am thinking that PHP
doesn't like IFrames, or Javascript, or maybe just me?
Here is the code:
Untitled Document
BODY {margin: 0pt; padding: 0pt; border: none}
IFRAME {width: 100%; height: 100%; border: none}
// Default format is
Since we don't know what are: $notch_member and $bio, you should print them,
that maybe it! ;)
A+
Alain
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 13, 2002 7:08 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Re:[PHP-WIN] parse erro
ase contact me.");
> |___ You forgot the $ char for $fp
>
> A+
> Alain
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, March 13, 2002 5:53 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] parse error
>
how come whenever i run this code i get a error that says
"Warning: Unexpected character in input: '\' (ASCII=92) state=1 in
c:\phpdev\www\public\notch\bioupdate.php on line 28
Parse error: parse error in c:\phpdev\www\public\notch\bioupdate.php on line
28"
Hi all...
This is my first posting, so if question has been already asked (and
answerd) my apologise : )
OK, here it goes. I had Apache on Win XP. It all worked fine till
some time ago... I decided to try some other web servers and now I'm
so i write this script. all syntax errors are taken care of. but now i
get a PARSE ERROR wit the line number given as one more than the total
number of lines.
for example, there's a total of 100 lines in the script. and the error
message is PARSE ERROR: 101 line.
i check to make sure there ar
Hi Mark,
try this
It works with IIS5 and PHP.
reagrds, Joerg
"Mark Collins" <[EMAIL PROTECTED]> schrieb in im Newsbeitrag:
98t6p0$eti$[EMAIL PROTECTED]
> Hello,
>
> I have installed php on my NT server and I think its all ok, it performs
> very simple scripts, however a phpinfo(): gives me t
Mark:
Try it with a semicolon:
phpinfo();
Pablo
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
Friday, March 16, 2001, 8:16:15 AM, Mark wrote:
MC> Hello,
MC> I have installed php on my NT server and I think its all ok, it performs
MC> very simple scripts, however a phpinfo(): gives me
hello,
try echoing the command phpinfo, such as
that works on my windows 2000 machine without a problem =) Hope this helps
~Jeff
Hello,
I have installed php on my NT server and I think its all ok, it performs
very simple scripts, however a phpinfo(): gives me this
Parse error: parse error in C:\INetPub\WWWRoot\test.php on line 7
with line 7 being the phpinfo():
it seems like quite a fundimental error, have i messed up t
27 matches
Mail list logo