User Profile
Collapse
-
thanx kovik -
is it essential to put<?php....?>
inside a<html>...</html>
tagLast edited by Dormilich; Oct 13 '10, 09:47 AM.Leave a comment:
-
-
warning:session_destroy() Trying to destroy uninitialized session
1.session_destr oy() Trying to destroy uninitialized session
2.Cannot modify header information - headers already sent by (output started at C:\xampp\xamppl ite\htdocs\back up\logout.php:3 )
Code:<?php session_destroy(); header( 'Location: http://localhost/backup/login.php'); ?>
can someone explain what is unitialized sessionLast edited by Dormilich; Oct 12 '10, 08:40 AM. Reason: please use [code] [/code] tags when posting code -
-
session management
i have two programmes
FORM.PHP
Code:<?PHP session_start(); ?> <html> <body> <form action="welcome.php" method="post"> firstname: <input type="text" name="fname" /> <input type="submit" /> </form> </body> </html>
Code:<?php
Last edited by Dormilich; Oct 12 '10, 08:43 AM. -
how to create an auto update drop downlist in php
hi,
i am facing a problem while practicing php.
i am working a demo hr management system ....if a new record is added to database then the drop down list to
show employee id will be updated immediately with that id
how to create a dynamic dropdown list for this
thanx in advance -
thanks sir
i got the solution for my question no 1
but as per my second question i want to use that table created by joining of two tables as a sub query
like this
[code]select * from (select e.eid,e.ename,e .dept,a.usernam e from employee as e left join admin as a on a.eid=e.eid) where e.eid=002[\code]
is this a workable codeLeave a comment:
-
a question about sql join
hello sir,
i am a fresh php developer , now i face a problem in sql queries (i only know a little about sql)
my table model is like this
TABLE1 NAME -:EMPLOYEE
ename eid dept
RAM 001 HR
HARI 002 software
TABLE 2 NAME:- ADMIN
username password eid
HR secureyes 001
...
No activity results to display
Show More
Leave a comment: