Server side $_SESSION
how does one keep the session completely server side. no cookies to the browser at all. i need this
need to add "sizes" to shopping cart
Hey guys, I am trying to figure out a way to add a "size" selector on to this bit of code.
http to https
Hi,
Is there any specific method/condition to move an http:// page to https:// ?
Ajax not working on IE 6 for Windows CE
I've created a webpage which uses the classis Ajax in following format:view plaincopy to clipboardpr
error with opendir
when i do this
if ($handle = opendir($dir)) {
while (false !== ($file = readdir($han
Getting a variable to work in function params
I have this fuction which is inside a class:
Code: public static function generateEmbedCode($
Bit manipulation program with binary operations
My homework is to create a program to scan in and add binary numbers and print them like so
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
Inserting 100x and 100y coordinates in mysql table - easy
Is there a way to insert this data into a mysql table named 'map' with the fields: 'x int 3' , 'y in
php ajax - two drop down list with a submit button
i have created a form with 2 drop-down list and a submit button. I would like to know how to pass th