The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
OK I'm trying to create a form that'll create a php code section in a specified php file... but I get
Quote:
FORM (new_image_form.html): HTML Code:
<form name="add_img_info" method="post" action="write_img_info.php"> <table width="100%" border="0" cellpadding="5" cellspacing="0"> <tr> <td align="left" valing="top"> <strong>Image ID (please add one to the last image id):</strong> </td> <td align="left"> <input name="img_id" type="text" value="Image ID" /> <tr> <td align="left" valign="top"> <strong>Image Url:</strong> </td> <td align="left"> <input name="img_url" type="text" value="Image URL" /> </td> </tr> <tr> <td align="left" valign="top"> <strong>Image Alt:</strong> </td> <td align="left"> <input name="img_alt" type="text" value="Image Alt" /> </td> </tr> <tr> <td align="left" valign="top"> <strong>Image Name:</strong> </td> <td align="left"> <input name="img_name" type="text" value="Image Name" /> </td> </tr> <tr> <td align="left" valign="top"> <strong>Image Height:</strong> </td> <td align="left"> <input name="img_height" type="text" value="Image Height" /> </td> </tr> <tr> <td align="left" valign="top"> <strong>Image Width:</strong> </td> <td align="left"> <input name="img_width" type="text" value="Image Width" /> </td> </tr> <tr> <td align="left" valign="top"> <strong>Image Category:</strong> </td> <td align="left"> <input name="img_category" type="text" value="Image Category" /> </td> </tr> <tr> <td align="left" valign="top"> <strong>Image Release Date:</strong> </td> <td align="left"> <input name="img_release" type="text" value="Image Release Date" /> </td> </tr> <tr> <td align="left" valign="top"> <strong>Downloadable For Personal Use?</strong> </td> <td align="left"> <input name="img_download" type="text" value="Yes or No?" /> </td> </tr> <tr> <td align="left" valign="top"> <strong>Image Version:</strong> </td> <td align="left"> <input name="img_version" type="text" value="Image Version" /> </td> </tr> <tr> <td align="center" valign="middle" colspan="2"> <br /><input type="submit" name="add_img_info" value="Submit!" /> </td> </tr> </table> </form> PHP Code:
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|