Smart Mailer PHP Support Product Page
This topic was archived
Support?
Reported 09 Apr 2008 10:02:05
1
has this problem
09 Apr 2008 10:02:05 Les Crowley posted:
<font color="midnightblue" face="Verdana, Arial, Helvetica" size="2"> I keep getting the following error: Parse error: </font><p><font color="midnightblue" face="Verdana, Arial, Helvetica" size="2">parse error, expecting `T_STRING' or `T_VARIABLE' or `T_NUM_STRING' in c:\program files\easyphp1-8</font></p><p><font color="midnightblue" face="Verdana, Arial, Helvetica" size="2">It seems this line of code is the culprit: $sm1-></font></p><p><font color="midnightblue" face="Verdana, Arial, Helvetica" size="2">setFrom("((isset($_POST["Name"]))?$_POST["Name"]:""


Replies
Replied 10 Apr 2008 11:21:08
10 Apr 2008 11:21:08 Patrick Woldberg replied:
When changing the line:
<pre id=code><font face=courier size=2 id=code>setFrom("((isset($_POST["Name"]))?$_POST["Name"]:""
", "((isset($_POST["Email"]))?$_POST["Email"]:""
"
;</font id=code></pre id=code>
to
<pre id=code><font face=courier size=2 id=code>setFrom(((isset($_POST["Name"]))?$_POST["Name"]:""
, ((isset($_POST["Email"]))?$_POST["Email"]:""
);</font id=code></pre id=code>
it should work, same must be done by the setTo function.
What other 3rd party extensions do you have installed?
--------------------------------------------------
Patrick Woldberg
Web Developer at Dynamic Zones
Administrator at DMXzone.com, FLzone.net, FWzone.net and DNzone.com
--------------------------------------------------
<pre id=code><font face=courier size=2 id=code>setFrom("((isset($_POST["Name"]))?$_POST["Name"]:""



to
<pre id=code><font face=courier size=2 id=code>setFrom(((isset($_POST["Name"]))?$_POST["Name"]:""


it should work, same must be done by the setTo function.
What other 3rd party extensions do you have installed?
--------------------------------------------------
Patrick Woldberg
Web Developer at Dynamic Zones
Administrator at DMXzone.com, FLzone.net, FWzone.net and DNzone.com
--------------------------------------------------
Replied 10 Apr 2008 15:58:31
10 Apr 2008 15:58:31 Les Crowley replied:
Partick,
First let me thank you for responding. I love your products but no one has responded back to me and it's extremely frustrating.
Here's what I have installed.
Tom Muck's
Horizontal Looper PHP, Get Data Sources, Remember Me, Dynamic Title,
Felizone's
Trim By Length, PHP Sessions and PHP Missing Tools
DMX Zone's
Pure PHP Upload, Pure ASP Upload, Smart Image Processor PHP, Smart Image Processor ASP, Active Photo Viewer, Active Slideshow Pro, Flash Album Generator, Flash HTML Editor, Advanced HTML Editor, Dynamic Flash Gallery ASP
WebAssist's
DataAssist, Pro Maps for Google, SecurityAssist, Site Import, SiteAssist, Tools for Google, Universal Email, Digital File Pro, eCart, CSS Sculptor, Cookies, Dynamic DropDowns, Constant Contact
Project Seven's
Accordion Panel Magic, TabPanel Magic
Alvena Web Design's
Header Flash Element, Thumbnail Flash Element
Misc Extensions
Auto Copyright, Close Popup Window Link, Previous Page Link,
Everything drops into its own folder in the configuration folder for Dreamweaver.
I truly appreciate your help on this.
Regards,
Les Crowley
DynamicImages Interactive
www.DynamicImages.net
904-347-8367
724-513-9198
Skype: DynamicImages
First let me thank you for responding. I love your products but no one has responded back to me and it's extremely frustrating.
Here's what I have installed.
Tom Muck's
Horizontal Looper PHP, Get Data Sources, Remember Me, Dynamic Title,
Felizone's
Trim By Length, PHP Sessions and PHP Missing Tools
DMX Zone's
Pure PHP Upload, Pure ASP Upload, Smart Image Processor PHP, Smart Image Processor ASP, Active Photo Viewer, Active Slideshow Pro, Flash Album Generator, Flash HTML Editor, Advanced HTML Editor, Dynamic Flash Gallery ASP
WebAssist's
DataAssist, Pro Maps for Google, SecurityAssist, Site Import, SiteAssist, Tools for Google, Universal Email, Digital File Pro, eCart, CSS Sculptor, Cookies, Dynamic DropDowns, Constant Contact
Project Seven's
Accordion Panel Magic, TabPanel Magic
Alvena Web Design's
Header Flash Element, Thumbnail Flash Element
Misc Extensions
Auto Copyright, Close Popup Window Link, Previous Page Link,
Everything drops into its own folder in the configuration folder for Dreamweaver.
I truly appreciate your help on this.
Regards,
Les Crowley
DynamicImages Interactive
www.DynamicImages.net
904-347-8367
724-513-9198
Skype: DynamicImages
Replied 12 Apr 2008 11:02:11
12 Apr 2008 11:02:11 George Petrov replied:
Hi Les,
We released an update of the product that should fix this issue.
Sorry for the trouble.
Please redownload and let us know if it is all ok now.
Greetings,
George
--------------------------------------------------
George Petrov - Founder of the Dynamic Zones
DMXzone.com, FWzone.net, FLzone.net, CFzone.net,
DNzone.com, FlashFiles.nl
--------------------------------------------------
We released an update of the product that should fix this issue.
Sorry for the trouble.
Please redownload and let us know if it is all ok now.
Greetings,
George
--------------------------------------------------
George Petrov - Founder of the Dynamic Zones
DMXzone.com, FWzone.net, FLzone.net, CFzone.net,
DNzone.com, FlashFiles.nl
--------------------------------------------------