Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: dynamically create a position on the template
Post: dynamically create a position on the template

How do you design a cms that can dynamically create a position on the template? Like Joomla or Prestashop. So that the user can add or remove various module management from different pages.
4,016 Views
4 Replies
02-06-2018, 11:34 PM
programmer
    Thread: my query donsn't return any record
Post: my query donsn't return any record

Who knows what the problem is?  PHP Code: -- SELECT `track`.`id`, `track`.`artist_id`, `track`.`genre_id`, `track`.`title`, `track`.`cover`, `track`.`exclusive`, `track`.`count_download`, `track`....
6,769 Views
5 Replies
08-31-2017, 04:37 AM
programmer
    Thread: problem with pagination
Post: RE: problem with pagination

InsiteFX Wrote: (08-30-2017, 02:23 AM) -- For one your creating your pagination links before you get you data from the database to display. Your create links show be last just before your load you...
4,449 Views
4 Replies
08-30-2017, 03:09 AM
programmer
    Thread: problem with pagination
Post: problem with pagination

i use pagination in codeigniter . and show page number but dosn't show previous and next button controller code PHP Code: -- $config['base_url']    = base_url() . 'track/category/' . $title ....
4,449 Views
4 Replies
08-29-2017, 04:23 AM
programmer
    Thread: download remote file with resumable capability
Post: RE: download remote file with resumable capabilit...

When the user clicks on each file. A key is stored with the file address in the database. Next, the file is read by url and the headers are changed and ready for download. I test the way you said. ...
7,709 Views
7 Replies
06-25-2017, 03:21 PM
programmer
    Thread: download remote file with resumable capability
Post: RE: download remote file with resumable capabilit...

Paradinight Wrote: (06-25-2017, 04:39 AM) -- programmer Wrote: (06-25-2017, 02:20 AM) -- I used this code but did not allow downloading by download softwares  like (idm and ...). -- xsendfile or t...
7,709 Views
7 Replies
06-25-2017, 04:44 AM
programmer
    Thread: download remote file with resumable capability
Post: RE: download remote file with resumable capabilit...

I used this code but did not allow downloading by download softwares  like (idm and ...).
7,709 Views
7 Replies
06-25-2017, 02:20 AM
programmer
    Thread: download remote file with resumable capability
Post: download remote file with resumable capability

i need to scrip to download remote file with resumable capability . i write this code but notworking true.  PHP Code: -- $CI =& get_instance(); $CI->load->helper('func'); $CI->load->helper('downlo...
7,709 Views
7 Replies
06-24-2017, 03:43 AM
programmer
    Thread: validation for image filed
Post: validation for image filed

hi i need too when image is empty form submit  but image field is not empty checked . if image uploaded submit form  if image not uploaded form don't submit and return error with validation method...
2,624 Views
1 Replies
05-27-2017, 06:57 AM
programmer

Theme © iAndrew 2016 - Forum software by © MyBB