Add weeks in a query?
I have a SQL that summarizes the quantity per week. The weeks that has no value does not exist in th
Why is the logic of this simple code not working?
Hey, I'm trying to determine if a table already exists in mysql, but doing a query first with mysql_
Simple AND question
Hello,
I've got following code:
Code: if(strpos($row[13],"http://")
Remove values in array2 from array1
I have two arrays.
Array 1 is where the array key holds various different numbers. For exampl
extract content from a website
i have written a code that will grab the content from the index page..
i would like to know how c
Turning Data into URLs?
This may seem very basic to you, but I'm having a hard time figuring out how to do this since I don'
How to store checkbox array in a session, and then be able to add to it?
I'm trying to store an array of checkbox values into a session array, sort of like a shopping cart,
understanding functions and classes
Code: [Select]
class person {
var $name = "Jimmy Goe";
function get_nam
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
$_POST variable un-useable
I'm trying to use a $_POST variable in a mysql update statement but i can't use it for some unknown