My asp webpage was working well in the past 5 years. Recently it shows the message:
Microsoft VBScript runtime error '800a0006'
Overflow: 'addOrder'
The source code is as follow:
[code=asp]
'insert data into database
dim objCart
dim objOrder
set objCart = createobject("E Store.ShopCart" )
set objOrder = createobject("E Store.Order")...
User Profile
Collapse
-
Microsoft VBScript runtime error '800a0006'
-
No response from remote server after migrating
My php program has no response after migration. Here is the php code:
[Code=php]
<?php
include_once("c lasses/ets.php");
include_once("c lasses/em_documents.ph p");
include_once("c lasses/em_sections.php ");
include_once("c lasses/em_attachment.p hp");
include_once("c lasses/site_tools.php" );
$mainblocks = array();... -
Failed to connect to mailserver
Hello,
My php program can send mail on php 5. But some of other php programs cannot work on php 5, so I switch to php 4. Now my php program cannot send mail. I use remote smpt server to send mail. I got error:
Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in htmlMimeMail.ph p... -
Thanks for your reply. Can you click http://ritc.view2offer .com.sg/course_calendar .php?
When you click drop down menu Month and Year, it always show December and 2009. The correct result of drop down menu should be January - December, 2005 to 2009.
Regards
Huifen -
Array results are not displayed incorrectly
Hello,
My php program cannot display result correctly. After run array_push($y_o ptions,$tmp_yr) , $y_options doesn't show 2005, 2006, 2007, 2008, 2009. $y_options only show 2009, 2009, 2009, 2009, 2009.
Same for $m_options. It only show December rather than January to December. My source code is as follow:
[code=php]
$array_month = array("1"=>"Jan uary","2"=>"Feb uary","3"=>"Mar ch","4"=>"April ","5"=>"May","6 "=>"June"," 7"... -
problem with array_push
Hello,
My php program cannot display result correctly. After run array_push($y_o ptions,$tmp_yr) , $y_options doesn't show 2005, 2006, 2007, 2008, 2009. $y_options only show 2009, 2009, 2009, 2009, 2009.
Same for $m_options. It only show December rather than January to December. My source code is as follow:
Code: ( php )
[code=php]
$array_month = array("1"=>"Jan uary","2"=>"Feb uary","3"=>"Mar ch","4"=>"April ","5"=>"May","6 "=>"June"," 7"...
No activity results to display
Show More
Leave a comment: