MySql timezone
Code: $sql = "SELECT *, date_format(date, '%m/%d/%Y at %I:%i %p' )as date FROM comments WHERE t
Edit MySQL Row Using PHP and HTML Form
Hello,
Here's what I'm trying to do. Build a page where a user enters a MySQL row number in.
Displaying image from database
Hi,
I've got a site where that's got a database behind it. Currently it has loads of items in
Secure pages Sessions vs. Cookies & session_destroy() help
Im new here and new to PHP, I hope you can help me with some questions.
Im writing my web ap
having probem inserting data into db table
hi
i have a table with following columns in it
Code: candidate_id, degree, cgpa, institute
Accessing element of object array
Hello
My object looks like this:
Array ( [0] => User Object ( [id] =>
check if value exists
I have googled this for a while and I am getting lots of different results. Is there a standard meth
Querying info from one table based on info in another
Hi, I am currently trying to make a part for my user driven website where one user can subscribe to
Display last record first.
I need some help how put the last record first and first record last.
Thanks
Code: &am
urldecode question
How would I format this line of code properly?
<?php echo urldecode($_GET['Title']); ?