Check this: Check, Uncheck All Checkboxes
You will all your answers there. There you will find good Js and in PHP when you post checkboxes only those checkboxes who is selected will come in check list array. Name your checkboxs like
<input name="checkList[]" type="checkbox" value="PHP" > PHP
<input name="checkList[]" type="checkbox" value="CSS"...
User Profile
Collapse
-
Just check here: http://satya61229.blogspot.com/2007/...t-list-by.html
and this may also be useful for you: http://satya61229.blogspot.com/2007/...from-list.html...Leave a comment:
-
For you I have written very good unique Id creation code. Just check here:
Web Scripting.
Here you will find a post which is specially written for this kind of unique id.
Bye!...Leave a comment:
-
do your php page use mysql. if yes then check mysql may not be working. and it is halting half way....Leave a comment:
-
Very difficult to get your problem.
But here is the link for paging with comments.
PHP Mysql paging
If you are using data from another page and based on that you are showing paginatin then you need to put input hidden in every page come in pagination. Or check with storing ur data in session....Leave a comment:
-
You got a right reply. You can use ob_start(); at top of the page also.
get more header info here...Leave a comment:
-
Use FCKeditor. Search for that. I think cute editor is also good, if can remembre the name...Leave a comment:
-
What about "Between" in mysql.
..... Between ($value-1) and ($valeu+1)...Leave a comment:
-
Oh! Really.
Very important info for me.
Probabbly it is the host for testing server etc.
I have added ALL:ALL to my hosts.deny and in /log/secure file it show something like this:Code:Mar 30 20:35:28 satya sshd[1731]: Received signal 15; terminating. Mar 31 11:59:00 satya sshd[1735]: Server listening on :: port 22. Mar 31 11:59:00 satya sshd[1735]: error: Bind to port 22 on 0.0.0.0 failed: Address already
Leave a comment:
-
Linux Security: ssh keygen
Someone is accessing my system.
Dump from ~/.ssh/known_hosts
192.168.0.88 ssh-rsa
192.168.0.92 ssh-rsa
192.168.0.101 ssh-rsa
192.168.0.78 ssh-rsa
192.168.0.60 ssh-rsa
192.168.0.91 ssh-rsa
192.168.0.108 ssh-rsa
192.168.0.112 ssh-rsa
192.168.0.246 ssh-rsa
satya ssh-rsa
Is it wrong. My system name is satya. but I come to know that same username can be used.... -
I tried telnet localhost 25 and it printed some messages.
I could not understand/find anything in "message".
When I tried "telnet localhost 23", it looks it is closed.
but in "25", it printed some message and it became ready for accepting input.
and now terminal is not starting....Leave a comment:
-
Log of login and files access on fedora
Hello Linux Guru
I am facing very serious issues of begin spying.
I am sure of that. Idiots are doing that.
But I am not very well in linux, so i cannot get the log of that.
can you tell me how to find trace of file accessed, who is login, who logged when, etc.
How to check telnet. Can I disable telnet on my system, so no one can telnet at my system. Can this will affect login... -
Check on phpclasses.org:
http://www.google.com/search?hl=en&q= shopping+site%3 Aphpclasses.org &btnG=SearchLeave a comment:
-
Operator I know, but next paragraph is useful for me.
I did not get why it is checking. The function was for trimming the space.
Is it anything to do with using the function in prototype....Leave a comment:
-
PHP can directly compare date.
If ($d1 > $d2) .............
if it does not work for you then you can use
strtotime() for each date and compare them using if ().....Leave a comment:
-
I did not get the problem. But here
header('locatio n:full_report_e xporting.php?te st_ru nid='.$test_run ids[$i][0]);
you have space between test_ru and nid. is it ok?
and try using
error_reporting (E_ALL); at top of each page....Leave a comment:
-
[PHP]$_POST['pass'] = md5($_POST['pass']);
if (!get_magic_quo tes_gpc()) {
$_POST['pass'] = addslashes($_PO ST['pass']);[/PHP]
You are adding slashes after using md5. Is it correct?Leave a comment:
-
What will happen if you update a session everytime a page loads.
If that session time and current time differs more than your req. time then logout them and present login page....Leave a comment:
No activity results to display
Show More
Leave a comment: