Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    PHP






SuperbHosting.net have generously sponsored dedicated servers to ensure a reliable and scalable dedicated hosting solution for BigResource.com.





You Have An Error In Your SQL Syntax. Check The Manual That Corresponds To Your MySQL Server Version For The Right Syntax To Use Near ཈''


When I use my php script I get this error:

You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ཈'' at line 1

The code:




View Complete Forum Thread with Replies
Sponsored Links:

Related Messages:
You Have An Error In Your SQL Syntax; Check The Manual That Corresponds To Your MySQL Server Version For The Right Syntax To Use Near ''
Have a little problem I need a second set of eyes to fix please - more I stare at it, more annoyed I become. ERROR:

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 9.

SYNTAX
$query = "UPDATE user
SET
Username='$Username',
Password='$Password',
FirstName='$FirstName',
LastName='$LastName',
Email='$Email',
AccessLevel= $AccessLevel
WHERE UserID={$_GET['UserID']}";

View Replies !   View Related
You Have An Error In Your SQL Syntax; Check The Manual That Corresponds To Your MySQL Server Version For The Right Syntax To Use Near '' At Line 1
I can't figure out whats wrong witht his query.

Quotemysql_query("INSERT INTO `serverInfo` ( `id` , `serverid` , `size` , `filename` , `timestamp` ) VALUES('null', '1', '".$size."', '".$dir."', '".$date."'") or die(mysql_error());

Anything stupidly wrong here? the id,serverid, size, filename,timestamp thsoe are all right.

Error:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1

View Replies !   View Related
SQL Error : 1064 You Have An Error In Your SQL Syntax. Check The Manual That Corresponds To Your MySQL Server Version For The Right Syntax To Use Near '' At Line 5
This is a code from A-Mod, but doesn't see like no one really cares..so thought I'll post it here and maybe I'll get some help. When I'm on activity.php and click next page I get the following error: Couldn't obtain game data DEBUG MODE

SQL Error : 1064 You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 5 Code:


View Replies !   View Related
Check The Manual That Corresponds To Your MySQL Server Version For The Right Syntax
PHP Code:

$insert = "INSERT INTO list (username, password, email, site, url, description, ip, date, in, out) VALUES('$username','$password','$email','$site','$url','$description','$ip','$date',0,0)";
            
mysql_query($insert) or die(mysql_error());

What could possibly be wrong with this? Here is my error: Code:

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'in, out) VALUES('yttryt','yytrry','ttry','tyt','ytyt','rytyr',Ɔ.0.0.0','j' at line 1

View Replies !   View Related
Delete Query - Error In Your SQL Syntax; Check The Manual That Corresponds To Your MySQL Server
I have tried to make a delete query but it won't work it gives me a syntax error but I'm unsure where i have gone wrong.... this is what i have got at the moment:

Quote$Deletesoldhouses = "DELETE * FROM soldhouses WHERE SoldHouseID = '$HouseID'";
mysql_query($Deletesoldhouses) or die(mysql_error());

Can any one see what i did wrong?

Error:

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '* FROM soldhouses WHERE SoldHouseID = '1'' at line 1

View Replies !   View Related
Mysqldump :: You Have An Error In Your SQL Syntax; Check The Manual
i'm trying to backup my database using:

(for example i have database 'test')

shell> mysqldump --quick test | gzip > test.contents.gz

it gives me an error: You have an error in your SQL syntax; check the manual ... to use near 'mysqldump --quick test | gzip > test.contents.gz'

View Replies !   View Related
Syntax And Mysql Version?
$select = "SELECT DISTINCT firstname, lastname, street1, street2, city, state, zipcode, zip4, country, countrycode, MAX(quantity) FROM moms_customer, moms_lists WHERE moms_customer.custnumber = moms_lists.custnumber AND pubid IN($display) GROUP BY lastname";

When i run it on a server with mysql version 4.0.25 it runs fine. When I run it on a server with mysql version 4.1.8 I get the following error. You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') GROUP BY lastname' at line 1

