User Profile

Collapse

Profile Sidebar

Collapse
htdIO
htdIO
Last Activity: Aug 26 '10, 12:27 PM
Joined: May 13 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • htdIO
    replied to Problem with my SESSION
    in PHP
    Thanks for the reply. When I var_dump I get nothing.

    Thats my bad, I forgot I put it there. It was just another way of testing if the variable has been set.

    Lastly, thanks for the advice, will do that. I have decided to rewrite my whole script now. I missed a few important things that will be too hard to add in now....
    See more | Go to post

    Leave a comment:


  • htdIO
    started a topic Problem with my SESSION
    in PHP

    Problem with my SESSION

    Hey guys, i've been working on this for a few hours, so I think it is time I need som fresh eyes. I'm trying to store some variables with by using SESSION. I know it is being stored and that I can retrieve their values from other pages, but I can't from the one. Can somebody maybe just have a quick look at my code snippet and tell me if I'm missing something?

    Code:
    session_start();
    $cat = $_SESSION['cat'];
    $subcat =
    ...
    See more | Go to post

  • htdIO
    replied to Breaking sql into multiple lines
    Aaah, im getting to tired. Don't worry. Solved. Had '&_' instead of '& _'
    See more | Go to post

    Leave a comment:


  • htdIO
    started a topic Breaking sql into multiple lines

    Breaking sql into multiple lines

    Hey guys. I'm doing my neighbor a favor and helping with her home business.

    I'm new to sql and im trying to use a sql statement, but it is to long for one line. I dont know how to break it up into multiple lines without getting a compile error.

    PS. The problem is the select line, it on it's own is too long. Some help would be great!

    Code:
    SELECT [Current Orders].Cust_Order_No, [Current Orders].New, [Current
    ...
    See more | Go to post
No activity results to display
Show More
Working...