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....
User Profile
Collapse
-
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 =
-
Aaah, im getting to tired. Don't worry. Solved. Had '&_' instead of '& _'Leave a comment:
-
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
No activity results to display
Show More
Leave a comment: