Re: [PHP-WIN] Parse error what's this, what to do?

2003-06-20 Thread sven
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

Re: [PHP-WIN] Parse error what's this, what to do?

2003-06-20 Thread Alejandro C. Garrammone
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 --

Re: [PHP-WIN] parse error

2002-11-19 Thread Cam Dunstan
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

Re: [PHP-WIN] parse error

2002-11-19 Thread Stephen Edmonds
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

Re: [PHP-WIN] parse error

2002-11-19 Thread zeus
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

RE: [PHP-WIN] parse error

2002-11-19 Thread Charles P. Killmer
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

Re: [PHP-WIN] parse error

2002-11-18 Thread Dash McElroy
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

Re: [PHP-WIN] parse error

2002-11-18 Thread zeus
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

RE: [PHP-WIN] parse error

2002-11-18 Thread Howard, Robert P
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

Re: [PHP-WIN] Parse error when using Javascript & php?

2002-03-30 Thread Steve
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

RE: [PHP-WIN] Parse error when using Javascript & php?

2002-03-29 Thread Mike Flynn
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

RE: [PHP-WIN] Parse error when using Javascript & php?

2002-03-29 Thread Todd Williamsen
: 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

Re: [PHP-WIN] Parse error when using Javascript & php?

2002-03-29 Thread Mike Flynn
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

RE: [PHP-WIN] Parse error when using Javascript & php?

2002-03-29 Thread Ross Fleming
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

RE: [PHP-WIN] Re:[PHP-WIN] parse error

2002-03-13 Thread alain samoun
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

[PHP-WIN] Re:[PHP-WIN] parse error

2002-03-13 Thread ChaoticWorks
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."); >

Re: [PHP-WIN] Parse error after install

2001-03-30 Thread joerg andreas
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

Re: [PHP-WIN] Parse error after install

2001-03-16 Thread Pablo Vera
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

Re: [PHP-WIN] Parse error after install

2001-03-16 Thread OoCobra97
hello, try echoing the command phpinfo, such as that works on my windows 2000 machine without a problem =) Hope this helps ~Jeff