Tournament Brackets (Double Elimination)?
Is making a double elimination tournament style bracket system capable of being done in php?
dynamic table with forms
I have a table that is populated with mysql data and in teh first column there is a raido button tha
Whats wrong with my query?
I am trying to get this query to show the appropriate ticked vehicle roof height, unless no boxs are
SELECT * FROM users WHERE Users are not in Blocked
How do I select all users from users table where there users_id is not stored in the block table
Parse Error
Hi Guys,
I have a function in my class which returns a string link variable. The problem is i
help with image text
Hi ...
see i need the text of the name and number to start in the center and always be in the
Count of reciepients in php mailer
How can i sent a mail to large no of reciepients say 10,00,00 Using PHP MAILER
Really need helps regarding Pagination with Sort
I need someone helps regarding pagination problem...i actually want to make my page limited to let s
mysql_real_escape_string making variable equal nothing
i post a form and i post the variable:
Code: $var = $_POST[variable];then i echo $var its what i
Writing Windows Device Drivers with C
Yes: one of the nice features of C is void*. You can put anything there and get anything out. Very