Search found 77 matches

by antonio
2016-07-13 13:16
Forum: General Chit Chat
Topic: Web application developers vs script customisers...
Replies: 5
Views: 23845

Re: Web application developers vs script customisers...

Hi Fred,
I cannot agree more with you.
In my experience, when you choose a CMS for your customers, you're shooting on your same foots.
The CMS si going to be ok for the very first day, but then the customer will ask for something that is not pre-configured in the CMS. And the nightmare begins...
Tony
by antonio
2014-11-18 23:12
Forum: ADDT
Topic: Hot to use Server Side Include from table?
Replies: 1
Views: 3952

Hot to use Server Side Include from table?

Hi all, I'm just creating a new website using Bootstrap, ADDT and other jquery scripts. As you can see from the following image, a page without URL parameter works and is rendered correctly: (please note the "404 error not found!!" error is triggered by server side include and works as exp...
by antonio
2014-08-29 10:42
Forum: ADDT
Topic: Nested repeat on a recordset?
Replies: 3
Views: 5324

Re: Nested repeat on a recordset?

Thanks to you all!
it's good to see someone else working with ADDT or MX Kollection. :D
tony
by antonio
2014-08-01 15:13
Forum: ADDT
Topic: Nested repeat on a recordset?
Replies: 3
Views: 5324

Nested repeat on a recordset?

Hi all, I have a recordset that outputs the following table: id image code 1 image1 uy6754 2 image1 uy4795 3 image1 uy1234 4 image2 uh7364 5 image2 ah6775 6 image2 lo9834 7 image3 iu7654 8 image3 jh4321 9 image3 po0989 ... I would like to get this: image code image1 uy6754 uy4795 uy1234 image2 uh736...
by antonio
2014-07-11 17:07
Forum: ADDT
Topic: recordset from field content?
Replies: 1
Views: 3596

recordset from field content?

Hi all, I have a Product table and a Pages table. In the Product page I have all usual fields (ID, name, description...) AND a specific field (pages) that should contains all page numbers (related to a paper catalogue) separate by comma (example: 123, 124, 125). Then in the front-end I should create...
by antonio
2014-06-23 08:47
Forum: MX Kollection - Pro Edition
Topic: dynamic form and checkboxes not saving the value entered
Replies: 5
Views: 9523

Re: dynamic form and checkboxes not saving the value entered

Hi Fred and all, thanks for your reply. I tried all of your suggestions but the checkboxes still insist in putting only 1 or 0 in the db, whatever value I specify when ticked. The checkbox default are all 0 and when thicked they should assume another value. The db field are set to INT(5). But the on...
by antonio
2014-06-20 09:28
Forum: MX Kollection - Pro Edition
Topic: dynamic form and checkboxes not saving the value entered
Replies: 5
Views: 9523

dynamic form and checkboxes not saving the value entered

Hi all, Perhaps I'm the last one that is still using ADDT or MX Kollection Pro. Anyway, I try to post here my problem: I have a dynamic form with 10 checkboxes. Every checkbox should get a different value when checked. i.e.: checkbox1: when checked the value should be 1; checkbox2: when checked the ...
by antonio
2013-09-24 10:42
Forum: ADDT
Topic: form with a random number field?
Replies: 6
Views: 6718

Re: form with a random number field?

Hi Tony, Having a prefilled table will work but it defeats the object of doing things dynamically. I hate doing the work thats why I have a pc/server. So here is another solution to generate something unique You should have something unique to identify the user when they log in. Yea? <?php $email =...
by antonio
2013-09-24 08:02
Forum: ADDT
Topic: form with a random number field?
Replies: 6
Views: 6718

Re: form with a random number field?

Hi Fred, thanks for your reply. I have a form that a user fills and once submitted he should receive an email with a random code (alphanumeric or numeric, but simple enough to read). The random code must be unique. It's not about security here; I just want to make sure a user can't find another code...
by antonio
2013-09-23 09:35
Forum: ADDT
Topic: form with a random number field?
Replies: 6
Views: 6718

Re: form with a random number field?

Hi all,
Alternatively, is there a way use the user registration wizard and generate the password automatically?
I tried creating a new registration page with the password field hidden but this doesn't work (I get null passwords).

TIA

tony