Hi !
I have in Unix-system SHTML -document with <!--#exec cgi="/cgi-bin/news/news.cgi"--> command. How can i do that same thing in PHP -document ?
Thx !
Hi !
How can i make advanced search with MySQL ?
If i have in STAFF -table value James Smith, how can i find that if i search using searchword 'Smi' or 'jame' ???
I have now code like this:
$query="SELECT * FROM staff WHERE ID = '$searchword' OR Name = '$searchword' OR Email =...
Hi!
I have JS-code like this:
function makeArray() {
for (i = 0; i<makeArray.arguments.length; i++)
this[i] = makeArray.arguments[i];
}
var SIJAINTI = 0;
var ProductsLinkit = "";
var ProductsLinkit = new...
Hi !<br><br>I have flat database:<br><br><b>100¦Bond¦James<br>101¦Smith¦Jack<br>102¦Black¦Janet</b><br><br>How can i sort this database with Surname or First Name ??<br>I can sort with number <b>sort ( $a cmp $b ) @array</b> but....<br><br><br>Please help !<br><br>Thanx!<br><br>
Hi !<br><br><br>Is there way to modify JPG/GIF -images on-fly with Perl?<br><br>I have image-library and i want to show little trumbnails. How can i make on-fly 600k image to smaller trumbnail-image with perl?
Hi !<br><br><br>I have simple upload script, which transfer image to server. I have noticed that, i can not include any hidden-fields to upload-script....<br><br>Is there way to upload image and add information to <b>data1¦data2¦data3¦data4</b> based database ?????<br><br><br><br><br><br><br>
Hi !<br><br>Is there a very simple way to upload .jpg or .gif images via IE and NS browser to selected directory ???<br><br>...and if is, how can i make that ?<br><br>Please help me !!!
...One question about database (again!!)...<br><br>Andy, your script was great!<br><br>If i use lowercase letters that script does not find uppercase letters.<br><br>Ie.<br><br>James¦Smith¦Somestreet<br><br>If i use keyword "james", nothing found...<br><br>Please help!<br><br>Thanx!
Hi !<br><br>Is there simple way to search from database ?<br><br>This is what my database looks:<br><br><b>1¦data1¦data2¦data3¦data4<br>2¦data1¦data2¦data3¦data4<br>3¦data1¦data2¦data3¦data4</b><br><br>How can i make search-script to that kind database ?<br><br><br><br>
Hi Mike !<br><br><b>$value =~ s/\n/<br>/;</b> works only if you have one 'enter' in your data.<br><br>My situation is this:<br><br>I have textfield and i want replace <b>all</b> %0A with <br>.<br><br><br>When i write to textfield and press enter when i want new paragraph, output...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.