Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #3K
~3K People Reached
Interests
Running, Creating, Enjoying my family
PC Specs
iMac 27" Late 2013, OS 10.10 (Yosemite)
Favorite Forums

6 Posted Topics

Member Avatar for jkaye

I have racked my brain and can't find the error for the incorrect SQL syntax. I basically have a form with a bunch of fields. Some of them are checkboxes (single instance check boxes) and I think that's where the code is breaking, but values of the checkboxes are 'Yes' …

Member Avatar for jkaye
0
295
Member Avatar for gchurch

I don't think so. Just from using it enough, I believe it takes the format from the date(), so a variable would do nothing. If you want to print a date with your variables, I would suggest doing something such as this: [code] echo ''.$month.'/'.$date.'/'.$year.''; [/code]

Member Avatar for gchurch
0
114
Member Avatar for jkaye

Hi All, The basis of this project is that I have an album of pictures, where you can add and delete pictures. What I wanted to do, was when you delete a picture, have the rest of the pictures move down to fill in the gap. The database is set …

Member Avatar for vibhaJ
0
109
Member Avatar for lwaterfo

You have a submit.php page (or whatever you want to call it) with the code to send the email. You need to post the variables from your form. Create a subject variable with your subject in it. Create a message variable with your message in it. Then you add the …

Member Avatar for lwaterfo
0
171
Member Avatar for jkaye

I'm trying to write this query, but I don't know how to go about it. Say you have a table with a bunch of listings, with multiple listings per company. You have a status field in the table that is either complete or active. What I want to do is …

Member Avatar for ﻼim
0
170
Member Avatar for jkaye

I have done this before, but for some reason it doesn't want to work with my if statements...it keeps submitting the form when nothing is filled out. It's the validation for an html form, and there are checkboxes that display certain parts of the form. If a checkbox is checked, …

Member Avatar for Taywin
0
2K

The End.