View Replies !   View Related
PHP Manual Syntax
I have another trivial question. In the PHP manual, the description
section often contains the following elements:

Description

array mysql_fetch_array ( resource $result [, int $result_type] )

I am wondering what is a ( resource $result [, int $result_type] )?
What is a result $result and why the [,int $result_type])

View Replies !   View Related
Parse Error: Syntax Error, Unexpected $end On A Windows Server
i have a code i made to make a little test.. im on a windows server..

<?php
set_include_path('C:hshome ipa-mumu-anime.com');
include("../test2.php");
echo "World";
?>

i get this error message and can't seem to find the solution. can anyone figure this for me please?

Parse error: syntax error, unexpected $end in C:hshome ipa-mumu-anime.com estest1.php on line 5

View Replies !   View Related
Mysql / PHP : Syntax Error
for php syntax when i call Mysql database

I have wrote that and my sql connection is working

I just have a problem with this command line :

$query = "SELECT * FROM utilisateurs WHERE
pseudo_utilisateur='$login'";
$acces = mysql_query($query);

View Replies !   View Related
Mysql Syntax Error
what is wrong with this statemnet: $query = 'SELECT * FROM products WHERE id = '.$id.' AND boy = '.$boyGirl.' OR girl = '.$boyGirl; what do i do to fix it?

View Replies !   View Related
Mysql Syntax Error (cli)
i started writing a litte cli script that should simply perform one "insert" command. but everytime i execute this litte script i get a sql syntax error. when i execute my query via phpmyadmin i get no errors and everything is ok. Code:

View Replies !   View Related
MySQL 4.1.12 Syntax Error
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DROP DATABASE /*! IF EXISTS */ students' at line 1

Could someone simply tell me why in the world this would produce a syntax error? I have permissions to CREATE and DROP DATABASE; in fact, the database is always successfully created and/or dropped, nonetheless, I always get errors (and 1 warning).

View Replies !   View Related
Mysql Syntax Error?
I am using mysql for a web application and I continue to get the following error in syntax:

Quote1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' limit 0, 8' at line 1 Code:

View Replies !   View Related
Mysql Syntax Error Auto_incrementing
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'intNOT NULL auto_increment, primary key (id) ,f_name varchar ,l_name varchar ,ad' at line 1

I know it is from something in the Auto_Incrementing field but I don't know what PHP Code:

View Replies !   View Related
Php - Update Mysql Database - Syntax Error
When i try and update the database table i get this error.

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'desc='My name is ***** and I'm a 17-yr. old junior. I play electric ba' at line 1

what i am doing is having the user fill in a large text area and saving it to a database. So i think the problem could possibly be that they are using ' and " in textarea to mess it up? Code:

View Replies !   View Related
MySQL Said: Documentation#1064 - You Have An Error In Your SQL Syntax
I am creating an autosurf website. I have all the scripts installed, I just have a few bugs.

When I upload all my tables this one always comes up with an error saying
MySQL said: Documentation#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '--' at line 3 Could someone please tell me what is wrong with it?

View Replies !   View Related
Mysql Syntax Error - All Variables Are Defined And Working.
This code is giving me the error "you have an error in your sql syntax. Check the manual bla bla bla..."

Here's the code:

$table = 'messages'
$sql = "INSERT INTO $table (from, to, title, message, time) values ('$from', '$to', '$title', '$message', '$time')";
mysql_query($sql) or die(mysql_error());

Now, to state the obvious, all variables are defined and working. The table and all feilds exist and should work. I also use a very similar code elsewhere on the site with noo problems. Anyone know whats wrong?

View Replies !   View Related
MySQL Update Query - Syntax Error Pops Up
I'm using this query for an update form: Code:

