Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: presfox
  • Content: Threads
  • Order by date
  1. presfox

    passing variables to mailto:

    <?echo &quot;<a href=&quot;mailto:$em1&quot;> $id1 </a>&quot;;?> any reason that that gives a parse error?
  2. presfox

    Make a code go on

    Im using a quite complicated script for parsing XML so ill try to explain: Im parsing from an XML file http://www.netclans.com/test.xml As you can see there there are a number of fields. But my script now only parses the first one, as i need to parse them all, The problem here is in the ID...
  3. presfox

    PHP problem with adding to a DB

    Im using the following code: &quot;INSERT INTO attacks ( id, attackerid, attackerstatename, attackertag, defenderid, defenderstatename, defendertag, type, losses, ) VALUES (...
  4. presfox

    Problem with variables

    I have a script wich is parsing info from an XML page and then storing it into the following variables: $regplayers $activeplayers $deadplayers Now if i want to get it into the DB: $query = &quot;INSERT INTO stats ( regplayers, activeplayers, deadplayers ) VALUES ( '$regplayers'...

Part and Inventory Search

Back
Top