that codepart isn't very useful.
look around line 129, maybe a line above a command isn't correctly
terminated by semicolon. could be, that your php-termination ?> before
isn't recognized as it is interpreted as depending to stings from
lines above? maybe some brackets of conditions or functions
Ildiko, every time you want to use php code you must start with a "
so, here you want to embeded html code and then you want to write another
part of the code so it's look like this:
[Html Code]
Hope this helps...
But it isn't the answer...please post you code!!
- Original Message --
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
i got the error in these line..
..code before...
else($submit)
..after .
Maybe its vaery vary for some poeple wit diffrent setup of aplication,
or anything to do with my code,
i will look up my code again...maybe the erro has gone away ^^;
Dash McElroy wrote:
What line number are you ge
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
What line number are you getting the parse error at? It's amazing what
that can tell you.
-Dash
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
> >
> >-Origi
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 "else" statement
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]
Subject: [PHP-WIN] Parse error when u
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
i fixed thati feel stupid for missing thatbut i still get the error
even after i fixed that
In a message dated 3/13/2002 9:01:59 PM Central Standard Time,
[EMAIL PROTECTED] writes:
> I suppose that line 28 is:
>
> if (!fp) die ("Cannot open file for writing. Please contact me.");
>
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
19 matches
Mail list logo