$sqlUpd = "UPDATE employee SET fname = '$fname', lname = '$lname', title = '$title', email = '$email', id = '$id', pass = '$pass', all='$all', prepare_user_quotes = '$prepare_user_quotes', manage_jobs='$manage_jobs', manage_users='$manage_users', add_employee='$add_employee', add_process='$add_process', add_news_story='$add_news_story', add_dyk_tip='$add_dyk_tip', create_mail_list='$create_mail_list' WHERE unique_id='$val'" OR die(mysql_error());

but always seem to get a syntax error. I've tried all the available methods, but still syntax error pops up. This is the error I'm getting: Code:

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'all=&#391;', prepare_user_quotes = &#391;', manage_jobs=&#390;', manage_users=&#390;', add_emplo' at line 1

View Replies !   View Related
MySql Syntax Error - Import My Sql Dump Into My Database.
this the error i get when trying to import my sql dump into my database. Code:

View Replies !   View Related
MySQL Query - Error: You Have An Error In Your SQL Syntax
Whats wrong with this query:

SELECT from, subject, message, time FROM user_messages WHERE username='$username' ORDER BY timestamp DESC

I get this error:
QuoteYou have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'from, subject, message, time FROM user_messages WHERE username='Drezard' ORDER B' at line 1

View Replies !   View Related
PHP Saying Error In Mysql Syntax, But Written My Mysql Query Browser!
I have a basic db that I access with MySQL query browser. Everything
seems fine to me but I am using this db as part of a php shopping
basket and when I try to add an item I get:

Notice: Query failed: You have an error in your SQL syntax; check the
manual that corresponds to your MySQL server version for the right
syntax to use near '>function.extract]: First argument should be an
array in functions.inc.php on line 31
Notice: Undefined variable: price in functions.inc.php on line 36
Notice: Undefined variable: price in functions.inc.php on line 39
Notice: Undefined variable: total in unctions.inc.php on line 39

I'm assuming the last three are caused by this problem as price should
be passed to the cart, and total is worked out using it. However
although I know mySQL code it was the MySQL query browser that
actually generated the code and I cannot see a way to view or debug
the code.

The db has one table in it which is made up of id, name, subname,
desc, and price.

The code in the php file that is being referred to is:

View Replies !   View Related
MySQL Error - You Have An Error In Your SQL Syntax
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'to='Quadodo' AND read='Unread'' at line 1

$num_private=mysql_query("SELECT * FROM ".$prefix."private WHERE to='$username' AND read='Unread'") or die(query_error());

Now, I've tried just about everything to get this to work, according to:
http://dev.mysql.com/doc/refman/5.0/...ting-rows.html

It should work fine. Any idea why it isn't?

View Replies !   View Related
Warning: Mail() [function.mail]: SMTP Server Response: 501 Syntax Error
When I try this under windows :

mail("User <user@example.com>",$subject, "", $headers);

I get this error :

Warning: mail() [function.mail]: SMTP server response: 501 Syntax error,
parameters in command "RCPT TO:<User <user@example.com>>" unrecognized
or missing in

It seems to add it's own <> characters. If I run the same script under Linux it works fine !?

View Replies !   View Related
Syntax Check
I'm running three queries. When the second query is run, I'm receiving the following message: Query error:

INSERT INTO vol_available (vol_id, available) VALUES(14, Weekday mornings)

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'mornings)' at line 2

The data for "available" and "interests" is coming from a form which is using checkboxes.

Can someone help me out? Code:

View Replies !   View Related
How To Check Php Syntax Before Execution
In Perl I could do #perl -c myscript.pl and with that "-c" it won't run,
but will just "compile" it, so I get all my syntax errors. Is there a
similar
thing in PHP? A way to catch my syntax errors before I actually run my
program.

View Replies !   View Related
Syntax Check On The Command Line
It would be great if anyone could help me with this problem:
I want to check the syntax of my php code. Therefore I use the command
line function PHP -l, the structure is similar to the following code
(example from the php Manual.) The Problem is: I read from the standard
output with
echo stream_get_contents($pipes[1]);
this function is available only from PHP version 5, but I must write
for version 4.3.0. Which way could it be solved? I don't want to use a
temporary file.

