Click here to Skip to main content
15,915,164 members
Home / Discussions / Linux, Apache, MySQL, PHP
   

Linux, Apache, MySQL, PHP

 
AnswerRe: sorting on cloumn headers acending and desanding Pin
Mohammad Dayyan18-Oct-08 9:04
Mohammad Dayyan18-Oct-08 9:04 
GeneralRe: sorting on cloumn headers acending and desanding Pin
umeshdaiya19-Oct-08 21:13
umeshdaiya19-Oct-08 21:13 
AnswerRe: sorting on cloumn headers acending and desanding Pin
Jules VDV29-Jan-09 8:44
Jules VDV29-Jan-09 8:44 
AnswerRe: sorting on cloumn headers acending and desanding Pin
Ranjit Viswakumar29-Jan-09 12:40
Ranjit Viswakumar29-Jan-09 12:40 
QuestionNeed Linux Libraries Pin
gtag16-Oct-08 1:58
gtag16-Oct-08 1:58 
AnswerRe: Need Linux Libraries Pin
Divyang Mithaiwala16-Mar-09 0:50
Divyang Mithaiwala16-Mar-09 0:50 
Questionmysql date Pin
UD(IA)13-Oct-08 22:49
UD(IA)13-Oct-08 22:49 
AnswerRe: mysql date Pin
Perspx19-Oct-08 19:56
Perspx19-Oct-08 19:56 
You could always make this field a VARCHAR (10) instead, which means that the field can take a null value; then, just insert any actual dates in the format YYYY-MM-DD, leaving fields blank where you want to, and then when you read the data from the database again, check if it's not null and if so parse it using a function like date_parse().

Regards,
--Perspx


"I've got my kids brainwashed: You don't use Google, and you don't use an iPod." - Steve Ballmer

"Some people have told me they don't think a fat penguin really embodies the grace of Linux, which just tells me they have never seen an angry penguin charging at them in excess of 100mph." - Linus Torvalds

GeneralRe: mysql date Pin
umeshdaiya19-Oct-08 21:14
umeshdaiya19-Oct-08 21:14 
Questionpdf not supporting chinies characters Pin
UD(IA)13-Oct-08 21:25
UD(IA)13-Oct-08 21:25 
Questionjavascript validation & how to use in php Pin
umeshdaiya13-Oct-08 20:23
umeshdaiya13-Oct-08 20:23 
AnswerRe: javascript validation & how to use in php Pin
Perspx19-Oct-08 1:29
Perspx19-Oct-08 1:29 
AnswerRe: javascript validation & how to use in php Pin
Ranjit Viswakumar29-Jan-09 12:51
Ranjit Viswakumar29-Jan-09 12:51 
Questionphp checkall delete all records Pin
umeshdaiya11-Oct-08 3:52
umeshdaiya11-Oct-08 3:52 
AnswerRe: php checkall delete all records Pin
Mohammad Dayyan13-Oct-08 4:22
Mohammad Dayyan13-Oct-08 4:22 
AnswerRe: php checkall delete all records Pin
Ranjit Viswakumar29-Jan-09 13:18
Ranjit Viswakumar29-Jan-09 13:18 
QuestionHelp to use apache tomcat 6.0 in NetBeans6.0.1 Pin
hamid zamani10-Oct-08 22:23
hamid zamani10-Oct-08 22:23 
Questioncalendar conrol Pin
umeshdaiya10-Oct-08 20:06
umeshdaiya10-Oct-08 20:06 
AnswerRe: calendar conrol Pin
umeshdaiya11-Oct-08 3:53
umeshdaiya11-Oct-08 3:53 
GeneralRe: calendar conrol Pin
evden eve nakliyat20-Dec-08 15:13
evden eve nakliyat20-Dec-08 15:13 
Questiondata save on button click Pin
umeshdaiya9-Oct-08 4:21
umeshdaiya9-Oct-08 4:21 
AnswerRe: data save on button click Pin
Mohammad Dayyan10-Oct-08 6:25
Mohammad Dayyan10-Oct-08 6:25 
AnswerRe: data save on button click Pin
Ranjit Viswakumar29-Jan-09 13:44
Ranjit Viswakumar29-Jan-09 13:44 
Questioncalling a php function through onclick Pin
umeshdaiya9-Oct-08 3:49
umeshdaiya9-Oct-08 3:49 
AnswerRe: calling a php function through onclick Pin
Mohammad Dayyan10-Oct-08 6:44
Mohammad Dayyan10-Oct-08 6:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.