the problem with str_replace
$str="hahahahahahahahahahahahahaha";
$nn=1;
$str=str_replace('ha','MyGod',$str,$nn);
Record count of entire database
Does anyone know if there is a way to obtain the number of records in each table of the database usi
ClientScript.RegisterClientScriptBlock Issue
This is what I haveview plaincopy to clipboardprint?Protected Sub posrback_Click(ByVal sender As Obj
Unable to display contents in Second Drop Down Box
Hi All,
What I am trying to do is 2 dependent drop down boxes and when user selects su
Request for tunning the below query
Hi,
Can any one help me on the below query while improving the performance,
mysqli_fetch_assoc returns multiple arrays, how to return a single array
Hello, I am using mysqli_fetch_assoc which is returning multiple rows, so it looks like:
Code
imap: how to save a copy of sent emails to sent elements
Hello my friends,
I am writing an online emailing application with inbox outbox/sent elements
Disable html within defined tags
I have a mysql database that allows users to enter content with html, but I also want to have a tag
Looping Problem
I've got a client that has a database with about 200 events at any given time. I'm trying to loop t
pspell
using pspell, is it possible to get words that would be best in the current phrase?
For examp