Search:

Type: Posts; User: Jamie_Garland

Page 1 of 13 1 2 3 4

Search: Search took 0.14 seconds.

  1. Replies
    3
    Views
    5,146

    Re: Dropdown Box mysql database

    Hi would you have an example of possible please? .
  2. Replies
    3
    Views
    5,146

    Dropdown Box mysql database

    Hello can anyone help me please i use the following code to display my table in the drop down box when i select a name how can i get it to show the rest of the record for that person?



    ...
  3. Replies
    1
    Views
    1,108

    [RESOLVED] Pagination Help

    Hello,

    I am having problems with my pagination code when i add a WHERE clause in it it wont display any records like the following code


    <?php include('styles/top.php'); ?>



    ...
  4. Replies
    3
    Views
    873

    Re: sql query help

    hello i tried that but its given me an error in the code now

    $sql = "SELECT * FROM orders WHERE username='$_SESSION['username']'";
  5. Replies
    3
    Views
    873

    sql query help

    Hello,

    I use this code to display all my records in my database


    $result = mysql_query("SELECT * FROM customers WHERE late = 'N' ", $sql);

    This is how i diplay the username of the person...
  6. Replies
    2
    Views
    830

    php help with displaying records

    Hello,

    I'm using this code to search records but i havent typed anything in the textbox to search for and its still showing the 2 records how can i get it so it dosent show anything until i click...
  7. Thread: errors

    by Jamie_Garland
    Replies
    1
    Views
    465

    VS 2010 errors

    Hello

    I'm trying to use a local database in vb.net i keep geting this error does anyone know how to fix this please?

    136751136753
  8. Replies
    11
    Views
    929

    VS 2010 Re: MySQL php vb.net 2010 error

    ive been through it all and everything is working the way its ment to but still not showing the records?

    i think it can be this but not sure
  9. Replies
    11
    Views
    929

    VS 2010 Re: MySQL php vb.net 2010 error

    All the vb code seems to be fine as its all running fine must be the php code
    or it could be this as its a name used in vb and keeps changeing it to a capital N instead of a small n
    ...
  10. Replies
    11
    Views
    929

    VS 2010 Re: MySQL php vb.net 2010 error

    Hi,

    Should i be testing every line with the break points?
  11. Replies
    11
    Views
    929

    VS 2010 Re: MySQL php vb.net 2010 error

    Hello,

    Thank you for the reply.

    I tried adding this MsgBox(ex.Message)
    and still dosent show anything no messagebox.

    I also debugged and no errors are showing?
  12. Replies
    11
    Views
    929

    VS 2010 Re: MySQL php vb.net 2010 error

    Sorry about that there is no error it just isn't showing the records at all.
  13. Replies
    11
    Views
    929

    VS 2010 MySQL php vb.net 2010 error

    Hello,

    i'm trying to display my records that have the current date that matches the paydate to show in the listview with there name , number, money and the totals it all up at the label1

    this...
  14. Replies
    0
    Views
    3,741

    php display help

    Hello,

    this is my code below is displays all my records on the page i was wondering if someone can help me please i have a field in mysql called payday it shows the date they are ment to pay me...
  15. Replies
    4
    Views
    424

    VS 2010 Re: Loading access database

    i have attached the zip code

    135395
  16. Replies
    4
    Views
    424

    VS 2010 Re: Loading access database

    i used this to create the record but it seems to not save dosent do anything?

    If TextBox1.Text = "" Then
    MsgBox("Please enter the Book ID!", 0, "")
    Else
    Try
    ...
  17. Replies
    4
    Views
    424

    VS 2010 Loading access database

    Hello,

    Can anyone help me please i'm using this code to load the data in to my list view.


    Sub readDataW()
    ListView1.Columns.Add("CUSTOMER ID", 90, HorizontalAlignment.Center)
    ...
  18. Replies
    1
    Views
    4,015

    [RESOLVED] rows check

    Hello guys

    I was wondering if u can help me please.

    I'm tryin to get this code so it displays no posts at this current time and if there is posts it will display them?.

    Can anyone help...
  19. Replies
    3
    Views
    1,125

    Re: php links help please

    Hello
    Thanks for the quick reply.

    The problem is when I insert the php code in to the div it goes all out of shape etc.

    But if I put it in the div called cat-menu it works fine how can that be...
  20. Replies
    3
    Views
    1,125

    php links help please

    Hello

    im having problems displaying my php code in my nav bar if you look here http://www.mbappz.co.uk the bottom links are messing up how can i fix this please this is the code below its whee is...
  21. Replies
    4
    Views
    878

    Re: php table help

    hi i managed to get this to work but its still showing up strange on the page

    http://www.yansumkune.com/members.php
  22. Replies
    4
    Views
    878

    Re: php table help

    i managed to get it to show along the way the only prob now is that every name is going across the page and off the design you can see it here http://www.yansumkune.com/members.php ?
  23. Replies
    4
    Views
    878

    [RESOLVED] php table help

    Hello,

    Can anyone help me please i got it to show my users like this Mark Mark Mark in my table
    but is there anyway that i can show 5 usernames per table line i use the code below.


    <?php
    ...
  24. Replies
    4
    Views
    1,240

    Re: accessing page

    Hello,
    Thanks that sorted that problem.

    im putting my usernames in to a table now my question is i have them displaying down the page hopw do i get it so they go along the page and not down?

    ...
  25. Replies
    4
    Views
    1,240

    Re: accessing page

    I tried both of them but it still lets everyone see the page?.

    if($user_level != 2)

    that lets people with user level 2 login to view the page but not level 1?
  26. Replies
    4
    Views
    1,240

    [RESOLVED] accessing page

    Hello,

    I use the code below to allow members that have the user level 2 to view the page but is there away so that i can allow people with user level 1 to view the page aswell?





    * <?php
  27. how to logout when browser is closed

    Hello

    Is there anyway to go to logout.php when the browser gets closed?.
  28. Replies
    2
    Views
    2,652

    Re: Updating Records

    Can anyone help please?.
  29. Replies
    2
    Views
    2,652

    Updating Records

    Hello,

    I'm having problems with updating my records when i change from admin to member can anyone help me please this is my admin page code


    <?php
    if (isset($_GET['test']) &&...
  30. Replies
    5
    Views
    2,823

    Re: Display a link if admin

    How would I do that can u provide a sample
  31. Replies
    5
    Views
    2,823

    Re: Display a link if admin

    Hello,

    I got it to show Admin Center now but i cant get it to show different links for user_level 1 and user_level 2?


    <?php

    if ($username){

    echo "<p>Hello, $username | <a...
  32. Replies
    5
    Views
    2,823

    Display a link if admin

    Hello,

    I'm trying to display alink if the person logged in is a user_level 1 if displays admin.php if not them it dosent show i have tryed this code but with not working.

    This is my status.php...
  33. Re: Dont display my logged in username

    Hello,

    I tried this code on the logout page but uit wont change the 1 to a 0?.
  34. [RESOLVED] Dont display my logged in username

    Hello,

    I use this code to display my users


    echo "<b>Select Username</b>";
    $users = mysql_query("SELECT `id`, `username` FROM `users`");
    ...
  35. Replies
    9
    Views
    2,800

    Re: New line

    on my site http://yansumkune.com/ where it says Hello, there should be to returns but it isnt showing like that?
  36. Replies
    9
    Views
    2,800

    Re: New line

    hello,

    where would that go?
  37. Replies
    9
    Views
    2,800

    [RESOLVED] New line

    Hello,

    How do i put my news on a different line im using a text-area and when i put my text on to different lines it still only shows on the main page as one line and not 2 lines?

    ...
  38. Replies
    3
    Views
    1,302

    Re: save current date

    Hello,

    Thanks i got it solved.

    How do i put my news on different link when i press the return button as it stays all on one line at the moment.


    while($output = mysql_fetch_assoc($query))...
  39. Replies
    3
    Views
    1,302

    [RESOLVED] save current date

    Hello,

    Im trying to save the current date but every time i try it it comes back as a jumble text can anyone help me please?


    <?php
    function clear($message)
    {
    ...
  40. Replies
    6
    Views
    1,291

    Re: width and height

    Hello I ment the height to be 160 width 160?
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width