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

2003-06-20 Thread Alejandro C. Garrammone
? [code] ? Hope this helps... But it isn't the answer...please post you code!! - Original 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

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

2003-06-20 Thread sven
this helps... But it isn't the answer...please post you code!! - Original 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

[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

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 amazing

Re: [PHP-WIN] parse error

2002-11-19 Thread zeus
:[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 so bad. Thanks

Re: [PHP-WIN] parse error

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

Re: [PHP-WIN] parse error

2002-11-19 Thread Cam Dunstan
zeus, I notice you start your code with ?PHP and yet you use short tags throughout the script - has short tags been enabled in your environment? If not you have to use with ?php - not ? That else($submit) thing is a nonsense zeus - surely! - even if it didn`t produce a parsing error (and it

[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 === form action=? echo $PHP_SELF ? method=post ?PHP / //configure ///

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

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 Dash McElroy
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 in ther right way. help,neet it so bad. Thanks

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

2002-03-29 Thread Mike Flynn
Anything outside of the ?php ? tags doesn't affect PHP one way or the other, as long as it doesn't contain any of the strings like ?php, ? 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

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

2002-03-29 Thread Todd Williamsen
:[EMAIL PROTECTED]] Sent: 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 closing brace

[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 $fp = fopen(./notch/ .

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

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

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

[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

Re: [PHP-WIN] Parse error after install

2001-03-30 Thread joerg andreas
Hi Mark, try this ?php phpinfo() ? 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():

[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