Printing a webpage
I use this to print the webpage:
o
mysql query with single quotes in a variable
$sitedetails = "INSERT INTO vars (address, sitename, description, ownername, theme) VALUES ('$u
Session login issue
I'm wondering how to fix a problem I'm having with a session-based login system
Say I go to h
login page does not execute a else statement
I've created a login page using sessions.
When an incorrect user name or password is entered then
Ajax Issues - Update Panel / Timer. Intellisense doesn't know about them
Type 'System.Web.UI.ScriptManager' does not have a public property named 'UpdatePanel'.
That is wha
a multi dimensional array with for each
hi, I have been asked to write an array, I have Zone 2,3,4,5,6,7,8 each zone has 3 sections of weigh
Problem writing URL into database
How would I write this into the database?
<?php echo "http://".$_SERVER['SER
gmmktime or mktime
I live in the UK, i am within the GMT (with daylight saving time ie 1 hour difrence between summer a
Get word number x from string?
How can I use a function to loop through a string, and "have a look at" every word in the
array_count_values question?
ok i'm trying to create a top ten list from a database of listed favorite movies.
the followi