Search:
Type: Posts; User: AB83Rules
Search :
Search took 0.01 seconds.
Thanks a bunch nogdog, i thought that was it but second guessed my self, lol.
Thanks again.
I get this error,
and here is the code minus my db query.
Parse error: syntax error, unexpected T_STRING, expecting ']' in /home/content/d/r/a/draftwatchers/html/nflsalaries/player.php on...
Thanks man, You're a life saver, I was racking my brain, thanks a bunch.
Big Ups. :)
got it, i took out the code foreach to the die(); and it works.
Now, for each other rows, I follow the same routine you mapped out so to speak?
same thing happens, should I of taken out the foreach to the die(); code?
ok, still showing just the players stats/measurables, like before.
ok, did that, getting this still as showing up, not and error, but rather info from the db.
id = 65
player = Luck, Andrew
position = QB
college = Stanford
fortytime = 4.8
projected = Top 5...
ok, copied and pasted to notepad.
Whats next?
ok, i get this error.
Parse error: syntax error, unexpected T_WHILE in /home/content/d/r/a/draftwatchers/html/bigboard/index.php on line 150
line 150:
while($row = mysql_fetch_array($result))
Array = 65
Array = Luck, Andrew
Array = QB
Array = Stanford
Array = 4.8
Array = Top 5 Pick
Array = 6'3
Array = 236
Array = 1
Array = 1
I got this,
Array = 65
Array = 65
Array = Luck, Andrew
Array = Luck, Andrew
Array = QB
Array = QB
Array = Stanford
Array = Stanford
and here is the link to my site's page.
http://www.draftwatchers.com/bigboard/?by=overall&order=ASC
ok, i did that, and the numbers are not showing up.
I really hate asking for so much help, im such a noob when it comes to PHP.
oh I even tried putting <tr></tr> around the entire line, from <td>$ovr</td> to the end of the line you provided.
I Tried something like this,
<?php
switch($_GET['by']){
case 'overall';
case 'player':
case 'position':
case 'college':
<?php
switch($_GET['by']){
case 'overall';
case 'player':
case 'position':
case 'college':
case 'height':
case 'weight':
case 'projected':
now last question and Ill be done, lol.
To get the rest of the columns to show up, Ive tried the $ovr wrapped in <td></td>
Is that a bad way to try, cause It isnt showing up.
nvm, figured the t echo error out.
It was missing a ; on a line, thanks a lot buddy. I really do appreciate the help.
I really do appreciate the help, Ive experimented with it over and over thats why I came here, Im friends with Skywalker2208, and he reccomended this site to me.
I am new so to speak, Im good with...
cool, that works, now i dont get the players name showing up, here is the page.
http://draftwatchers.com/bigboard/?by=overall&order=ASC
oh, and this is my echo line.
echo '<td><a href="http://www.draftwatchers.com/2011/' . $id . '-' . str_replace(' ', '-', $player) . '.html">$player</a></td>';
thanks syncup, now my problem is I can't get the players names to show up, and when clicking on whats there, I get a , between the players 1st and last name.
So instead of it being like this,...
I hate asking Simon.
But any idea of how to insert that code iinto the code I displayed in post 1.
I tried taking the code u posted, but got an error, unexpected " expected ; or ,
Im...
hey simon.
What I want to do, is have it so when you rollover a link, like for my prospects pages, its not the whole .php?playerid=1 instead, to be /2011/65-player-name.html
heres my .htaccess....
So, Ive researched and googled and cant find any help.
What I wanna do is have my urls instead of being like this, /articles.php?id=1
instead be this, /news/dw/1-storyname.html
I have the...