A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: PHP forms

  1. #1
    Senior Member
    Join Date
    Jun 2002
    Posts
    103

    PHP forms

    Anyone know a good way to covert ASP forms to PHP? Or, an easy way to create a PHP form from the HTML I used for the original ASP form. I don't know PHP at all and I need a project done quickly.

    Thanks for any help.

  2. #2
    KoolMoves Moderator blanius's Avatar
    Join Date
    Jul 2001
    Location
    Atlanta GA
    Posts
    5,244
    PHP is pretty easy to pick up.
    Rather than convert the ASP how about you tell what your form is sending and what you want the PHP code to do with the information.

  3. #3
    undead creature necromanthus's Avatar
    Join Date
    Feb 2002
    Location
    ROM
    Posts
    1,890

    Re: PHP forms

    Originally posted by weden
    Anyone know a good way to covert ASP forms to PHP? Or, an easy way to create a PHP form from the HTML I used for the original ASP form. I don't know PHP at all and I need a project done quickly.
    No need to do that.
    CGI,PHP or ASP it doesn't matter !
    What's important here: the text at the specified URL must be in the standard MIME format application/x-www-form-urlencoded (a standard format used by CGI scripts).
    cheers

  4. #4
    KoolMoves Moderator blanius's Avatar
    Join Date
    Jul 2001
    Location
    Atlanta GA
    Posts
    5,244
    I assumed his hosting didn't allow ASP but did have PHP.

  5. #5
    Senior Member
    Join Date
    Jun 2002
    Posts
    103
    Whoa! Not sure what your talking about Necromanthus. Here is the form I created in ASP. The company now wants it in PHP for a new Linux server.

    http://www.ptffinancial.com/Apply.asp

    and

    http://www.ptffinancial.com/thankyou.asp

  6. #6
    KoolMoves Moderator blanius's Avatar
    Join Date
    Jul 2001
    Location
    Atlanta GA
    Posts
    5,244
    ok this is off topic for the forum.

    Basically the only thing that has to change on the form is where it goes to an ASP page you just need to write PHP to process the form. Contact me email and I'll help you.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center