Hi there!!!
The main page of my site consists of 2 php pages. The left hand side consists few links, the result of this is displayed in the right hand side frame. The right hand frame again has some links which when clicked reloads the right hand side frame.
Now my problem is, everytime when...
Cookies ????
Hi there,
I'm just not able to create the cookies. I'm using the following command to create the cookie
setcookie("username",session_id());
is something wrong with this command what am i doing wrong?
Please help!!!
Hi there,
My main page consists of 2 frames. In one of the instance i just need to reload the right frame. Is it possible to just reload the right frame?
Following is my frameset definition.
<html>
<head>
<title><?php print $site_title; ?></title>
</head>
<frameset cols="<?php print...
Hi There,
I am using PHP as my Scripting language and Apache as the server.
Basically i have been given an assignment but i am unable to come up with an apt solution for it. Can someone just guide me as to from where should i start.
I have a site wheren in the users logs in and when they do...
I am using PHP as scripting side language. I am pasting my check login code as follows
<?php
if (!$global_user_ID or $global_user_ID == "")
{
echo
(
"<style type=\"text/css\">
.check_login_text {font-family: Verdana, Arial, sans-serif; font-size: 10px...
Hi There!
I have a page which consists 2 framesets. Everytime the page refreshes it checks whether the user is logged in. If the session happens to expire it displays that the user is not logged in currently.
So what i want to do is force the user out from both the framesets and display the...
Thanks for ur reply.
The statement fetches the result i want when i remove the line
"SELECT DISTINCT Parent_Id FROM (" From the above statement.
Thanks a lot.
Hi There!
I have 2 queries, each selecting set of records from different tables.
SELECT Distinct(parent_ID) FROM item_audits WHERE created>=date OR edited>=date
SELECT Distinct(parent_ID) FROM item_responses WHERE created>=date
Now i want to combine the above 2 queries to one query.is it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.