The Most Active and Friendliest
Affiliate Marketing Community Online!

“Adavice”/  “RollerAds”/

Recent content by StevieB

  1. S

    problem with Sessions

    Ah yes, of course, I mised that. Cheers mate, spent ages trying to suss it out. have changed the processing page to ~ for($i = 0; $i <= 2; $i++) { if($result = mysql_query($query)) { while( $row = mysql_fetch_row($result) ) { $output = $row[$i]; $_SESSION ['row '.$i] = $output...
  2. S

    problem with Sessions

    I'm trying to output sessions "row 0" "row 1" etc and all I get is either a blank output or "Array" This was working before I put the loop in. I think there's a problem with ['row '.$i] I've tried $row = "row "; $row = $row.$i - but that doesn't work either. Can anyone see where i'm going...
  3. S

    problem with Sessions

    I'm trying to output sessions "row 0" "row 1" etc and all I get is either a blank output or "Array" This was working before I put the loop in. I think there's a problem with ['row '.$i] I've tried $row = "row "; $row = $row.$i - but that doesn't work either. Can anyone see where...
  4. S

    Complete beginner - Does anyone want to answer my stupid questions?

    Hey thanks for that ;) , but I think I mislead, I don't want to permanently store the info, just hold it for a while, collect some text from the database and substitute the inputted text where HHHH and EEEE appear ~ a friend got me as far as this (then buggered off and i can't contact her)but...
  5. S

    Complete beginner - Does anyone want to answer my stupid questions?

    Hi, Thanks for reading. I'm a complete beginner and really nead some help. I'm trying to develop a brand new website but need help on the php/html/mysql side of things. 1'st stupid question ~ i want to collect customers' text input on a HTML screen and store it to put it into an output from a...
MI
Back