Need help, willing to pay credits!

Status
Not open for further replies.

DefecTalisman

Community Advocate
Community Support
Messages
4,148
Reaction score
5
Points
38
I am in need of help creating a form or multiple forms. The form/s are for a testing enviroment for a script(not giving to much away yet).

I have no clue as to what to offer for this, as I also dont know how much work is involved.

Let me explain what is requiered.

The form/s must have variouse inputs from drop boxs to check boxs.
Each of these needs to be written to either of 2 php settings files. Maybe the file should be cleared and written from scratch each time to avoid getting things wrong.
eg:
user inpputs : my name is JD
written to the file :
<?php
global $username;
$username = **write here 'my name is JD'**;
?>

There needs to be a preview and save button.
The buttons must pop up when 2 reqiered fields arn't inputed correctly and say fill in those.
If they are filled in.
If preview was clicked, it must just write to a temporary php settings file.
If save was clicked it must save 1 input to the filename and the rest to that file.

This is where it gets alittle more complex.
The 2 main sets of user inputs go to a php data structure that can have as many arrays as one wishes inside. So the form should have an option for more of that set of inputs.

At the same time it must refresh a image on the page after saving the settings to either the temp settings file or the finished settings file.

I am not worried about bling... It must just do the job and be functional.
If it would help. I could slap together a basic look of what I want without any scripts in.

Now dont start posting scripts here, every field is specific and I would like to send a copy of the dev script that the settings apply too to you.
I will give a list of all the settings and the order in which they must appear and what they must save.

Post yay or nay if you have a clue as to what I want, could oblige and for what fee in credits... What I have is what I have and thats all I can offer.

This is for the testing of a project I have been working on for over a week. Its not perfect and can do with a whole load more options and improovments. But it works well and has lots of room for growth. I am indefinatly willing to put credit to this person, in respect to the work that they put towards it either the testing or the script itself.
 

DefecTalisman

Community Advocate
Community Support
Messages
4,148
Reaction score
5
Points
38
whould it be able to gen the <?php if () { ?> depending on what is set and take care of all the nitty gritty stuff?
 

2dots

New Member
Messages
6
Reaction score
0
Points
0
are you trying to generate a form, or some sort of a page (template) based on the user input?...
Will the created file have to be permanently stored on the server?, or would you rather have it zipped and sent to the users browser for download?

in any case i think that ajax would be the most logical choice here, possibly a DB for all of your input select boxes, check boxes etc.

can you send me the actual script flow (what the user does and what they get) i think this should be simple enough to do...
 

DefecTalisman

Community Advocate
Community Support
Messages
4,148
Reaction score
5
Points
38
Would rather it stay only php as this is what I am learning.
 

Slothie

New Member
Messages
1,429
Reaction score
0
Points
0
It would stay in php :)... I've worked a lot of web2.0 php projects lately
 
Status
Not open for further replies.
Top