Jump to content

wmoussalli

New Members
  • Posts

    6
  • Joined

  • Last visited

    Never

Everything posted by wmoussalli

  1. I need php script that will enable me to scan a url for a specific word, then copy the next word after it to a vaiable... Imagine scanning this sites hompage for totalposts and then grabbing the following number and displaying it on my site... [b]Thanking you for your time....[/b] Wayne [img src=\"style_emoticons/[#EMO_DIR#]/laugh.gif\" style=\"vertical-align:middle\" emoid=\":laugh:\" border=\"0\" alt=\"laugh.gif\" /]
  2. thanks for reply mate, am gonna have a blast think it sound like should do the trick... Will keep posted :-) thanks again... Wayne
  3. sorry dude, yes i am trying to create a loop that will hope fully give the textbox gametag and others a different name everytime its created. Example gametag1, gametag2 etc depending on how many players there are. And then need a statment to store them in mysql in a loop... please help guys...
  4. Hello there, I have been playing around with php for a while now yet i always get stuck with one aspect of code. example used is clan website where am looking to add players stats What i am trying to do is add stats for players on same team, i know how to add the stats on individual basis (1 at time then click an another) but i want to display on same page Imagining that GAMETAG KILLS DEATHS are all textbox's (1st player) GAMETAG KILLS DEATHS (2nd player) GAMETAG KILLS DEATHS (3rd player) GAMETAG KILLS DEATHS (4th player) GAMETAG KILLS DEATHS SUBMIT Does anyone have any ideas, help would b much appreciated... Thanking you for your time Wayne Below is ruffly what am looking for... while ($numberofplayers > '0') { echo"<tr> <td height=\"26\"><input type=text name=\"gametag[$numberofplayers]\" size=30></td> <td><input type=text name=\"kills[$numberofplayers\" size=5></td> <td><input type=text name=\"deaths[$numberofplayers]\"size=5></td> </tr>"; $players--; }
  5. Hello there, I have been playing around with php for a while now yet i always get stuck with one aspect of code. example used is clan website where am looking to add players stats What i am trying to do is add stats for players on same team, i know how to add the stats on individual basis (1 at time then click an another) but i want to display on same page Imagining that GAMETAG KILLS DEATHS are all textbox's (1st player) GAMETAG KILLS DEATHS (2nd player) GAMETAG KILLS DEATHS (3rd player) GAMETAG KILLS DEATHS (4th player) GAMETAG KILLS DEATHS SUBMIT Does anyone have any ideas, help would b much appreciated... Thanking you for your time Wayne Below is ruffly what am looking for... while ($numberofplayers > '0') { echo"<tr> <td height=\"26\"><input type=text name=\"gametag[$numberofplayers]\" size=30></td> <td><input type=text name=\"kills[$numberofplayers\" size=5></td> <td><input type=text name=\"deaths[$numberofplayers]\"size=5></td> </tr>"; $players--; }
×
×
  • 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.