GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Application form script needed. please post (https://gfy.com/showthread.php?t=906545)

Si 05-21-2009 05:51 PM

Application form script needed. please post
 
Be nice if it's a freebie but paid will work aswell.

Post them up please.

I've searched google, found only 2 so far that look good but,

one I couldn't download because the fucking link was broken :mad:
and the other one is $300 for a complete job website (NOT WHAT I WANT)

just something simple that I can upload and get it working in a few mins would be nice.
must be able to view the results for each person and not in bulk like a survey script.

Tanks in advance

lavitra 05-21-2009 05:52 PM

start a partnership like stickyfingerz

Si 05-21-2009 06:20 PM

Quote:

Originally Posted by lavitra (Post 15877542)
start a partnership like stickyfingerz

Umm?

NO!

lavitra 05-21-2009 06:22 PM

fucking-around-and-business-discussion/906532-looking-partnership-coder-flash-developer.html

Si 05-21-2009 06:30 PM

Oh Dear!

Drama Alert! :warning:warning:warning

lavitra 05-21-2009 06:32 PM

application forms are very simple to whip up.

This is just grabbing the field information and inserting to mysql db right ?

If you told a North American to do it, the market price would be no more than $35.

If you told a eastern european/indian/chinese programmer, you can get it done for $5~$10.

good luck!

Si 05-21-2009 06:52 PM

Quote:

Originally Posted by lavitra (Post 15877654)
application forms are very simple to whip up.

This is just grabbing the field information and inserting to mysql db right ?

If you told a North American to do it, the market price would be no more than $35.

If you told a eastern european/indian/chinese programmer, you can get it done for $5~$10.

good luck!

I will if I Fail tomorrow trying to do it myself :thumbsup

lavitra 05-21-2009 07:04 PM

PHP Code:

<form action="submit.php" method="POST">
  <div>
    <input type="text" name="firstname" size="31" />
    <input type="text" name="lastname" size="31" />
    <input type="text" name="email" size="31" />
    <input type="text" name="shit" size="31" />
    <input type="submit" value="Search" />
  </div> </form> 

then in your submit.php

<?php

if (isset($firstname) && isset($shit) && .... )){

$firstname mysql_escape_string(trim($_POST['firstname']));
$shit =  mysql_escape_string(trim($_POST['shit']));
..
..

$con mysql_connect("localhost","id","pass");
if (!
$con)  {  die('Could not connect: ' mysql_error());  }
mysql_select_db("databasename"$con);

//INSERT ROW
$insertrow "INSERT INTO 'databasename' (`ID` ,`text')
                                      VALUES ('',  '
$title');";
mysql_query($insertrow) or die(mysql_error());
}

?>







anyways this is really half assed. theres other ways of doing it.

good luck.

fris 05-21-2009 09:45 PM

http://www.appnitro.com/

Si 05-22-2009 08:26 AM

Quote:

Originally Posted by lavitra (Post 15877737)
PHP Code:

<form action="submit.php" method="POST">
  <div>
    <input type="text" name="firstname" size="31" />
    <input type="text" name="lastname" size="31" />
    <input type="text" name="email" size="31" />
    <input type="text" name="shit" size="31" />
    <input type="submit" value="Search" />
  </div> </form> 

then in your submit.php

<?php

if (isset($firstname) && isset($shit) && .... )){

$firstname mysql_escape_string(trim($_POST['firstname']));
$shit =  mysql_escape_string(trim($_POST['shit']));
..
..

$con mysql_connect("localhost","id","pass");
if (!
$con)  {  die('Could not connect: ' mysql_error());  }
mysql_select_db("databasename"$con);

//INSERT ROW
$insertrow "INSERT INTO 'databasename' (`ID` ,`text')
                                      VALUES ('',  '
$title');";
mysql_query($insertrow) or die(mysql_error());
}

?>







anyways this is really half assed. theres other ways of doing it.

good luck.

Thanks i'll give it a shot a bit later :thumbsup

Quote:

Originally Posted by fris (Post 15878106)

That looks very useful. thanks fris :thumbsup

NaughtyRob 05-22-2009 09:40 AM

This one kicks ass and is very easy.
http://www.coffeecup.com/form-builder/

See it in action here...

http://www.sincitytalent.com/myform.html

candyflip 05-22-2009 09:55 AM

MachForms is the shit. I see Fris already beat me to it, but that's mostly because he knows what he's talking about.


All times are GMT -7. The time now is 10:22 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123