www.webdeveloper.com

Search:

Type: Posts; User: Supplement

Page 1 of 15 1 2 3 4

Search: Search took 0.03 seconds.

  1. Unknown column '' in 'where clause' No problem. We won't show you that ad again. Why

    know the column npi exists so I'm not sure why i'm getting this error; I've read a few other threads on here but nothing is working for me. In my where clause, i've tried backticks and single quotes...
  2. I can't get my else statement to work.. i know i have a syntax error as well..

    If there is no image it returns No Rx on File, this works fine. If there is an image it returns Rx Requires Validation in a blue link. When an image is uploaded it's a 0, when it's selected as active...
  3. Replies
    1
    Views
    266

    .htaccess redirect

    I would like to redirect all my wordpress pages to a single html page... any idea on how to do this?


    Thanks in advance.
  4. Should i Use : $url = urldecode($url); and if...

    Should i Use : $url = urldecode($url);

    and if so how do i use that in the array?
  5. awesome guys! I figured it out and my url looks...

    awesome guys! I figured it out and my url looks like so:

    &cellphone=%28444%29444-4444

    How do i strip the percentage signs and the array value 28 and 29?


    Here's my array:
  6. So would foo be cellphone as thats the sql field...

    So would foo be cellphone as thats the sql field name?
  7. How do you save it as a Session variable?

    How do you save it as a Session variable?
  8. Thanks for all the replys, more examples will...

    Thanks for all the replys, more examples will help me tremendously too! Happy new years guys!
  9. View Post

    fields are active and editable. the data that resides in the fields right now are names and addresses and phone numbers...

    the input field for cellphone is CELLPHONE.

    cellnumber is returning a...
  10. Replies
    2
    Views
    383

    file_get_contents

    I'm trying to extract content within a particular div, that div is called : <div id="info">needthis content</div>

    and perhaps another div called: <div class="fap-results" id="person-results">need...
  11. Replies
    0
    Views
    157

    .live() jQuery question

    If i have another page that I want to use these events... how do i change this script into a .live script??


    $(document).ready(function(){
    $('#number').bind('keyup change focus',...
  12. Replies
    4
    Views
    220

    Thanks Nogdog!!!

    Another question... it's a mix of jquery and php strings..

    I have 5 sql tables that i'm displaying results from, I've written a jquery statement that calls out the div parent and first children...
  13. Replies
    4
    Views
    220

    the result is not a number it's a string... this...

    the result is not a number it's a string... this finally worked for me... plus i had a syntax error i didn't see...




    $_GET["DEANUMBER"]; if (!$_GET['DEANUMBER'])
    {
    echo "must have dea...
  14. Replies
    4
    Views
    220

    View Post

    <?php $_GET["DEANUMBER"]; if ($_GET['DEANUMBER <= 0']) {
    echo "must have dea number";}

    elseif ($_GET['DEANUMBER > 0']) {
    echo "all is good";
    }
    ?>


    couldn't get this to work...
  15. Replies
    4
    Views
    220

    get data from a form

    if a client form is filled out but there EEE is not filled out and i visit there page... how can i write a variable that says ... check the field 'EEENUMBER' in the input and if it's blank than echo...
  16. Replies
    8
    Views
    140

    I'm still interested in figuring out the other...

    I'm still interested in figuring out the other way you suggested Javaboey..

    If i created a variable..

    var editsMade;

    function myFunction(editsMade)
    {
    this is where i'm confused as to what...
  17. Replies
    8
    Views
    140

    This fixed my problem. ...

    This fixed my problem.




    $(document).ready(function(){


    $("input[type='text'], select, textarea").change(function() < this line fixed me
  18. Replies
    8
    Views
    140

    it's confusing because i'm using these custom php...

    it's confusing because i'm using these custom php tbox's (textboxs)..

    i'm struggling here.
  19. Replies
    8
    Views
    140

    thanks for the tips.. i'm working on it still.

    thanks for the tips.. i'm working on it still.
  20. Replies
    8
    Views
    140

    You make it sound super easy.. could you...

    You make it sound super easy.. could you elaborate more please.
  21. Replies
    8
    Views
    140

    up!

    up!
  22. Replies
    8
    Views
    140

    class selectors

    I'm using onbeforeload to make sure users don't navigate away from the page without saving. Although I want it to trigger the event only if they have clicked in and input box (tbox). Here's my code....
  23. Replies
    0
    Views
    288

    left outer join in openquery

    How would i left outer join users onto comprofiler?

    Select *

    from openquery(AccS_TRAINER, 'select id, firstname, lastname, address, city, state, zipcode, cb_phone, cb_cellphone from...
  24. Thread: sql error

    by Supplement
    Replies
    2
    Views
    294

    thanks for chiming in though.. i'll see what i...

    thanks for chiming in though.. i'll see what i can figure out by morning time.. but if you happen to have any more ideas.. please share a good work around this
  25. ; ]

    oh and try googling this... "Michelle Tehrani San Diego Artist"
Results 1 to 25 of 374
Page 1 of 15 1 2 3 4
HTML5 Development Center



Recent Articles