Results 11 to 12 of 12
-
2nd Feb 2012, 08:25 PM #11Member
you can change the category's and will be fine.
your error shold be somewhere between this lines
<?php
for($i=1;$i<=10;$i++) {
?>
<tr><td><input type="text" name="title[]" /></td><td><input type="text" name="url[]" /></td><td><select name="type[]">
<?php
$opts = !defined('WCDDL_TYPES') ? array() : explode(',', WCDDL_TYPES);
if(is_array($opts)) {
foreach($opts as $at) {
echo '<option value="'.$at.'">'.$at.'</option>';
}
}
?>
</select></td></tr>
<?php
}
?>
my crystal ball is out of batteries, can't help more.
-
2nd Feb 2012, 09:08 PM #12OPMember
Fixed it
It turned out that I didn't change the .php links to .html in submit.php.
It works like a charm now
Thanks for your help guys, board closed.
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Not showing other categories...
By mannav21 in forum phpBBReplies: 2Last Post: 3rd Nov 2012, 06:40 AM -
Add categories
By shanshayan in forum DLEReplies: 10Last Post: 12th Dec 2011, 04:19 PM -
Change IPB categories bar?
By bxflow in forum IP.BoardReplies: 5Last Post: 25th Jul 2011, 04:54 AM -
[Buying] Adspots from various categories
By Entrepreneur in forum Completed TransactionsReplies: 6Last Post: 23rd Apr 2011, 04:28 AM -
DDL Categories
By BlaZe in forum Forum and DDL DiscussionReplies: 5Last Post: 24th Jun 2010, 10:56 AM
themaCreator - create posts from...
Version 3.24 released. Open older version (or...