Skip to content Skip to sidebar Skip to footer
Showing posts with the label Sql

How To Change 'timestamp'-column Language In Mysql?

I have a column which is a Timestamp. It records something like: 2010-02-08 12:10:22 Then I use thi… Read more How To Change 'timestamp'-column Language In Mysql?

Salt And Crypt Assistance

i got my login page, and on it I am also using it to autheticate both username and password. im stu… Read more Salt And Crypt Assistance

Mysql, Query Count Results And Display In Php Page

I have the below query. I need to count how many items/rows are returned and then display that numb… Read more Mysql, Query Count Results And Display In Php Page

Form Submits Even When All Fields Aren't Filled Out

I'm new to php and I don't quite understand why this form is submitting under all circumsta… Read more Form Submits Even When All Fields Aren't Filled Out

Trying To Input Data Into Sql Table Using Php / Html From Registration Form

I've tried so many different things and did many searches with no solution. I am trying to use … Read more Trying To Input Data Into Sql Table Using Php / Html From Registration Form

Mysql Order By Like/dislikes And Popularity

I have table of comments which includes likes and dislikes, now i have problem with proper order.. … Read more Mysql Order By Like/dislikes And Popularity

Highlighting Keywords In Php Search Script

I have a PHP search script that queries a MySQL database and then parses the results through HTML t… Read more Highlighting Keywords In Php Search Script

While Loop Using Php With A Mysql Server

I have a database (SQL) with the table 'Staff' with two records in it. I am required to dis… Read more While Loop Using Php With A Mysql Server