www.webdeveloper.com

Search:

Type: Posts; User: Alidad

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Thread: code in jquery

    by Alidad
    Replies
    3
    Views
    374

    code in jquery

    Hi guys, I"m having trouble to write jquery code, i'm trying to use css images using hover and active but is look like is not going to work when using images, i guess i have to use jquery, what i'm...
  2. Replies
    3
    Views
    709

    yes i have initialized the session, please see...

    yes i have initialized the session, please see the code where i put on the top of same page.


    <?php
    //This page let log in
    include('config.php');
    if(isset($_SESSION['username']))
    {...
  3. Replies
    3
    Views
    709

    Undefined index errors....

    I just learned new errors about the Undefined index but at this time i just can't figure out how to solve this, i got error said

    Notice: Undefined index: userid in C:\VertrigoServ\xxx \login.php...
  4. Replies
    2
    Views
    709

    Undefined index:

    hi, I'm having trouble with code that are works great in online but on my local pc I'm getting errors said

    Undefined index: step in C:\webserver\apache\htdocs\index.php on line 46

    please see...
  5. Replies
    1
    Views
    595

    After email conformation

    Hi, I’m not sure why this not working, I’m trying to create signup form with email confirmation, they are two different table name in mysql one is called temps_users and other use us users.
    When...
  6. Thread: php check box

    by Alidad
    Replies
    0
    Views
    647

    php check box

    hi, Im rookie in php checkbox trying to understand how this works.
    I create five squares boxes and each box has value number 1 to five
    using this code


    <div class="sidebar1">
    <ul...
  7. Replies
    4
    Views
    212

    php mysql insert

    Hi, I'm rookie in php and i tried to figure out myself how to write that code.

    A new member signup as new member and send data value to mysql database name 'temp_member' table aand then admin will...
  8. Thread: num_row errors

    by Alidad
    Replies
    4
    Views
    153

    like this! $sql="SELECT * FROM `members` WHERE...

    like this!

    $sql="SELECT * FROM `members` WHERE username='$myusername' and password='$mypassword'";
    if(!$result) die ('Unable to run query:'.mysql_error());

    but i'm still getting new errors...
  9. Thread: num_row errors

    by Alidad
    Replies
    4
    Views
    153

    num_row errors

    Hi, i need help to solve this case, I'm trying to create login forms, and i got errors it said
    "mysql_num_rows() expects parameter 1 to be resource, boolean given in line 18.

    i can't figure out...
  10. Replies
    1
    Views
    423

    how to write that in css..

    hi, please take look at js code...


    <script type="text/javascript">
    function displayUser()
    {
    document.getElementById("demo").innerHTML=" Your User name: </br> </br> " +...
  11. Replies
    0
    Views
    1,063

    change background images

    hi, guys, please take look the code, what they do is that they load default red images and when select color from menu it will change the color images.

    however, I'm trying to figure out how to...
  12. Replies
    1
    Views
    871

    i have solved it thanks guys. AM

    i have solved it thanks guys.

    AM
  13. Replies
    1
    Views
    871

    change images .....

    Hi guys, I'm still learning javascripts, and i'm having trouble to undersand to solve problme.

    Please see the code, what this telling is that when you select color from drop menu it will show...
  14. Replies
    5
    Views
    1,531

    Guys, i have solved this and thanks for your...

    Guys, i have solved this and thanks for your help.

    AM
  15. Replies
    5
    Views
    1,531

    thank guys for your help, but this not what i'm...

    thank guys for your help, but this not what i'm looking for, what i'm looking for instead of changing the color background, i want to change the images background file name when they select country...
  16. Replies
    5
    Views
    1,531

    change css in javascripts

    hi, I'm new on javascripts trying to learn for myself and for my project that i need your help please.

    i have select drop menu for country with background images of "blue.jpg" that i use css code....
  17. Thread: email link

    by Alidad
    Replies
    0
    Views
    905

    email link

    Hi, does any one know how how to write that code either under js or jquery.

    when person signup in registration form, and they put master email address for email conformation (johndoe@gmail.com),...
  18. Thread: Email....

    by Alidad
    Replies
    1
    Views
    976

    Email....

    Hi, I need help with registration forms. There are two text fields for (email and business website url address).

    when person sign up and put website url address, and the email extension address...
  19. Thread: switch js file

    by Alidad
    Replies
    1
    Views
    774

    switch js file

    hi, I'm new in js and i need help with .js scripts. I have two js file which is called "one.js" and "two.js" "three.js" and my question is that how can i write that code in js to switch js file...
  20. Thread: need help in JS

    by Alidad
    Replies
    1
    Views
    443

    need help in JS

    hi, i need help with JS code for images.

    I have four folders and each folder has one images, let say ( images-one.jpg, images-two.jpg, images-three.jpg, images-four.jpg).

    now,in index.php...
  21. Replies
    6
    Views
    730

    Mitya; hi, thanks for response, let me put...

    Mitya;

    hi, thanks for response, let me put this way, before i use your code to make sure what i look for.

    please go to yahoo.com and go to link where it said setting on top and right.

    where...
  22. Replies
    6
    Views
    730

    View Post

    Var lookForInURL = ‘#1.jpg’
    If (location.href.indexof(lookForInUrL == -1)
    Var imageone = null
    Else
    var imageOn=
    location.href.substr(location.href.indexof(lookForInURL)+lookforInURL.1ength, 1);...
  23. Replies
    6
    Views
    730

    Hi thanks for your response i took your advace...

    Hi thanks for your response i took your advace and i just done with swap images in javascripts and is works great, but i'm trying to figure out how to add write that code with session veriable in...
  24. Replies
    0
    Views
    321

    change images with session

    Hi, i just done with swap images in javascripts and is works great, but i'm trying to figure out how to add write that code with session veriable in php.

    As you can see the code on the bottom...
  25. Replies
    6
    Views
    730

    change images in js

    Hi, this is relate to switch images, let say that i have two php files, and each files has one images called (red-images.png and yellow-images.png).

    I'm trying to create switch program in php...
Results 1 to 25 of 48
Page 1 of 2 1 2
HTML5 Development Center



Recent Articles