www.webdeveloper.com

Search:

Type: Posts; User: mahfooz

Page 1 of 5 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    362

    php/mysql archiving

    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...
  2. try printing a string in place of header.

    try printing a string in place of header.
  3. Replies
    0
    Views
    414

    php mysql relevence search

    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...
  4. Replies
    4
    Views
    1,288

    hi, you need to use htaccess rewrite rules for...

    hi,

    you need to use htaccess rewrite rules for this
  5. Replies
    2
    Views
    532

    json encode data

    hi how can i generate the following code example from php/mysql result set?





    echo json_encode(array(

    array(
    'title' => "Event1",
  6. Replies
    1
    Views
    456

    string to array

    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:
  7. Replies
    2
    Views
    71

    it works, thanks

    it works, thanks
  8. Replies
    2
    Views
    71

    [RESOLVED] Php oop

    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?
    ...
  9. Replies
    2
    Views
    506

    thank you NogDog.. you r the best ;)

    thank you NogDog.. you r the best ;)
  10. Replies
    2
    Views
    506

    [RESOLVED] php mysql get record by months

    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')...
  11. Replies
    2
    Views
    631

    you can use ...

    you can use


    $("#Div2").load("folder1/file1.php?id=52");

    file.php


    echo $_GET['id'];
  12. http://anantgarg.com/2009/05/13/gmail-facebook-sty...

    http://anantgarg.com/2009/05/13/gmail-facebook-style-jquery-chat/
  13. Replies
    5
    Views
    754

    $tempFileName =...

    $tempFileName = $_FILES['attachFile']['tmp_name'];
    $file = fopen($tempFileName, 'r');
    $content = fread($file, filesize($tempFileName));
    $encryptedContent = base64_encode($content);


    you can...
  14. Replies
    3
    Views
    514

    i mean to fetch values from database, like if a...

    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...
  15. Replies
    3
    Views
    514

    php/ajax/jquery

    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...
  16. Replies
    3
    Views
    500

    thanks, let me have a look into it...

    thanks, let me have a look into it...
  17. Replies
    3
    Views
    500

    loggin phone calls to database

    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...
  18. Replies
    0
    Views
    611

    sitemap with JQuery

    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.
  19. Replies
    2
    Views
    552

    thanks, it works

    thanks, it works
  20. Replies
    2
    Views
    552

    [RESOLVED] sort files

    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
  21. Replies
    0
    Views
    513

    htaccess rewrite question

    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...
  22. Replies
    1
    Views
    501

    match file name

    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...
  23. Replies
    2
    Views
    737

    array to php file

    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"
    );
  24. Replies
    0
    Views
    724

    amazon sandbox account

    hi, anyone know how to test order fulfillment on amazon.com

    tks
  25. Thread: Search

    by mahfooz
    Replies
    1
    Views
    609

    u can try this ...

    u can try this

    http://remysharp.com/2007/01/20/auto-populating-select-boxes-using-jquery-
    ajax/
Results 1 to 25 of 120
Page 1 of 5 1 2 3 4
HTML5 Development Center



Recent Articles