PHP If Else statement for breadcrumb
Hi
I am trying to use a PHP if else statement to display a breadcrumb link on wordpress
IIS on 2003 anon access disabled issue
I have an IIS server that belongs to a domain, and anonymous access is turned off for all my sites.
Procedure with variable number of columns
Hi, I have a procedure that looks like this:
PROCEDURE PROC(p_cursor OUT sys_refcurso
How can I get my program to read a larger array ??
Hi:
I have this program that reads from an array to do calculations. The array are just t
division gives infinity anser
int main()
{
int z=0;
int i=1/z;
cout<
}
It doesn't throw a
elseif help!
OK so I'm new to the site, as well as PHP altogether (Trying my hand at managing an online RPG) and
Running a cron job through PHP/Apache?!
Hello all,
I have a PHP script which makes a cron file from user input. When i try to run the cro
Find current logon time
Hi,
in my sql script i want to query and find out the logon time of the current session.
<
same querie, or a new one??
Hi guys,
I'm still working on this drop down list. I've got the actual drop down list to wor
empty() error
Why does
Code: empty($USER_ID = $_SESSION["USER_ID"])
create this error...