Search found 6 matches

by invision-killa
Wed Apr 11, 2007 5:35 pm
Forum: PHP - Code
Topic: Db help
Replies: 11
Views: 844

i think so :S lol
by invision-killa
Wed Apr 11, 2007 5:06 pm
Forum: PHP - Code
Topic: Db help
Replies: 11
Views: 844

Jcart | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] is this ...
by invision-killa
Wed Apr 11, 2007 4:45 pm
Forum: PHP - Code
Topic: Db help
Replies: 11
Views: 844

<table width="100%" border="1" bordercolor="#666666" cellspacing="1" cellpadding="0"> <tr> <td width="73%"> <?php $sql = mysql_query("SELECT new FROM pm WHERE user_name = '".$_SESSION['user_name']."'"); $new = false; wh...
by invision-killa
Wed Apr 11, 2007 2:14 pm
Forum: PHP - Code
Topic: Db help
Replies: 11
Views: 844

ok i couldnt really figure out your script so i made alittle of my own now here is what i got index.php <html> <form name="Members" method="post" action="index2.php"> <select name="db" class="input-box"> <option <?php echo $db=='db.php' ? 'selected' ...
by invision-killa
Mon Apr 09, 2007 8:42 pm
Forum: PHP - Code
Topic: Db help
Replies: 11
Views: 844

what do you mean connection class? and see im going to have like index.php which where they will be asked what game they play then when they select what game they play it will take them to index2.php and thats where all the scripts are basicly set at and thats where the database is connected at or w...
by invision-killa
Mon Apr 09, 2007 2:49 pm
Forum: PHP - Code
Topic: Db help
Replies: 11
Views: 844

Db help

Hello Fellow Forum People, I'm kinda new to php/mysql world and well i made my own little site for my clan that i have on 5 different games but i dont want to duplicate the sites 5 different times is there any way i can make it where i could have a drop down menu that will select a database file lik...