Tournament Brackets (Double Elimination)?
Is making a double elimination tournament style bracket system capable of being done in php?
Menu restriction
How can I restrict the individual menu that would appear when a user logs in so that all users are c
phpmailer class & pop.gmail.com?
Code: <?php
$mail->IsSMTP();
$mail->Host = "pop.gmail.com";
preg_replace question
Hello!!
I hope someone can help me with preg_replace.
I load two tables from an extern
How to search for several parameters from objects in a database?
I have a database with lots of information about objects.
Now I would like to search for 4 or 5 p
New to Arrays
Hi I am new to PHP (a week and a half now) and I am just beginning to read about arrays. I understan
sql error
I have been looking at this code for 20mins and can't work out what I am doing wrong. There is somet
Preventing SQL Injection
I have a question about SQL Injection, In some of our code we use this:
view plaincopy to clipboa
Varible in trigger - refering to correct schema
Hello
Im having some issues with my trigger.
What I want to do is call opon a differ
Multiple Pages
Hi. Im very new to php. I'm trying to create a basic login/registration page.
So I have a bas