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

2003-06-20 Thread sven
do you have some code? Ildiko Nyari [EMAIL PROTECTED] schrieb im Newsbeitrag news:[EMAIL PROTECTED] 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

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

2003-06-20 Thread Ildiko Nyari
Hello, Thank you line129: td class=TDinfo?php require(select name=select3 class=SELECTSize But the whole stuff look-a-like this: td align=right class=TDinfo search by/td td class=TDinfo?php require(select name=select3 class=SELECTSize option selectednew/option optionused/option /select);

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

2003-06-20 Thread Cristian MARIN
It's very wrong your code: I don't know what should do but it should look like this: td align=right class=TDinfo search by/td td class=TDinfo ?php require(file_name_here.php); ? select name=select3 class=SELECTSize option selectednew/option optionused/option /select/td You have mixed the php

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

2003-06-20 Thread Ildiko Nyari
THANKS, I am just a beginner, but you made my life easier. Now I understand it, hope so. ildiko Cristian MARIN [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] It's very wrong your code: I don't know what should do but it should look like this: td align=right class=TDinfo search

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

2003-06-20 Thread Ildiko Nyari
: Friday, June 20, 2003 8:24 PM Subject: [PHP-WIN] Re: Parse error what's this, what to do? It's very wrong your code: I don't know what should do but it should look like this: td align=right class=TDinfo search by/td td class=TDinfo ?php require(file_name_here.php); ? select name=select3 class

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

2003-06-20 Thread Max Graham
This might require two separate files. In the first, you'd have to set up a form in the first file, advanced3.php: --- form action=processform.php method=post select name=select3 class=SELECTSize option value=new selectednew/option option value=oldold/option

[PHP-WIN] Re: parse error, unexpected $end

2003-01-24 Thread Octavio Herrera
This is the source Code... ? include(includes/encabezado_xml.php); include(includes/conexion.php); mysql_select_db(latinencounters); $u_login=; $u_pwd=; if(isset($url_login)){ $u_login=$url_login; // parametro login del usuario } if(isset($url_pwd)){ $u_pwd=$url_pwd; // parametro

Re: [PHP-WIN] Re: parse error, unexpected $end

2003-01-24 Thread Jim Hunter
: Octavio Herrera Date: Friday, January 24, 2003 04:42:11 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Re: parse error, unexpected $end This is the source Code... ? include(includes/encabezado_xml.php); include(includes/conexion.php); mysql_select_db(latinencounters); $u_login=; $u_pwd

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

2002-03-29 Thread Steve
Try reading your script backwardsits probably a very simple something you would not spend .02 secs on syntax error (had that exact scenario happen enough times) :) Todd Williamsen wrote: Parse error line 117... there is no line 117..hehe!! I am thinking that PHP doesn't like IFrames, or

[PHP-WIN] Re: parse error

2002-03-14 Thread Phillip Oertel
[EMAIL PROTECTED] wrote: how come whenever i run this code i get a error ... open your eyes - check all occurrences of $fp. you are missing a $ sign. ?php $fp = fopen(./notch/ . $notch_member . .txt, r+); if (!fp) die (Cannot open file for writing. Please contact me.); fwrite($fp,

Re: [PHP-WIN] Re: parse error

2002-03-14 Thread ChaoticWorks
yeah...someone already told mei feel stupid for that one...for some reason the HTML tags were giving me problems...i just opened another text file and resaved it and it worked fine. thanks everyone for your help -Sean-

[PHP-WIN] Re: Parse error?!

2002-03-02 Thread Devon Knowles
Can you post the surrounding code for us? Sometimes the line number won't literally match the line number in the file. - Devon Knowles

Re: [PHP-WIN] Re: Parse error?!

2002-03-02 Thread Aleksandar Skodric
But every time it says parse error if it comes to $... Thanx ---Original Message--- From: Devon Knowles Date: Saturday, March 02, 2002 18:22:04 To: [EMAIL PROTECTED] Subject: [PHP-WIN] Re: Parse error?! Can you post the surround

RE: [PHP-WIN] Re: Parse error?!

2002-03-02 Thread Shrock, Court
like this because I changed some code and forgot a closing }, , or '. -Original Message- From: Aleksandar Skodric To: [EMAIL PROTECTED] Sent: 3/2/02 10:06 AM Subject: Re: [PHP-WIN] Re: Parse error?! Sure... this is it: if ($bvorm == anders $bedrijfsvorm_anders == leeg) { echo

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

2001-09-14 Thread Jonathan Wright (DjNA)
If it is a problem with the paser, then why not try a really basic PHP file (just ?php phpinfo() ?) and see what happens. Then maybe start to recreate the file bit by bit. If it falls over on ?php phpinfo() ? then you know that's cause the problem and you may have to go and check the php.ini

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

2001-09-13 Thread leo g. divinagracia iii
yeah... that's what i thought too. so i went and checked stuff. even doubled made sure that the closing ? was retyped. wouldnt the PHP.EXE catch that and report diff error, if it were a bracket or something? well i'll over the thing again. guess i'll print it instead of staring at a screen,