Search found 58 matches

Actual Results

Post Posted: November 10th, 2006, 12:57 pm

great! Then it's perfect! Thanks to you!

Thank you!

Post 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.

Post 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!...

Post 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...

Post 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 ...

Post 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...

Post 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 ...

Post 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: ...

Post 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:
Code: [ Download ] [ Select ]
An error has occured in the script on this page. Line: 92 Expected: ')'
I have made modifications to this line, so character is now irrelevant, and I don...

Post 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...

Post 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...

Post 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...

Post Posted: June 24th, 2006, 3:10 am

Amazing what a little semi-colon can do.

Thanks so much!

Brady

Post 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...

Post 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.
  • Sort by
 
 

© Unmelted Enterprises 1998-2009. Driven by phpBB © 2001-2009 phpBB Group.