How to submit a form to the same page?
I have a table containing information about books in my library and this table has the following col
how to put the 0-100 numbers into 1.txt and 100-200 into 2.txt ?
how to put the 0-100 numbers into 1.txt and 100-200 into 2.txt and so on 200-300 into file 3.txt ?
How to replace search button with link?
hi to everbody.
i have a search submit form and button like this :
<form id="f
bit of help needed
Im about to sort out my registration page for my website by customising a "registration" s
textfield unchanged
hi,
i want my form to know whether its textbox is unchange or not.
if($textbox == 'unchang
php libs/ browsercap.in
ok i have a host that refuses to stay current. they control my php settings and libs. is there a way
the problem with str_replace
$str="hahahahahahahahahahahahahaha";
$nn=1;
$str=str_replace('ha','MyGod',$str,$nn);
Drop Down and text box issue
Is it possible to set a drop down list and text boxes to a certain width?
here is my code
Operating System
How in PHP or other language can I detect Operating system, ie Windows XP Home, Windows 7 Ultimate,
How to copy a part of a vector in a raw memory
Hi,
How can I copy a part of a vector into a memory:
1
2
3
4
5