<?php
$descriptorspec = array(
0 => array("pipe", "r"), // stdin is a pipe that the child will
read from
1 => array("pipe", "w"), // stdout is a pipe that the child will
write to
2 => array("file", "/tmp/error-output.txt", "a") // stderr is a file
to write to
);

$cwd = '/tmp'
$env = array('some_option' => 'aeiou');

$process = proc_open('php', $descriptorspec, $pipes, $cwd, $env);

if (is_resource($process)) {
// $pipes now looks like this:
// 0 => writeable handle connected to child stdin
// 1 => readable handle connected to child stdout
// Any error output will be appended to /tmp/error-output.txt

fwrite($pipes[0], '<?php print_r($_ENV); ?>');
fclose($pipes[0]);

echo stream_get_contents($pipes[1]);
fclose($pipes[1]);

// It is important that you close any pipes before calling
// proc_close in order to avoid a deadlock
$return_value = proc_close($process);

echo "command returned $return_value
";
}

?>

View Replies !   View Related
Error:Parse Error: Syntax Error, Unexpected T_STRING In C:xampphtdocsgenerare.php On Line 25.
i'm using this code to create a file, and to write inside it: Code:

$fp=fopen('C:xampphtdocs'.$_POST['nume_pagina'].'.html','a+');
fwrite($fp,"$sursa");
fclose($fp);

The file does not exist but it's created automatically because of the a+ mode.Still i receive error:Parse error: syntax error, unexpected T_STRING in C:xampphtdocsgenerare.php on line 25.

View Replies !   View Related
Email Script/Javascript Parse Error: Syntax Error, Unexpected T_STRING
I've made a email script to include javascript. Now what I want to do, is that I want to hide the link in status bar when I hover over it. I've implemented javascript into the code but I keep getting the following error:

Parse error: syntax error, unexpected T_STRING in /home/****/public_html/fbmail/contact.php on line 12

Here is line 12:
$message .= '<a href="http://www.mysite.com/" onMouseOver="window.status='Click here to continue.'; return true;" onMouseOut="window.status=''; ">Click here to continue ..</a>'; The complete code:

View Replies !   View Related
Parse Error: Syntax Error, Unexpected T_VARIABLE On Created A Simple Form
I tried to created a simple form, after click submit will save data to a new text (.txt) file. But i'm facing following error, Code:

View Replies !   View Related
Parse Error: Syntax Error, Unexpected T_STRING - Call Multiple Headers
I need to call multiple headers and have managed to fix the error

'Warning: Cannot modify header information - headers already sent by (output started at '
all bar the last header by using ', false'

The line of code

Code:
Header('"Location:/".id_code(mysql_result($rs, 0, 'product_id'))', false);

and I keep getting the error message

Parse error: syntax error, unexpected T_STRING

View Replies !   View Related
Parse Error: Syntax Error, Unexpected T_ENCAPSED_AND_WHITESPACE, Expecting T_STR
I am having troubles entering this info into my db. Cna someone help? This is the error: Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/realfina/public_html/ec/testdobaapi.php on line 22 Code:

View Replies !   View Related
Parse Error: Syntax Error, Unexpected '?' In /home/**/public_html/website_
Parse error: syntax error, unexpected '?' in /home/realfina/public_html/website_builder/phpcb/filgen.php on line 373

Can someone explain what this means?

View Replies !   View Related
Parse Error: Syntax Error, Unexpected $end In Tests/act3.php On Line 7
i am getting a "Parse error: syntax error, unexpected $end in tests/act3.php on line 7" error. Can some one explain why this doesn't work and/or if there is just a typo in the book i bought? (there are more codes in this book that don't work. i think it has to do with my version of php. Code:

View Replies !   View Related
Parse Error: Syntax Error, Unexpected ';' In /home/v504/public_html
im getting this error when i goto my brothers website that im helping him wit :

