User Profile

Collapse

Profile Sidebar

Collapse
grace01
grace01
Last Activity: Oct 9 '07, 08:12 AM
Joined: Sep 6 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • grace01
    started a topic Microsoft VBScript runtime error '800a0006'

    Microsoft VBScript runtime error '800a0006'

    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")...
    See more | Go to post

  • grace01
    started a topic No response from remote server after migrating
    in PHP

    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();...
    See more | Go to post

  • grace01
    started a topic Failed to connect to mailserver
    in PHP

    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...
    See more | Go to post

  • grace01
    replied to Array results are not displayed incorrectly
    in PHP
    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
    See more | Go to post

    Leave a comment:


  • grace01
    started a topic Array results are not displayed incorrectly
    in PHP

    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"...
    See more | Go to post
    Last edited by Atli; Sep 7 '07, 03:08 PM. Reason: Changed [code] tags to [code=php] tags.

  • grace01
    started a topic problem with array_push
    in PHP

    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"...
    See more | Go to post
No activity results to display
Show More
Working...