User Profile

Collapse

Profile Sidebar

Collapse
davibugi
davibugi
Last Activity: Jun 23 '08, 07:25 AM
Joined: Sep 11 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • form posting messages at times and failing at other times

    I have some code for sending email from a form and it has some attachment

    The problem is at times it sends and at other times it fails to send what could the issues be and how do i fix it here is a sample of the code

    I will appreciate any help thanks in advance here is the code.

    [code=php]
    <?php

    // Receiving variables
    $subject = "Barter Center";
    $to = "[email protected] om";...
    See more | Go to post
    Last edited by Atli; Jun 16 '08, 07:49 PM. Reason: Added [code] tags and removed the real email address.

  • davibugi
    replied to sum checker
    Hi thanks but how do I do the real calculation...
    See more | Go to post

    Leave a comment:


  • davibugi
    started a topic sum checker

    sum checker

    Hi I have this code I would want to check if the amount total on submit = the sum available to send please just run the code it will make more sense thank sin advance.

    Davibugi

    [CODE=php]<script type="text/javascript">
    function my_message() {
    var flg=confirm('Ar e you sure you have entered the correct amounts? If yes.\n\nClick OK to continue. Otherwise click Cancel.\n');
    if (flg)return...
    See more | Go to post
    Last edited by gits; Nov 27 '07, 01:27 PM. Reason: added code tags

  • davibugi
    replied to How to create a Javascript calculator
    Think this is solved I used the get function to get the value in that text field to get it to the email page....
    See more | Go to post

    Leave a comment:


  • davibugi
    replied to How to create a Javascript calculator
    <input name="dispatch_ able" id="val3" type="text" class="style10" disabled="disab led" />

    I guess all am asking is how do you pass val3 to php val3 is in java beacuse when I try to post what I have currently, its posting the value "dispatch_a ble" which is not the case the page remains as above please help
    See more | Go to post

    Leave a comment:


  • davibugi
    replied to How to create a Javascript calculator
    Hi Dasty

    Thanks I customized that and connected it to the database to get some values but I have trouble posting the values in the in this field "dispatch_a ble" please help me out I want to send it to the database and to another page which sends the mail to the form owner

    Here is my code thanks in advance

    [PHP]<?php require_once('C onnections/con1.php'); ?>
    <?php
    function...
    See more | Go to post
    Last edited by acoder; Nov 26 '07, 09:42 AM. Reason: Added code tags + snipped quote

    Leave a comment:


  • davibugi
    started a topic How to create a Javascript calculator

    How to create a Javascript calculator

    Hi people please help me out with this code cant find any person who has done it before.

    I want my calculations to be done without posting to another page. On change on the entered amount the results are displayed please help

    Asante (Swahili for thanks)

    Here is my code
    [code=html]
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt d">...
    See more | Go to post
    Last edited by Atli; Nov 16 '07, 10:50 AM. Reason: Added [code] tags.

  • davibugi
    started a topic Related List Menu Php And Mysql
    in PHP

    Related List Menu Php And Mysql

    I need some help from any body out there.

    Am a newbeiee I have two list menu php page.One is surposed to select a car model in the first one and from the second one select the car model.

    How do i link the two such that if I select make "toyota" i get all the model under "toyota". I have a mysql database and details of the two combo boxes should comr from the database please help

    Da...
    See more | Go to post
No activity results to display
Show More
Working...