I followed tutorial and did exactly what said hidden field for sortorder but getting this
<input value=" Fatal error: Class 'dwzDragd_r_o_pSort' not found in C:\location\insert-video.php on line 240 Here is line 240
<input value="<?php //************************** // Drag-d_r_o_p Sort //************************** $dwzSortValue = new dwzDragd_r_o_pSort(); $dwzSortFieldName = "sortorder"; $dwzSortValue->SetConnString($hostname_connfrd, $database_connfrd, $username_connfrd, $password_connfrd); $dwzSortValue->SetDbTable("videos"); $dwzSortValue->SetSortField("sortorder"); $dwzSortValue->SetDefaultValue(""); echo $dwzSortValue->GetSortOrderValue(); ?>" name="sortorder" type="hidden" id="sortorder" />
Also getting this when applied to update page
Parse error: syntax error, unexpected ';' in C:\location\\update-video.php on line 264
|
|
|