Variables and Include
Code: [Select]<?php
$header = $_COOKIE['mss']['header'];
$body = $_COOKIE['mss']['b
private constructor
Hello,
Can we create a constructor as private? If yes, what is the use of it? If no, why can'
Including calander to page - will not show other months than current??
im trying to add an existaing calander onto a profile page by using Code: <?php include "
Time script, set to my time zone?
I am using this line to get the date and time
Code: $time = date(F." ".d.", &q
Coding Critique
I was hoping someone could take a second and look down my code and see if they see any problems with
ctype() validation - allowing illegal characters
Hello,
I use ctype() to filter and validate a user form. However, I am trying to allow certain c
Simple AND question
Hello,
I've got following code:
Code: if(strpos($row[13],"http://")
Random Number Generation And Probability
Hello, I am working on a function which has to insert data into a SQL table.
we have to suppl
Procedure with variable number of columns
Hi, I have a procedure that looks like this:
PROCEDURE PROC(p_cursor OUT sys_refcurso
Writing Windows Device Drivers with C
Yes: one of the nice features of C is void*. You can put anything there and get anything out. Very