Search found 14 matches
- Thu Aug 19, 2004 8:06 am
- Forum: Miscellaneous
- Topic: window.open() help!!!
- Replies: 6
- Views: 2341
window.open() help!!!
Here it goes... As most of you probably know, MS is coming out with SP2 for Windows XP.... most of the times i would careless, but this time i read the release file... and i was startled by this... "restricts two types of script-initiated windows that have been used by malicious persons to dece...
- Tue Aug 17, 2004 5:49 pm
- Forum: PHP - Code
- Topic: ORDER BY DATE with IF/ELSE
- Replies: 3
- Views: 904
- Tue Aug 17, 2004 5:21 am
- Forum: Databases
- Topic: call "ORDER BY" command from php
- Replies: 22
- Views: 22236
thank you, it ended up working great.... http://djmdevelopment.com/address2.php but then i changed the fields for numbers... and ran into a whole new problem... http://djmdevelopment.com/propertieslist.php i have made a new post regarding this issue here... http://www.devnetwork.net/forums/viewtopic...
- Tue Aug 17, 2004 5:12 am
- Forum: PHP - Code
- Topic: ORDER BY DATE with IF/ELSE
- Replies: 3
- Views: 904
ORDER BY DATE with IF/ELSE
I need to make it do that my part of my lists organize by date, and not by number, i also need the numbers to list correctly, instead of 1,10,5,50 I dont want to add a leading zero to those numbers, and sometimes they will even be like .5 and such... i believe i must make these declarations in the f...
- Mon Aug 16, 2004 6:45 pm
- Forum: Databases
- Topic: call "ORDER BY" command from php
- Replies: 22
- Views: 22236
everything is working great....
http://therandomjoe.com/DJM/idea4/address2.php
how do i specify certain fields that i want to show up, right now i just query the data base, and get all the fields... but i dont want to display the ID... how do i make it do i get everything but that field?
http://therandomjoe.com/DJM/idea4/address2.php
how do i specify certain fields that i want to show up, right now i just query the data base, and get all the fields... but i dont want to display the ID... how do i make it do i get everything but that field?
- Mon Aug 16, 2004 5:34 am
- Forum: Databases
- Topic: call "ORDER BY" command from php
- Replies: 22
- Views: 22236
- Mon Aug 16, 2004 5:11 am
- Forum: Databases
- Topic: call "ORDER BY" command from php
- Replies: 22
- Views: 22236
- Mon Aug 16, 2004 3:57 am
- Forum: Databases
- Topic: call "ORDER BY" command from php
- Replies: 22
- Views: 22236
- Mon Aug 16, 2004 3:47 am
- Forum: Databases
- Topic: call "ORDER BY" command from php
- Replies: 22
- Views: 22236
hmm... same issue.. except this time there is spaces... You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'BY lastName DESC' at line 1 i would suspect that the code should be printing... SELECT * FROM phoneList ORDER...
- Mon Aug 16, 2004 3:39 am
- Forum: Databases
- Topic: call "ORDER BY" command from php
- Replies: 22
- Views: 22236
well, that seemed to have moved this thing further... now i get an error instead of nothing.... You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'BY lastNameDESC' at line 1 that was when i went to this link.... http...
- Mon Aug 16, 2004 2:42 am
- Forum: Databases
- Topic: call "ORDER BY" command from php
- Replies: 22
- Views: 22236
- Mon Aug 16, 2004 2:17 am
- Forum: Databases
- Topic: call "ORDER BY" command from php
- Replies: 22
- Views: 22236
- Mon Aug 16, 2004 1:56 am
- Forum: Databases
- Topic: call "ORDER BY" command from php
- Replies: 22
- Views: 22236
- Mon Aug 16, 2004 1:18 am
- Forum: Databases
- Topic: call "ORDER BY" command from php
- Replies: 22
- Views: 22236
call "ORDER BY" command from php
right now i am trying to build what http://downloadanime.org has, i want to make a list and be able to organize it by catagories... here is what i have so far.... http://therandomjoe.com/DJM/idea4/address.php i want to be able to organize by the names at the top "lastName", "email&quo...