Programming Languages (22694)
Scripts (9280)
Networking (2571)
Microsoft Related (21566)
Databases (16615)
Operating Systems (12022)
Testing (17995)
Servers (1375)
MainFrame (6620)
Java Related (15396)
Middleware (526)
Web Related (7038)
Data Warehouse (8975)
HR Questions (2698)
Software Design (1923)
Debugging (73)
Version Control (464)
Editors (229)
Telecom (1164)
ERP CRM (26424)
Embedded Systems (1221)
Client Server (333)
Artificial Intelligence (3276)
Cryptography (718)
EAI (466)
Multimedia (674)
Software Development Life Cycle (303)
Image Processing (170)
Mobile OS (3116)
Security (125)
Big Data (4325)
Cloud Computing (1790)
Automation (2674)
Internet of Things (IoT) (299)
Apache Related (370)
Frameworks Tools (1329)
Oracle Related (0) Dear all, I am Daya Dubey I have passed graduate & After i have complited Hardware & Networking From CMS inst Delhi, right now i m working with CMS Computers as a Network engineer aprox 1 year but till now no encriment my career So i wat to update acording to demands in future requirement plz get me knowldge which course or Digree are good for me Plz send details as soon as possible Regards with Daya Dubey
5 6419i start a new session with : session_start(); then i set some session variable like this : $_SESSION['name']=$_POST['name'];\ and some another variables. at bottom of page i set header to diffrent page : header('location: index.php'); exit(); now in new page (index.php i can't access to my session variables, like $_SESSION['name']) what's wrong ? thanks. here is my files : a.php ======================================== session_start(); require ('config.inc.php'); if(isset($_POST)) foreach($_POST as $v=>$k) { $items[$v]=$k; } $sql="SELECT * FROM members WHERE username='{$items['user']}' AND pass=MD5('{$items['Password']}') "; $res=mysql_query($sql); $row=mysql_fetch_assoc($res); if($row['username']) { $_SESSION['type']=$row['type']; $_SESSION['name']=$row['name']; $_SESSION['family']=$row['family']; $_SESSION['username']=$row['username']; $_SESSION['date']=$row['date']; } header('location: admin.php'); exit(); ====================================== admin.php ===================================== . . . =================================
5 7580How to disable the mod_perl from apache_server as i have used perlfect search on the site and its pagination is not working and the remedy is to disable the mod_perl.
2232I have the transaction name for cics screen.. With the transaction name, how will I find the cics program written for the transaction and BMS map program also...
CGI,
4 16325Write the program numbers into words.For example 2345==two thousand three hundred fourty five
TCS,
2 84295 rows are inserted to a DB2 Table. Next 3 of those are updated, then a rollback is issued. What would happen when the rollback is issued?
2 6244which are the institutes in mumbai for CCNA training & how much is the cost of teaching and the exam fees?
2283Every time i run a c-code in editor, getting some runtime error and editor is disposing, even after reinstalling the software what may be the problem?
2 4474
Explain the change in outlook client connection behaviour when compared with exchange 2010?
Tell me which property of the webmethod attribute allows you to maintain the state of objects across sessions in a web method?
I m new to the dbms. Recently i came across words clustered indexes & nonclustered indexes but i dont know what is this all about & whats the difference between them.. So please help me!!!!!!!!
praagnovation
What are the different types of the variable in the sap abap?
What is transaction server auto commit?
Can't one material be assigned to more than one operation in a routing, why?
How to reduce image resolution in C#?
Explain oops concepts in detail?
What is html and its functions?
Why python has no private?
Write a program to reverse a linked list in c.
What is the advantage of html5 semantic tags?
How many ways is to parameterize the value?
What is the difference between delay and wait command in automation anywhere?