Please help me with ideas...

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
Proficiens
Forum Newbie
Posts: 1
Joined: Mon Sep 27, 2010 11:25 am

Please help me with ideas...

Post by Proficiens »

Hi,

I've applied for a part-time PHP job and they asked me to code a nice script ("something I'd be proud of") and send it to them by email. I'm not asking for code, but I haven't been able to think of what kind of script to create. Could you give me some ideas? I'm fairly good and proficient in PHP, by the way.

Thanks
User avatar
DigitalMind
Forum Contributor
Posts: 152
Joined: Mon Sep 27, 2010 2:27 am
Location: Ukraine, Kharkov

Re: Please help me with ideas...

Post by DigitalMind »

HTML form builder with AJAX functionality. In my opinion it might demonstrate your skills very well.
Include an ability to add, remove, change elements and their properties. Your PHP and HTML code should be split as much as possible.
Also add a button that will allow to download html code of built form as a file.

Is it ok? ;)
User avatar
Eran
DevNet Master
Posts: 3549
Joined: Fri Jan 18, 2008 12:36 am
Location: Israel, ME

Re: Please help me with ideas...

Post by Eran »

Focus on what you have the most experience in.
Post Reply