Ask a Question related to Dreamweaver AppDev, Design and Development.
-
jip #1
PHP Include Syntax Issue
What is wrong with this syntax?
<?php @include($navLH . '.php'); ?>
I am getting a parse error.
jip Guest
-
Query of Queries syntax issue
I have query 1 which has a list of names and query 2 which has ratings for the names. Every rating from query 2 has a name in query 1, but not... -
SQL syntax issue
Hi all, I'm using CFMX (v6), by the way. I'm try to cobble together a search page that will take the information input on a form and search... -
simple syntax issue?
Hi, I just want a function to return true, but after a LoadVars.onLoad event. Am I right in assuuming that the return in the onLoad = function... -
Hopefully simple syntax issue with forms
First let me say that I am relatively new to ColdFusion. Hopefully you gurus out there will be able to steer me int he right direction. I have a... -
Syntax error -- data type issue?
Hi, I keep getting the following error when testing a page with form to insert record. System.Data.OleDb.OleDbException: Syntax error in... -
David Powers #2
Re: PHP Include Syntax Issue
jip wrote:
Where is the parse error reported? Have you tried using the actual name> What is wrong with this syntax?
>
> <?php @include($navLH . '.php'); ?>
>
> I am getting a parse error.
of the file you want to include - and do you get the same error? If so,
it may be in the include file. Also, try it without the @.
--
David Powers
Author, "Foundation PHP 5 for Flash" (friends of ED)
Co-author "PHP Web Development with DW MX 2004" (Apress)
[url]http://computerbookshelf.com[/url]
David Powers Guest



Reply With Quote

