Hi all I'm using php5 with mysql database in linux. I am working on programme where user login required with password. Password is encrypted with MD5. It's...
SPL: PHP POSITION :Sr Project Lead And Jr.PHP Programmer ROLE : lead a team for requirement gathering, design and development; interacting with the client....
Requirement : We currently require senior and middle level PHP Developers who can work independently as well as in a team. Candidates should have good...
Hi all I use php 5 with linux. i'm having a form to create user ids and password. I am planning to allow the user to enter the password contains atleast one...
Hi all , I seen using 'sha' function instead of md5 is better ?? any body have idea??? Shajan Joseph <shajan4@...> wrote: Hi all I use php 5 with linux....
hi, try this code for validate one letter password... <?php $pass = '@'; $regexp = "/[^a-zA-Z0-9\.\-\Ä\ä\Ö\ö\Ü\ü\ ]+$/s"; if (preg_match($regexp, $pass))...
Ref: http://www.pitsolutions.com/index.php? table=History&linkid=47&head=Opportunities Send your resumes to praveen[at]pitsolutions.com if need referal....
[13-Jul-2007] Today it is exactly three years ago since PHP 5 has been released. In those three years it has seen many improvements over PHP 4. PHP 5 is fast,...
I heard about it last week .. a important que. to our group members .. 1) What is the main difference between 4 & 5.. 2) normaly what is the difference between...
Dear all I am displaying a list user names in a multiple combo box. When I submit the page to another page, say page2, I want to capture the values of selected...
Dear Shajan, use array in the id/name declaration. Eg: <select name="lstNames[]" size="5" multiple="multiple"> Here, after POST - you can access the values...
Dear all, I have a problem in PHP session handling. when I open my website in two or more tabs in Firefox, Opera, IE 7.0 or use 'Control+N' in IE 6.0 to open a...
Hi, Actually it is not a 'problem' but a feature of browsers. Not with PHP, all the server side languages (asp.net, etc.) behave like this. The whole browser...
Hi praveen, Thank u for ur reply. But in my local server it creates different session files for each tabs/windows.I checked all the configuration settings in...
Hello all, ... We are on the lookout for freshers or software professionals with 1- year experience for our requirement for Trainee Developers. Applicants...
Ok I got one solution for this problem in php.ini make session.use_cookies = 0 the problem is using session cookies.if we disable it works fine plz tell me is...
session.use_cookies specifies whether the module will use cookies to store the session id on the client side I am still surprised to hear you are successful in...
Yes we can use session cookies to store information. But the browser cookies option must be enabled. Get the values, store in cookies, read from cookies. ...
Sorry guys...., it gives some unexpected results. if there is any in between pages which is not loaded in to the browser then in each page it starts new ...
Mahabaleshwar, It should work. Check here : Cookies in PHP http://www.plus2net.com/php_tutorial/php_cookies.php regards, Arun Vasudevan Mahabaleshwar...
Hi Friends, It worked for me fine. Make sure that register_globals in your php.ini is ON. Try the below codes. First create first.php file and then second.php....
No man, if communication is btween two pages then it works fine, no problem in that. but when there is intermediate page which is not loaded in to the browser...
Hi, Please check your first post. I answered for the first post, i.e., how to pass values between different browser tabs or pages. Now its becoming more...
Hi arun, my need is I want unique sessions for each tabs/windows.Changes made in one tab should not affect another tab.means different users should be able to...