User Profile

Collapse

Profile Sidebar

Collapse
DDragon
DDragon
Last Activity: Aug 24 '08, 07:36 AM
Joined: Aug 2 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Any examples would be great to get me going... as im not overly skilled with php right now and any help would be great.

    except about the tables i use css to layout things with mine but pretty much you hit the nail on the head Nathj.

    Thanks for the help here people.

    DD
    See more | Go to post

    Leave a comment:


  • At the present time just out put to HTML and as i said earlier with the ability to delete the message from the html page (like an email inbox type probably best way to put it)

    DD...
    See more | Go to post

    Leave a comment:


  • at the moment i havent got anything other than the html pag i wish to use... im not after someone to do it for me i just need a nudge in the right direction thats all..

    just before anyone pips up and goes about security issues its not for use online its for my own computer page..

    as i said im just looking for a nudge in the right direction so if anyone can help or point me to a helpful site or anything that would be...
    See more | Go to post

    Leave a comment:


  • DDragon
    started a topic Relaying messages through php to a html page...
    in PHP

    Relaying messages through php to a html page...

    What im trying to do is get messages from php script (using a database) to show up on a html page but with a forum type feel to it as in the ability ot delete messages after they are no longer needed. Whats the best way to do this if any?

    DD
    See more | Go to post

  • DDragon
    started a topic form validation using PHP
    in PHP

    form validation using PHP

    I have a couple of forms, at the moment im using JS to validate them, but i would prefer to use PhP but im not quite sure about how to set up validation with it. If anyone can point me in the right direction that would be great.

    DD
    See more | Go to post

  • so if i replace my 'if' statements in the script regarding the Extras form it should work in Theory?

    DD

    (That is true about people not knowing how to use the PM service)...
    See more | Go to post

    Leave a comment:


  • Gits, dont take me wrong i ment no offence by my comments it just struck me as odd that i didnt get a pm about it thats all... and i understand the reasons behind changing the topic and i do mean my apology i gave about it. it just confused me where it went thats all as ive only posted here once before (thread wise). I thank you for your understanding with this i will be using the standard for my posts from now on so this situation should not happen...
    See more | Go to post

    Leave a comment:


  • Thanks for the help acoder, and to respond to your first post i did that but still a pm would be helpful instead of just changing it and making it a post in the thread.
    See more | Go to post

    Leave a comment:


  • appologies, but it would have been better to send me a pm stating you changed the topic rather than do it in the thread as i didnt know what had happend to my thread so i reposted. just a thought

    DD
    See more | Go to post

    Leave a comment:


  • Help needed to get information across forms with javascript

    ok here is the problem, i have to forms which have values i wish to be added together i can add together the values in one form all right but im having problems with adding the values of the other form to it... ill post the code for you to look at and try to explaine in detail what im trying to do.

    here is the code (HTML and Javascript so you get the whole picture):...
    See more | Go to post

    Leave a comment:


  • Help needed to get information across forms with javascript

    ok here is the problem, i have to forms which have values i wish to be added together i can add together the values in one form all right but im having problems with adding the values of the other form to it... ill post the code for you to look at and try to explaine in detail what im trying to do.

    here is the code (HTML and Javascript so you get the whole picture):

    Javascript:
    Code:
    var gen, lights;
    ...
    See more | Go to post

  • Ok I'm not sure if it has not been noticed (I'm sure it must have) but first of all i can see on the second last line
    Code:
    print ('you don't get dessert');
    the script is calling the "talking marks" in front of "you" and in the word "don't" as one section and making the rest another thats where one error is, and as I'm new to the Perl/CGI scripting scene I'm not sure but I've been taught to put
    Code:
    use CGI ':standard';
    into scripts...
    See more | Go to post

    Leave a comment:


  • DDragon
    replied to Form to Email - Getting Started
    in Perl
    Thanks for that mate :) it's greatly appreciated. I only learn't enough about perl to make basic scripts so the scurity is somthing im still learning. Ill be putting the -T with the shebang line from now on and wih my old scripts as well :).

    again thanks Kevin

    -- DD
    See more | Go to post

    Leave a comment:


  • DDragon
    replied to Form to Email - Getting Started
    in Perl
    ok here is what i have atm..

    [code=perl]
    #!F:/perl/bin/perl
    # order.pl
    # Created by: Anthony Gilbert (AKA DDragon) (c) copyright 2007 Anthony Gilbert

    use CGI ':standard';

    print ("content-type: text/html\n\n");

    my $name, $address, $date, $phone, $page, $code, $description, $qty, $catprice, $value, $ammount;

    $name = param('txtName' );
    $address = param('txtAddre ss');...
    See more | Go to post

    Leave a comment:


  • DDragon
    started a topic Form to Email - Getting Started
    in Perl

    Form to Email - Getting Started

    Ok here is the problem i face... ive learnt enuff Perl to make more than a few things work and im also touching on javascript... and i suppose this can br for javascript as well... what im needing is a script or part of a script to get the input of a form to appear in an email as it is setout by the form... how can i do this weather through Javascript or through Perl it dosent bother me which...

    -- DD

    "In a world...
    See more | Go to post
No activity results to display
Show More
Working...