Search
Members
Calendar
Help
Home
Search by username
Not logged in -
Login
|
Register
Wow Web Designs Forums
>
Scripting
>
PHP
> PHP Add a value
PHP Add a value
Moderated by:
Aycan
New Topic
Reply
Print
Author
Post
fareen
Member
Joined:
Sun May 22nd, 2005
Location:
Posts:
1
Status:
Offline
Mana:
Posted: Sat Jul 9th, 2005 10:05 pm
Quote
Reply
Hi all,
I've a problem which I hope anyone of you experts out there can render your expertise to help me provide a solution.I'm a newbie....so pls excuse my ignorance.
Below is part of the news.php
<form action=news.php method=post>
<table border=0>
<tr> <td> (Password): </td><td> <input type=password name=passwd zize=20> </td></tr>
<tr> <td> Subject: </td><td> <input type=text name=subject size=50> </td></tr>
<tr> <td> Article ID: </td><td> <input type=text name=article_id value=<? echo date("j-m-Y"); ?> size=30> </td></tr>
<tr> <td> Date/Author: </td><td> <textarea name=date rows=2 cols=50 wrap=soft><? echo date("M j, Y\n"); ?>Author: </textarea> </td></tr>
<tr> <td> Summary: </td><td> <textarea name=summary rows=5 cols=50 wrap=soft></textarea> </td></tr>
<tr> <td> Body: </td><td> <textarea name=body rows=15 cols=50></textarea> </td></tr>
</table>
<input type=submit name=submit value=Add>
</form>
??? I don't want this Body:<textarea> part and instead want a table of 5 rows & 5 cols. with input from user ? I am unable to Add the value.
Some helps from gurus out there.
Thanks
Current time is 11:00 am
Parts of this bulletin board may not function unless you enable JavaScript (also called Active Scripting) in your browser.
Powered by
WowBB 1.7
- Copyright © 2003-2006 Aycan Gulez
Page processed in 0.1192 seconds (11% database + 89% PHP). 17 queries executed.