I need some Help

Looking for volunteers to join your project? Need help with a script but can't afford to pay? Want to offer your services as a volunteer to build up your portfolio? This is the place for you...

Moderator: General Moderators

Post Reply
supra
Forum Newbie
Posts: 2
Joined: Thu Dec 25, 2003 6:50 pm

I need some Help

Post by supra »

I need to add some radio buttons, text fields to a php file i downloaded and everything i try does nothing.....If you can help me, let me know

supra
Dale
Forum Contributor
Posts: 466
Joined: Fri Jun 21, 2002 5:57 pm
Location: Atherstone, Warks

Post by Dale »

...

Radio Buttons:

Code: Select all

<FORM METHOD=post ACTION="">
<input name="test1" type=radio>Test 1<br>
<input name="test2" type=radio>Test 2<br>
<input type="submit">
</form>
Textfields:

Code: Select all

<FORM METHOD=post ACTION="">
<textarea name="test3" cols=48 rows=4></textarea>
</form>
Is that what you wanted????
supra
Forum Newbie
Posts: 2
Joined: Thu Dec 25, 2003 6:50 pm

Post by supra »

Here is what I have:
http://setup.gregbibbens.com/tracks/fil ... /index.php

and what Im trying to do is:

http://www.flog.com and setup swap -- something very similar

its and uploader/downloader. Ive searched for the last 2 hours and came up with nothing

supra
Dale
Forum Contributor
Posts: 466
Joined: Fri Jun 21, 2002 5:57 pm
Location: Atherstone, Warks

Post by Dale »

Sorry cant help :(
User avatar
Dr Evil
Forum Contributor
Posts: 184
Joined: Wed Jan 14, 2004 9:56 am
Location: Switzerland

Post by Dr Evil »

Show us the code. We might help with that.
Your second site is using css.

Dr Evil
Post Reply