Register_globals is not a very secure way to get your programs to work on PHP. I would suggest that you don't switch on register globals since that would open...
hi...vinu thank u very much.....now i am clear..in using the...isset..and i have read the infomartion in the links wat u have given....and i tried with some...
Hi Everybody, This is Parshuram K. I am writing a php code for login in linux. I have a C program which does the authentication. The username and password is...
Parshuram, When you're asking for help on debugging your programs, please include the code snippet along in the mail. It's hard to guess what the problem is ...
dear list, i have another problem now. 1. i have index.html page with "add item" button. 2. i use an iframe to load the item detail table within this...
Hello to all, I have one simplet but big problem.I created one big form with ajax validation using php.But now my problem is that if any user disabled...
Only solution is server side validation..... if js is disabled then the do validation in PHP... No other go ... thats the problem with js :( pritesh loke...
Pritesh, 1. We cannot do that, as its part of Browser design to allow or disallow features if an user choses to do so, max what you can do is ask the user to...
google for "Unobtrusive Javascript", also look at jquery. regards, amit. ... Hello to all, I have one simplet but big problem.I created one big form with ajax...
Hi Friends, I have problem regarding url rewriting. Actually i want to change from http://www.abc.com/index.php?cityID=10 to http://www.abc.com/cityName I...
Hi experts, I have to use the preloader image (some loading bar or etc) for my web pages. Can anyone help in this regard? Or else is there any way to do this...
Hi, I have developed an application using PHP where I have to keep on calling pages on web. I use file_get_contents for the purpose but DNS is proving to be...
I'm using WAMP 1.6 for my work..here i want to set tooltip for some highlighted text...anybody have idea to implement this on my work..???????? Shanmuga Raja...
hi all, I need to display system clock in my php based application , can anybody tell me how to get that, I also want to use it in time calculation and all, I...
Hello Friends, I have a form with 10 fields namely Ad type - 3 radio button Property Type-text box State-drop down City-drop down Other city-text box Ad...
hi all.. I want a help to append a .doc file.. when i click on a link, i want to open the specified .doc file from the server & a name to get added to it from...
hi... the text where u have highlighted... use title='tool tip name' in the html tags... vishwanath Shanmuga Raja Jayapal <shanjayraja1981@...> wrote: ...
Hello to all, any body know how to find user webrowser javascript is enabled or disabled ? Thank you. PML ... Ahhh...imagining that irresistible "new car"...
Hello to all, I write on code to display data with paging. Example in my db table containts 10 records then paging look like Pre 1 2 3 4 5 6 7 8 9 10 Next...
Hello Pritesh, Go To Tools Menu-Internet Options-Security-Custom Level-There U may have lot of features Which are enabled and disabled Including javascript...
Hi Pritesh, In php the is one function called get_browser() if you pass user agent it will give you lot of details like browser,OS name and version including...
hai PML create a hidden fidden and give a value to this field by using javascript on the page load or form load chk this value by using php ... From: Pritesh...