I have the following php script:

I am trying to populate my php string as below:

Code:

$query_db_95 = "INSERT INTO `node_revisions` (`nid`, `vid`, `uid`,
`title`, `body`, `teaser`, `log`, `timestamp`, `format`) VALUES (451,
451, 1, 'Import model images', '<?php\r\n\r\n// Written by Victor Kane
it''s set to true,\r\n// and you get double imports.\r\n$active =
false;\r\n$process_folder = ''import'';\r\n\r\include_once 'includes/
bootstrap.inc;....?>',  ' ', ' ', ' ', ' ');

$active and $process_folder are php variables. They are brown colored.
I am not getting the green color for these two variables.

It is giving me the parsing error. What can be wrong? Please Help. I
am stuck here.

Thanks in advance

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to