Search:
Type: Posts; User: mahfooz
Search :
Search took 0.01 seconds.
hi there,
i want to know what is the best way to keep the original record in MySQL database, when some one request to update an existing record or want to delete a record.
how i can keep the...
try printing a string in place of header.
hi,
i am trying to search existing records with a relevance query like match against it works perfectly,
but the problem is if the search sting contains one word its match score is different...
hi,
you need to use htaccess rewrite rules for this
hi how can i generate the following code example from php/mysql result set?
echo json_encode(array(
array(
'title' => "Event1",
hi there i want o split this string into 2 arrays
list[15,18,10,9,8]|new|edit|del|view|password
one array has only ids
and others will have new|edit|del|view|password
like:
HI, is there any way to add unlimited object to attach method of this string?
like if query return 20 rows, i want to attach 20 attachments with this Object reference, is there any way to do so?
...
thank you NogDog.. you r the best ;)
hi there,
i had stored date column in mysql table using php function
strtotime('01/Mar/2012')
strtotime('05/Apr/2012')
strtotime('25/Jun/2012')
strtotime('31/Jun/2012')...
you can use
$("#Div2").load("folder1/file1.php?id=52");
file.php
echo $_GET['id'];
http://anantgarg.com/2009/05/13/gmail-facebook-style-jquery-chat/
$tempFileName = $_FILES['attachFile']['tmp_name'];
$file = fopen($tempFileName, 'r');
$content = fread($file, filesize($tempFileName));
$encryptedContent = base64_encode($content);
you can...
i mean to fetch values from database, like if a popup window has form in it, when i submit the form it save the records in database, and then when i close the popup the div refresh itself and new...
hi,
how i can refresh a div after a specific event, like if i click on a link it opens a popup box(modal window type), and when i close that popup, it will refresh the specific div...
thanks, let me have a look into it...
hi, i want to log all the outgoing phone calls in mysql database with php, so that if a person calls from a specific landline phone numbers, the start time/end time of this call should be...
is it possible to create a map using jquery like this one:
http://www.gethifi.com/tools/sitemap
i mean the linked lines from parent to child.
hi, i have some files in a directory,
us_f_001_a.mp3
us_f_001_b.mp3
us_f_001_c.mp3
us_f_002_a.mp3
us_f_002_b.mp3
hi is it possible to rewrite some pages, while all the existing HTML pages are there, for example
if i have 100 static HTML pages in my website and now i need to add some PHP pages with mod...
hi, i want to match the file name like, i have many files with a format email_firstname_lastname.txt
now i enter the email in input, i need a script that match this input email with the file name...
hi, i have a array
$Pages_Array = array(
"GCSE" => array("Accounting 1","Business Studies 1","Economics 1"),
"A Level" => array("Accounting 2","Business Studies 2"),
"SAT",
"IELTS"
);
hi, anyone know how to test order fulfillment on amazon.com
tks
u can try this
http://remysharp.com/2007/01/20/auto-populating-select-boxes-using-jquery-
ajax/