Friends, Pls find the PHP Job Vacancy. Login to www.placementindia.com and view the Job no:235721 for more details... Thankyou. Muruganantham 9840526193. *Job...
hi all, i am santhosh from greencross foundation. our site is www.ecosight.org. this site was developed by us. and we are not professional programers, but...
Hi Santosh, I am Saleel Dhavan, a PHP programmer in cochin,currently employed in Vanilla Networks ,Infopark,Kochi. Let me try to help you. Fatal error: Call...
Is it possible to paste the code of that include file here ? Or use the PasteBin (Eg: http://pastebin.ninethsense.com/) and give us the link. We will check and...
Urgent requirement for a deep knowledged PHP developer. First assignment will be abroad. * Smarty * Pear * Frameworks * PECL extensions * Ajax * Lowlevel C...
Hi to all, I am a malayali working with Grmtech (Great Media Technologies Pvt Ltd), Kolkata. Nice to be a part of this community. Do we have a website or a...
Dear Aji, Welcome to PHP Users Group : Kerala. At present we do not have a website or forum. We are searching for sponsers to meet hosting and other expenses....
Dear Praveen and others, Hosting expenses if needed our company can bear, we have over 7 dedicated servers in US which is of a good quality. We have over 10...
Dear Aji, Very happy to hear your words! Here are some of my quick suggestions. 1. We need a Homepage which supports php, mysql and 10 or 20 mb is enough at...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the phpKeralaUg group. File :...
phpKeralaUg@yahoogrou...
Jul 18, 2006 12:30 pm
51
http://www.idealwebtools.com/blog/gov-bannedblogs/ , Government has banned the free portals like blogspot, geocities. Are you able to access it in your place?...
I have a problem with tabed browsing(in FireFox)and when i am in search of a solution for this problem I found following qoutes in the php.net site, FF...
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. ...