User Profile

Collapse

Profile Sidebar

Collapse
Sbudah
Sbudah
Last Activity: Sep 14 '09, 08:43 AM
Joined: Jul 16 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Sbudah
    replied to What is your OS and Python Version
    XP Pro
    Python 2.5
    IDLE (primarily) and Notepad++ (occasionally)

    Thank you very much.
    See more | Go to post

    Leave a comment:


  • Sbudah
    started a topic Preg_Replace AJAX submitted text
    in PHP

    Preg_Replace AJAX submitted text

    Hi All,

    I have relatively moderate experience with PHP but preg_replace is not one of my strong points. I need HELP with the following:

    I have 5 [HTML]<div>[/HTML] tags whose values are sent to a PHP page that creates a textbox with the initial value being whatever was in the posted div (posted using AJAX).

    Part of the innerHTML on the div is the link that activates the ajax function:
    Code:
    ...
    ...
    See more | Go to post

  • Sbudah
    started a topic MySQL Order By biggest/highest number

    MySQL Order By biggest/highest number

    I got my away around this - how do I delete this post?

    Hi all,

    I have a table with values similar to this:
    110
    1000
    9000
    980
    20000
    2668
    2111

    I run a query that sorts this column by DESC values and I get:
    980
    9000
    2668
    2111
    20000
    etc

    What am I doing wrong here? Surely 20000 must come first on the list!?...
    See more | Go to post
    Last edited by Sbudah; Jul 16 '07, 02:17 PM. Reason: FIXED Column type (made it INT) was VARCHAR
No activity results to display
Show More
Working...