On Mon, June 19, 2006 10:26 am, Alex Major wrote:
> Hi there.
> I'm working my way through a new script, but I've stumbled into a
> problem.
> Some data that I've set into a session, won't be processed by part of
> my php
> code, but then later on in the page I can get the session value to
> output
Hmpf, well I feel like a real tit now.
I tried all the posted suggestions, and still couldn't figure out why it
wasn't working.
I went back to re-code the whole page from scratch, started off with include
'connection.php', then it hit me...i hadn't included the connection file in
the parent file t
At 12:27 AM +0700 6/20/06, Gmail nya Suprie wrote:
>tedd wrote:
>>Alex Major wrote:
>>
>>>And I'm still not getting the output correctly.
>>>I don't think that the SELECT query is working properly, is there problem
>>>with how I've put:
>>> WHERE user_id = '".$_SESSION['user_id']."'
>>>
Alex Major wrote:
>And I'm still not getting the output correctly.
>I don't think that the SELECT query is working properly, is there problem
>with how I've put:
>WHERE user_id = '".$_SESSION['user_id']."'
Maybe I'm all wet here, but what's the the periods?
Why isn't it:
WHERE user_id
Alex Major wrote:
Thanks for pointing that out, however I've changed the code to:
// Lets see how much the person has at the moment.
$current_resource_query = "SELECT food, wood, stone, gold, population
FROM game_resources WHERE user_id = '".$_SESSION['user_id']."'";
$current_resource_r
Thanks for pointing that out, however I've changed the code to:
Food:
Wood:
Stone:
Gold:
Session user_id is:
And I'm still not getting the output correctly.
I don't think that the SELECT query is working properly, is there problem
with how I've put:
ubject: [PHP] An annoying session problem
Hi there.
I'm working my way through a new script, but I've stumbled into a problem.
Some data that I've set into a session, won't be processed by part of my php
code, but then later on in the page I can get the session value to output.
Al
Hi there.
I'm working my way through a new script, but I've stumbled into a problem.
Some data that I've set into a session, won't be processed by part of my php
code, but then later on in the page I can get the session value to output.
Also, just so that its clear, the mysql code is correct (I ca
8 matches
Mail list logo