[PHP-DB] Array Pointer

2003-06-04 Thread Ian Fingold
Ok I'm trying to write this function to up date some fields in my database so i'm grabbing some info from a query and throwing it into an array (with mysql_fetch_array). one of the values i'm puting into that array is the table id. I'm then comparing the table id with the value of $i in my loop. N

Re: [PHP-DB] query string

2003-06-03 Thread Ian Fingold
nd fetch the team name > on each page load. Otherwise, they can easily change which team they're > using. > > Ian Fingold wrote: > > >Sorry I don't think I explained very well... heres my situation... > > > >I have a mysql database set up... I have a user

Re: [PHP-DB] query string

2003-06-02 Thread Ian Fingold
d in and his team is called "silly team" the link will look like this fant_stnd3.php?week=1&team=silly team but again, my problem is that it's cutting off the team value when there is a space in the string.. "Gürhan Özen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL

[PHP-DB] query string

2003-06-02 Thread Ian Fingold
I'm trying to build a query string for one of my links.. for example... fant_stnd3.php?week=1&team=fun%20team I need to be able to grab the values of 'week' and 'team' from an array, I can do that no problem, but when the code runs it cuts off the value if there is a space in the string. so instea