I have a first file one.php as follows <?php session_start(); $_SESSION["real_name"] = "Hermawan Haryanto"; print "<a href='two.php'>Go to this page</a>"; ?> ...
Hi, There is nothing wrong with your code. The problem may be with your browser settings. Check whether you are getting the phpsession id in your browser. If...
Try a <pre> <?php print_r($_SESSION); ?> </pre> (This will list all the session data) Are you able to handle session variables from other php applications? ...
hi Praveen and other phpKeralaUg members, i am a member of phpKeralaUg@yahoogroups.com . i belong to one environmental NGO which tries to establish Indias...
Hai, My aim is user authentication through session variables. But it is not working. I tried many times. Will it be any configuration problem????? Saji Joseph ...
HI, We can use session for user authetication. When we start a session and assign a session variable for eg. session_start(); $_SESSION["real_name"] = ...
Dear Saji, Yes, there is possibility. In php.ini inspect the [Session] section session.save_handler = files session.save_path = /tmp (if you are on windows) ...
Hi, I dont think it is a configuration proble. I u can post the code . I will ckeck it. ... -- Regards Jeevan Tomson ... PicoPeta Simputers Private Limited ...
Hi all I got a problem.In a project im developing the flash appilcation stores the flv files on a flash media server .I need a way to acess this flv files...
Here is the code: loginprocess.php:- <?php include("conn.php"); ?> <?php session_start(); $q1="select appls from users where uname='".$_POST['uname']."' and ...
Are you sure, this folder exists ? session.save_path = "C:Temp" saji joseph mavelil <sajimavelil@...> wrote: Sir, I have pasted my php.ini as you said. ...
Ofcourse. C:\Temp exists and session file is also created inside that. But still not working. Saji. ... __________________________________________________ Do...
[[["In order for the flv files to be placed on your site, once the flv files have been save/uploaded to you account, you will need a third party script (such...
Dear Sir, Here is the phpinfo file. Saji ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam...
Sir, It works perfectly. I have already checked it. But my intention is not working. Saji. ... __________________________________________________ Do You...
Sir, Tried. not working. Saji ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection...
Dear Saji, Have you checked the phpinfo yet? It need to show somthing like, session Session Support enabled Registered save handlers files user Registered ...
Dear najeem this is what im trying to achieve There is a flash application in the site which records videos and audios of users signed up on the site and he...
Dear Abhijith,Nigel here, Have you tried like this? [code] exec("path to converter/flvconverter" "/path/path/file.flv" "path/path/file.mp4") [/code] ...
Hi everybody, Here is a group for programming discussion and job postings etc http://groups.yahoo.com/group/askmeaskme Plesae come and join and share your...
Hi Nigel I know it will work out if the flv file is on the smae server.But we need it stored on the flash media server.This is a project which is expected to...
Hi all Sorry for responding late. I had solved my problem .I mailed the flash media server assitance to change our account to an sftp account,it wont cost any...
Hi, QBurst Technologies located at Trivandrum is looking for PHP experts and a MySQL DBA for a large project. Requirements: PHP - OO concepts, MVC frameworks...