Parse error: syntax error, unexpected '' in /home/v504/public_html/includes/languages/english/index.php on line 14

my code is supose to be : i tryed to put a video into this code but took it out when it didnt work and this is what i got. and also tell me how to code a video to put it on the title section of the code.

View Replies !   View Related
Parse Error: Syntax Error, Unexpected T_CONSTANT_ENCAPSED_STRING, Expecting ',' Or '' In /home
I got an error,

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ',' or '' in /home/pgn/public_html/game3.php on line 73

I will make line 73 RED

code removed

Anyone know what that means?

View Replies !   View Related
Parse Error: Syntax Error, Unexpected T_VARIABLE, Expecting T_OLD_FUNCTION
i keep running into this and been working on it for 2 months and still can't figure it out

Parse error: syntax error, unexpected T_VARIABLE, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /home/under/public_html/kp/includes/inc-setup.php on line 16

PHP Code:

View Replies !   View Related
Parse Error: Syntax Error, Unexpected T_STRING - Gets Variables From A Form
I have a page called results.php, that gets variables from a form and puts them into a mysql database. I get an error when the form is submitted:-

Parse error: syntax error, unexpected T_STRING in /hosted/subs/ulmb.com/g/r/greenshawaida/public_html/results.php on line 12

Lines 12-24 are just a simple if statement. Code:

View Replies !   View Related
Parse Error: Syntax Error, Unexpected T_STRING In /home/strato
I've been trying to get this all day.

I get this error:

Parse error: syntax error, unexpected T_STRING in /home/strato/public_html/test.php on line 43

Below is the code starting with LINE 41

PHP Code:

View Replies !   View Related
Parse Error: Syntax Error, Unexpected T_ENCAPSED_AND_WHITESPACE, Expecting T_STRING
I am getting the following error:

Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /foldername/newarticle.php on line 14

I have removed any whitespace etc that I can find which leads me to conclude it must be a syntax error. My code is to follow: Code:

View Replies !   View Related
Parse Error: Syntax Error, Unexpected T_VARIABLE - Photo Galery
I am trying to create a photo galery for my site. However I am getting the following error and I really can't work out why. Can anyone see what I am missing?

Parse error: syntax error, unexpected T_VARIABLE in /home/users/uks53122/html/sportsmatesreunited.co.uk/gallery/class.photogallery.php on line 25

This is the section of code that seems to be creating the code. The line in red is line 25. Code:

View Replies !   View Related
Parse Error: Syntax Error, Unexpected T_ENCAPSED_AND_WHITESPACE, Expecting T_STRING Or T_VARIABLE Or T_NUM_STRING In C:
I'm trying to test a SELECT query. When I run the query, I receive the following message:

Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in C:InetpubfullfocusInformed est.php on line 11

I have stared at this query for a long time trying to figure out what's wrong. I can't seem to figure it out. Code:

View Replies !   View Related
Parse Error: Syntax Error, Unexpected T_ELSE In /mounted-storage/home23a/sub001/
the first few lines of my code:

