Jump to content

Okay, I give up. What's the answer?


Moron

Recommended Posts

That is just showing you what my table is structured like. Has nothing to do with the code. DO NOT INCLUDE IT ON YOUR PAGE!!

Well I keep asking how the fields are structured and I get no answer so I set them as varchar for worst case senario.

Ray
Link to comment
Share on other sites

[quote author=craygo link=topic=104649.msg417998#msg417998 date=1155911724]
That is just showing you what my table is structured like. Has nothing to do with the code. DO NOT INCLUDE IT ON YOUR PAGE!!

Well I keep asking how the fields are structured and I get no answer so I set them as varchar for worst case senario.

Ray
[/quote]

I see. Thanks. I first tried it with only the second section and it tossed a syntax error. I'll take another crack at it.
Link to comment
Share on other sites

Really that last post by craygo should work.  No problem.

Ohh sorry about the error I posted originally.

[quote]also this does not look right


Code:
$day=$RESULT['Lmo']."/".$RESULT['Lda']."/".$RESULT['Lda'];
  $day_timestamp=strtotime($day);
shouldn't it be

Code:
  $day=$RESULT['LYR']."/".$RESULT['Lmo']."/".$RESULT['Lda'];
  $day_timestamp=strtotime($day);[/quote]
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.