Jump to content

phpwonderkid

New Members
  • Posts

    9
  • Joined

  • Last visited

    Never

About phpwonderkid

  • Birthday 08/20/1981

Profile Information

  • Gender
    Male
  • Location
    India

phpwonderkid's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. check what value u r getting in $myFile when u retrieve the record from the database.
  2. after trying this ? echo "Account".$a."<br>"; echo "Password".$b;
  3. yeah you can use Groupby clause in your query something like select * from table where 1 groupby playerid
  4. try this and u will be fine echo "Account: ".$a."<br>"; echo "Password: ". $p;
  5. yeah u can do it i guess u should be having ids for each record....it will be simple Description_id checkbox1_id checkbox2_id checkbox3_id and so on... and about retrieving the value.... just pass the id and u will be knowing the names i.e Description checkbox1.... so having the id it is easy retrieve the value also...hope u got what i am trying to explain
  6. try this <select name="bsc" onchange="window.location=somepage.php?category=aaa&bsc="+this.value;> <option>abcd</option> ........................ ........................ </select>
  7. "When a reply is made, the topic_id is inserted into the Replies table" ---- and u r also checking this condition Replies.posters_name = 'timmy' You mentioned in the previous post that the test DB for replies table is empty so the condition to check for the posters name would fail and the query will be empty.
  8. Also let me know if it is working or not
  9. Try Changing the name of the button...Like something as Submit1 or someother name...It may work
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.