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

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

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

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

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

2003-06-19 Thread Ildiko Nyari
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

[PHP-WIN] parse error, unexpected $end

2003-01-24 Thread Octavio Herrera
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

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
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

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
$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

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

[PHP-WIN] parse error

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

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] Su

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

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

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
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 >

[PHP-WIN] parse error

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

[PHP-WIN] Parse error?!

2002-03-02 Thread Aleksandar Skodric
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

[PHP-WIN] PARSE ERROR: line number listed is n+1?!?

2001-09-13 Thread leo g. divinagracia iii
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

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

[PHP-WIN] Parse error after install

2001-03-16 Thread Mark Collins
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