Search found 15 matches
- Sat Oct 14, 2006 10:25 am
- Forum: Databases
- Topic: INNER JOIN
- Replies: 8
- Views: 1294
- Sat Oct 14, 2006 12:01 am
- Forum: Databases
- Topic: INNER JOIN
- Replies: 8
- Views: 1294
Another attempt: CREATE TABLE `calendar` ( `calendar_id` int(11) NOT NULL default '0', `did` char(250) NOT NULL default '0', `calendar_date` date NOT NULL default '0000-00-00', `calendar_price` decimal(4,2) NOT NULL default '1.00', PRIMARY KEY (`calendar_id`) ) TYPE=MyISAM; CREATE TABLE `items` ( `p...
- Fri Oct 13, 2006 9:47 pm
- Forum: Databases
- Topic: INNER JOIN
- Replies: 8
- Views: 1294
- Fri Oct 13, 2006 8:22 pm
- Forum: PHP - Code
- Topic: INNER JOIN 3 tables not know how!
- Replies: 1
- Views: 316
INNER JOIN 3 tables not know how!
Hello @all i'm having an issue with a db call. The folowing query is the one i use now, however i made a mis-coding couse it shouldnt rely on this call only at the end. This is couse i have to see if there's aditional data required. $result = $db->sql_query("SELECT UNIX_TIMESTAMP(calendar_date)...
- Fri Oct 13, 2006 5:38 pm
- Forum: Databases
- Topic: INNER JOIN
- Replies: 8
- Views: 1294
I think i make some mistake on how to make sure i use the correct combination between a product and its attribute. please correct me if i'm wrong. Should i let check first the table products_to_calendar and then inner join table items(what hold the main product) and table calendar(what hold the date...
- Fri Oct 13, 2006 3:30 pm
- Forum: Databases
- Topic: INNER JOIN
- Replies: 8
- Views: 1294
- Fri Oct 13, 2006 3:06 pm
- Forum: Databases
- Topic: INNER JOIN
- Replies: 8
- Views: 1294
- Fri Oct 13, 2006 2:11 pm
- Forum: Databases
- Topic: INNER JOIN
- Replies: 8
- Views: 1294
INNER JOIN
Hello @all I'm working on a kind of shoppingsystem where have 1 main product what can be purchased by selected dates. not a date range but single day's , as i making this step-by-step and my php skils are limited i assume that i frequently will visit this site. I hope whenever see some other posts i...
- Fri Oct 13, 2006 1:17 pm
- Forum: PHP - Code
- Topic: [SOLVED]Request help with better dbcalltoreduceloading time
- Replies: 3
- Views: 581
- Fri Oct 13, 2006 1:11 pm
- Forum: PHP - Code
- Topic: [SOLVED]Request help with better dbcalltoreduceloading time
- Replies: 3
- Views: 581
- Fri Oct 13, 2006 6:15 am
- Forum: PHP - Code
- Topic: [SOLVED]Request help with better dbcalltoreduceloading time
- Replies: 3
- Views: 581
[SOLVED]Request help with better dbcalltoreduceloading time
feyd | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] Hello @al...
- Fri Oct 06, 2006 11:49 am
- Forum: PHP - Code
- Topic: Insert selected dates
- Replies: 0
- Views: 223
Insert selected dates
Hello @all i made a site with a few excisting scripts currently it fungate as a shoppingcart. take a look here: http://www.inteladd.com/modules.php?name=Fly_to_Basket&file=productinfo&Pid=1 As you can see here adding to cart works verry well. However i would like to add also dates to the dat...
- Sat Nov 19, 2005 4:00 am
- Forum: Volunteer Work
- Topic: Gallery content as presentation on different pc (slideshow)
- Replies: 4
- Views: 3053
- Fri Nov 18, 2005 7:23 am
- Forum: Volunteer Work
- Topic: Gallery content as presentation on different pc (slideshow)
- Replies: 4
- Views: 3053
i'm not here to ask if anyone now a script what can do that, couse i know such script doesnt excist. That is why i ask here if anyone could help me build it , and as i sayed , i'm willing to pay for that. As that you want me to let me search google or hotscripts , wouldnt it be gentel if you first w...
- Thu Nov 17, 2005 3:22 pm
- Forum: Volunteer Work
- Topic: Gallery content as presentation on different pc (slideshow)
- Replies: 4
- Views: 3053
Gallery content as presentation on different pc (slideshow)
I'm looking for anyone who can build or tweak a gallery for me with some special functions. *What should it do -Create normal album when user is registered each user have an admin pre-setted value for amount of space and image allowed , with on first creation a default value. Also non of the cliënts...