I have a table with Information on members of our club like Name, Age, City etc. Then I have a script that displays all the info. I'd like to be able to add each members photo so that it displays as well. Can someone tell me how to do it exactly. I tried php site, mysql site and several...
Hi,
I am in need of someone to write a update script for a non profit online backgammon league I operate. From what I've discovered it would take about an hour to write for someone who knows MYSQL well. If anyone is willing to help me out and want to know more, please let me know here or at...
Division (Assignments Page) People play people in Like Division
1 Match Only http://www.baaclub.com/League/divassignments.php3
This is where the Match results reside. 10 Pts is just an arbitrary number
and is used to denote a single win. So if someone has 20, means they won
2 matches of the...
Hi,
Thanks for the reply.
1st. We have automated sign up in which they submit their player name and a password, email time zone etc. And when people play their matches (online at www.zone.com) they can report them at the league site and the form checks to make sure that the person claiming...
Hi,
I'm looking for some help with a project i'm working on to automate an online backgammon league for our club www.baaclub.com. Along with the help of a friend I was able to pretty much get it all going except for the automation of assignments into Divisions and the rearranging of players in...
Hi, How can I format the Text in this function. For example, I'd like to have the Text Wrap, or at least know how to separate the text on different lines for longer emails. Any other email tips and suggestions would be greatly appreciated. I checked out the php.net site and didn't find it much...
I sort of figured that would be the way to go but the query has me stumped, not sure hwo to write it to draw records beginning with A in one table and Beginning with B in the other
Select * FROM tablename Where ??
I had thought there was a way to draw records that begin with letters, not...
Using PHP/MYSQL, I am trying to display a table with 2 columns.
Names that begin with aaa_ and that begin with bbb_, which are all together in a table field named Names so it'd look like this:
__________________________
aaa_kdjkjf | bbb_ijkjeje |
aaa_terem | bbb_imeeee |
aaa_chack |...
Hmmm, I did as you said, but I still don't get a date value in the database upon form submission :-(
<?php
function user_logout() {
setcookie('user_name','',(time()+2592000),'/','',0);
setcookie('id_hash','',(time()+2592000),'/','',0);
}
include($DOCUMENT_ROOT.'/include/database.php3')...
Yes you are right, I viewed source and <Input type=hidden name=Joined value="August 25th 2000">
And you are also correct that the Joined Field is of Date and is in this format 0000-00-00
I guess this explains why no info is being sent to db. Geeze, I thought this would something...
hmm, I tried it like you suggested, still no date value sent to the database.
Heres the code I'm using now
<?php
$cur_date = date("F dS Y");
function user_logout() {
setcookie('user_name','',(time()+2592000),'/','',0);
setcookie('id_hash','',(time()+2592000),'/','',0);
}...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.