<?php
session_start();
if($_SESSION["login_user"] = "user")
{
Header("Location: ../members/index.php");
}
elseif ($_SESSION["login_user"] != "admin");
{
Header("Location: index.php");
}
else
{

And my error: Parse error: syntax error, unexpected T_ELSE in /mounted-storage/home23a/sub001/sc21473-GRUR/www/inphp/administration/protected.php on line 11

View Replies !   View Related
Parse Error: Syntax Error, Unexpected T_CONSTANT_ENCAPSED_STRING In /home/lizzieni/public_html/data.php On Line 3
i'm getting an error on my third line. the error is:

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/lizzieni/public_html/data.php on line 3 Code:

View Replies !   View Related
Create A Table For The Results Of An Online Survey - Parse Error: Syntax Error, Unexpected T_STRING
I keep getting this error when trying to create a table for the results of an online survey - the line is

`id` NOT NULL auto_increment, Code:

View Replies !   View Related
Parse Error: Syntax Error, Unexpected T_CONSTANT_ENCAPSED_STRING In /path
I tried changing
Header("Content-type: image/jpeg"); to
Header(Content-type: "image/jpeg");

Header("Content-type: "image/jpeg");

Header("Content-type: image/jpg");

but didnt work what am I missing Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /path/radupload/resize.php on line 8

Line 6 // Path to your jpeg
7
8 $upfile '/path/to/my/web/site/uploads/popular/rock07.jpg'
9 Header("Content-type: image/jpeg");
10
11 $size = GetImageSize($upfile); // Read the size
12 $width = $size[0];
13 $height = $size[1];
14
15 // Proportionally resize the image to the
16 // max sizes specified above

View Replies !   View Related
Parse Error: Syntax Error, Unexpected T_LNUMBER In Cookie
Getting the following error with the script below. Not sure what it is though .....

Parse error: syntax error, unexpected T_LNUMBER in cookie.php on line 48

PHP Code:

View Replies !   View Related
Parse Error: Syntax Error, Unexpected T_CONSTANT_ENCAPSED_STRING In /home
I get this error:

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/netmusic/public_html/login.php on line 25

this is the script:

$result = mysqli_query($cxn, $sql)
or die (Couldn't execute query. " ) ;
$num = mysqli_num_rows($result);
if ($num > 0) // login name was found
{
$sql = "SELECT loginName FROM Member
WHERE loginName='$_POST[fusername] ' " ;
AND password=md5('$_POST[fpassword]') " ; #line 25

[edited by: eelixduppy at 11:58 pm (utc) on Sep. 9, 2007]
[edit reason] removed excess code dump [/edit]

View Replies !   View Related
Parse Error: Syntax Error, Unexpected $end On Phpbb Board
having a bit of trouble when it comes to move split or lock a topic on my phpbb board i keep getting this error. Quote:

Parse error: syntax error, unexpected $end in /home/www/evolutionrpm.co.uk/Forum/modcp.php on line 1368

a txt file of modcp.php can be found HERE.

View Replies !   View Related
Parse Error: Syntax Error, Unexpected T_STRING, Expecting ',' Or ';'...
I'm a total n00b to this and I'm trying out "PHP & MySQL for Dummies". The first php file it tells me to test out doesn't seem to work on my dreamhost server. Code:

View Replies !   View Related
Parse Error: Syntax Error, Unexpected T_STRING, Expecting ',' Or ';'
This is the dreaful error I've been getting

PHP Parse error: syntax error, unexpected T_STRING, expecting ',' or '' in C:hshomegen116valskidsline.comcontactus1.php on line 95

I decided to add a email form to our contact page. For customers to fill out and automatically be emailed to us.

I 'thought' I was almost done and everything was complete once I uploaded both pages.... ha!

I got a tutorial and the codes from a friend of mine and I didn't change anything other than a few titles and options. The row giving me trouble has not been changed or altered from his tutorial and code. I contacted him and he said he had no idea what the problem was.

View Replies !   View Related
Parse Error: Syntax Error, Unexpected $end In C:wwwphpSitemodulesuser.php On Line 128
I've just installed php5 on a new development machine. Apache and MySQL are working and a test of php with a simple phpinfo() works ok.

I have transferred my php4 code to the new machine (I didn't expect it to work straight away, but I also didn't expect this error:

Parse Error: syntax error, unexpected $end in C:wwwphpSitemodulesuser.php on line 128

It happens on each and every php file with the line number indicated not actually existing (its the number after the last line number of the file ?!?!

I've tried taking the code and pasting it into a new file - but i'm getting the same error. I've analysed the file in PSPad and there doesn't seem to be anythign unusual with the end of file markers.

View Replies !   View Related

Copyright © 2005-08 www.BigResource.com, All rights reserved