Actual Results
- bradymills
- Forum: Programming / Scripting / Coding Forum
- Topic: Date format Issue
- Subject: Date format Issue
- Replies: 8
- Views: 519
- Subject: Date format Issue
Posted: November 10th, 2006, 12:57 pm
great! Then it's perfect! Thanks to you!
Thank you!
Thank you!
- bradymills
- Forum: Programming / Scripting / Coding Forum
- Topic: Date format Issue
- Subject: Date format Issue
- Replies: 8
- Views: 519
- Subject: Date format Issue
Posted: November 10th, 2006, 6:35 am
Hey Punk,
It works perfectly now!
One last question -- if this information is accessed by someone in a different time zone, will it change the time? I need the date/time to remain static.
Thanks for all of your help.
It works perfectly now!
One last question -- if this information is accessed by someone in a different time zone, will it change the time? I need the date/time to remain static.
Thanks for all of your help.
- bradymills
- Forum: Programming / Scripting / Coding Forum
- Topic: Date format Issue
- Subject: Date format Issue
- Replies: 8
- Views: 519
- Subject: Date format Issue
Posted: November 9th, 2006, 10:46 pm
Hey Punk, Thanks for the reply. I had to get some sleep too, last night. I was getting frustrated with the date issue. Thanks for the info. I had seen the explode function in some other posts, and wondered if that woud help me. I'm going to try that. I'll let you know how it works out. Thanks again!...
- bradymills
- Forum: Programming / Scripting / Coding Forum
- Topic: Date format Issue
- Subject: Date format Issue
- Replies: 8
- Views: 519
- Subject: Date format Issue
Posted: November 9th, 2006, 1:59 am
OK, new question.. so If I were using mktime, I could do it like this? $startjoin = date("M-d-Y", mktime($start)); If so, then I need to completely reconfigure the way in which the variable $start is written. Also, would I then need to change it back to YYYY-MM-DD HH:MM:SS to send to MySQL...
- bradymills
- Forum: Programming / Scripting / Coding Forum
- Topic: Date format Issue
- Subject: Date format Issue
- Replies: 8
- Views: 519
- Subject: Date format Issue
Posted: November 9th, 2006, 1:46 am
Hey Punk, I'm going to visit the site linked in your reply and see what I can come up with. I'll definitely be back if I have probs. Also, thanks for the suggestion. I had never done anything with PHP and MySQL until a few nights ago. I had some extra time and read two full PHP/MySQL books and just ...
- bradymills
- Forum: Programming / Scripting / Coding Forum
- Topic: How do I stop my web forms from being used by advertisers?
- Subject: How do I stop my web forms from being used by advertisers?
- Replies: 9
- Views: 515
Posted: November 9th, 2006, 1:37 am
Hi Meine, I'd go with the image verification. Unless it's an individual posting spam manually on the sites, the spiders using your script couldn't bypass the image verification -- and because they are spiders, not humans -- they can't read the image text... this is much the same as what you see on f...
- bradymills
- Forum: Programming / Scripting / Coding Forum
- Topic: Date format Issue
- Subject: Date format Issue
- Replies: 8
- Views: 519
- Subject: Date format Issue
Posted: November 9th, 2006, 1:21 am
I'm trying to format date and time using PHP to a more human friendly date/time in an email. I have a form, which is submitted, and date is input as YYYY-MM-DD. Time is a separate select box input in format HH:MM:SS I then use PHP to combine these two boxes into a variable. Here's an example -- not ...
- bradymills
- Forum: Website Design Forum
- Topic: Scrollable Divider not working in Safari
- Subject: Scrollable Divider not working in Safari
- Replies: 2
- Views: 1664
Posted: October 20th, 2006, 5:08 pm
I found a solution to this, just thought I'd share -- in case someone else had this problem. I'm still learning lots of stuff -- so a huge knowledge base like this site -- always comes in useful... I simply replaced overflow - x, overflow-y, etc... with overflow: auto; overflow-y: auto; overflow-x: ...
- bradymills
- Forum: Programming / Scripting / Coding Forum
- Topic: Problem with Javascript in Lotus Notes
- Subject: Problem with Javascript in Lotus Notes
- Replies: 0
- Views: 361
Posted: October 20th, 2006, 4:38 pm
I have designed a simple site and it displays properly in all browsers, except Lotus Notes, which gives this error:
I have made modifications to this line, so character is now irrelevant, and I don...
An error has occured in the script on this page. Line: 92 Expected: ')'
- bradymills
- Forum: Website Design Forum
- Topic: Scrollable Divider not working in Safari
- Subject: Scrollable Divider not working in Safari
- Replies: 2
- Views: 1664
Posted: September 28th, 2006, 6:53 pm
Can someone tell me why a scrollable divider isn't working in safari? It works perfectly in IE. Is it not supported? Is there something I can do to force safari to accept it? Thanks, Brady Here's the CSS: [code] #indexcontent { font: 80% bold Times New Roman, Times, serif; text-align: j...
- bradymills
- Forum: Programming / Scripting / Coding Forum
- Topic: Problem with PHP Email
- Subject: Problem with PHP Email
- Replies: 0
- Views: 378
- Subject: Problem with PHP Email
Posted: September 1st, 2006, 1:40 pm
The email from field is not populating correctly in the email. It simply states the web address. I need it to have user's email. Can someone take a look at this code and tell me why? When I reply, it shows up. [php]<?php $EmailFrom = stripslashes($_POST['email']); $EmailTo = "brady@bradymill...
- bradymills
- Forum: Programming / Scripting / Coding Forum
- Topic: PHP Upload Form - trouble with file type .MOV
- Subject: PHP Upload Form - trouble with file type .MOV
- Replies: 0
- Views: 347
Posted: July 17th, 2006, 12:38 am
I have a PHP form for uploading files. It seems to work fine on most file types, but I'm having a problem with .mov files. Can someone help? Following is the code for the form. uploadForm1.php [code]<html> <head> <title># of Files to Upload</title> <meta http-equiv="C...
- bradymills
- Forum: Programming / Scripting / Coding Forum
- Topic: PHP Form Dividers
- Subject: PHP Form Dividers
- Replies: 2
- Views: 315
- Subject: PHP Form Dividers
Posted: June 24th, 2006, 3:10 am
Amazing what a little semi-colon can do.
Thanks so much!
Brady
Thanks so much!
Brady
- bradymills
- Forum: Programming / Scripting / Coding Forum
- Topic: PHP Form Dividers
- Subject: PHP Form Dividers
- Replies: 2
- Views: 315
- Subject: PHP Form Dividers
Posted: June 24th, 2006, 12:27 am
I am trying to make the form easier to read when emailed. I'd like to add some type of dividers between certain sections of the form. I tried adding this code where I wanted the dividers, but it caused a parse error. [code]$Body .= "----------------------------" $Body .= "\n&q...
- bradymills
- Forum: Website Design Forum
- Topic: css illiterate
- Subject: css illiterate
- Replies: 3
- Views: 300
- Subject: css illiterate
Posted: May 28th, 2006, 10:17 pm
I don't know anything about cubecart... so I don't know if you can even edit this page -- or how it's being generated. Maybe someone will have more experience with cubecart than me.

