Hi venami, Thanks for the reply.I got it solved by removing semicolon at the end of the statement. Thanks.
Hi, I have used the following code to get xml output from mysql. >mysql -u root -X -e "select * from xxx" database_name; But i get the...
Hi venami, I have a question in PHP sessions.Waiting for your reply....
Yes venami.I think you are right.
Hi, How to keep the session alive across browsers?Suppose I have logged in my site using firefox.If I open IE and give my site,it will be...
$SERVER['HTTP_REFERER'] determine where the request is coming from.In the index page I have the demo link.So I checked using http_referer that if...
Hi, I solved it by using http referer. Thanks.
ok.waiting for your code snippet.
Hi, I am using php for setting session variables and javascript for validation and other things.
Can You post a sample code for me.Let me try if that's possible.
If the link is in the index page and if i click the link it should go to demo login.If I directly type the url in the address bar it should not...
Hi, Thanks for your reply.I think it is a complex task.Can't it be done using referral.
Hi, I am developing online payroll accounting software.Anyone pls suggest me a good reference for payroll accounting and also a good database...
Hi, In my site I am having a demo login.I processed all the code in one page.If there is empty session then I use demo login id to login.But I...
Oh ok.Thanks a lot
I think you have to use the xml reader in php.
Hi, I want to give title dynamically for every pages.I have a header.php page where I put the title as follows, <title><?php if (defined...
Hi, I think you have to convert textarea content to html_entity_decode and then insert it into database.
Hi, I have one more doubt.I am saving the value for eg "C++","Javascript" in a cookie.In the cookie it is stored as "C++","Javascript".But If I...
Hi, I have used the below code but it shows invalid quantifier error. <html> <body> <script type="text/javascript"> var str="c++";...
Separate names with a comma.