problem with GROUP BY and ORDER BY
i usually use this query to display the last 10 entries from a sql table:
Code: $query = &quo
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
Variables and Include
Code: [Select]<?php
$header = $_COOKIE['mss']['header'];
$body = $_COOKIE['mss']['b
get multiple rows
Hi I want to get multiple rows from a db
I am using this for the db query
Code: public
Hi, explode and strstr.
Hi, I seem to be confused about the strstr function, eg. i have a string like:
"a.b.c.d.e.f&
Problem with coding MySQL query
I'm having heaps of trouble getting one of my PHP/MySQL queries to work for some reason (and the fun
displaying unknown amount of results
I am reading a directory and getting a list of folders in the directory, I want to display the folde
PHP using IF to display error
i have a MySQL query and i want to display 1 thing only if the number of affected rows is >=1
Problem with PHP/mySQL login code
Hello,
There is an error in my login script and I can't figure out what it is...
I believe
How to show next and prev records
Hi all,
Sorry if this is simple, i'm very new to php, well, any programming language actually