[PHP-DB] Splitting Arrays in Half

2004-12-09 Thread Jacob Hackamack
Hello all, I have the following code and here is my goal: I have an array and right now, as the code stands, I have one column of data on a page. I want it to have 2 colums of data on a page. I have tried this and it just returns blank so I am asking for some help. Thank you in advance and I

[PHP-DB] Correction: [PHP-DB] Splitting Arrays in Half

2004-12-09 Thread Jacob Hackamack
. Hopefully it clairifies some things On 12/9/04 1:28 PM, You, Jacob Hackamack, with the internet address: [EMAIL PROTECTED] wrote: Hello all, I have the following code and here is my goal: I have an array and right now, as the code stands, I have one column of data on a page. I want it to have

[PHP-DB] Question

2004-11-08 Thread Jacob Hackamack
Hello, I am using PostNuke and have decided to create a page for a local basketball team. I have this as the create team function: // /// Create a new Team for the given Tournament /// /// Parameters: /// 'cid' = Tournament ID ///'team' = Team name ///

[PHP-DB] Session Values Change

2004-07-27 Thread Jacob Hackamack
'; echo ' p'.$dataRow[2].'/pbr'; #echo $sql ; } mysql_close ( $conn ); #FORMATTING CODE HERE div id=footer p Other Users: br Jacob Hackamack

[PHP-DB] Quick Question: Line Breaks

2004-01-08 Thread Jacob Hackamack
Hello, I have a couple of quick questions. When I execute this code on my php page (I know that the .PSD image isnĀ¹t web ready, but Safari does what I need it to do :) ) it displays the entire source as one line. Is there anyway to have it be broken. I have read places (internet sites) that

[PHP-DB] BBEdit

2003-11-06 Thread Jacob Hackamack
I use BBEdit on Mac OSX, I know I copied and pasted some things, but I actually wrote all of the lines that you took out, weird. I really have no idea how its screwing up on spaces like that, I wish there was a PHP error checker that actually told you what happens and why. Anyways, the beta of

[PHP-DB] Problem Solved

2003-11-05 Thread Jacob Hackamack
Thanks for your help, I was able to go through line by line and fix what was wrong, I guess a simple rewriting of some code solved it because now its better and faster then before. Thank You all. Jacob