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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by AnakinPt

  1. AnakinPt

    Placing a footer in the footer of the page

    forget it. It was something I had in the container... I solved my problem. Anikin Hugo Alexandre Dias Web-Programmer
  2. AnakinPt

    Placing a footer in the footer of the page

    Hi, I have a website that i need to place the footer after the global div ... under this one. this is a small schema of the page: <body> <div id="global"> <div id="header">{include file="header.tpl"}</div> <div id="left">{include file="leftcol.tpl"}</div> <div id="center">{include...
  3. AnakinPt

    DIV Space

    Thank you for your help. It was a gratefull hint. Anikin Hugo Alexandre Dias Web-Programmer
  4. AnakinPt

    DIV Space

    If you go to the address i provided before, you can see what i need. The div exists to place the shopping cart icon inside the table. Anikin Hugo Alexandre Dias Web-Programmer
  5. AnakinPt

    Shopping cart malfunction?

    Or don't pass. Auto_increment fields don't need to be included in the INSERT command, but you have to place all the field names between table name and the Values tag. Anikin Hugo Alexandre Dias Web-Programmer
  6. AnakinPt

    how to code or include a basic editor for a content management system?

    Check tinyMCE. Anikin Hugo Alexandre Dias Web-Programmer anikin@anikin-skywalker.com
  7. AnakinPt

    DIV Space

    Firefox, FF with IE tab and IE7. None works. Anikin Hugo Alexandre Dias Web-Programmer anikin@anikin-skywalker.com
  8. AnakinPt

    DIV Space

    This doesn't work. I tried this piece of code but appears the blank space (1st table in the right column). <div id="layerIconLoja" style="position:relative; left:152px; top:47px; z-index:1; display:visible; margin:0"><img src="/images/simbolocarrinho.gif"></div> Anikin Hugo Alexandre Dias...
  9. AnakinPt

    DIV Space

    Hi. I have a web site that i'm working on and it is made using tables. I need to place an image inside of the table and i'm using a DIV tag with relative positioning. The problem is that the DIV tag has a blank space that I can't remove placing too much space between tables. You can see the...
  10. AnakinPt

    Don't saves passwords

    It was the reboot. Thanks Anikin Hugo Alexandre Dias Web-Programmer anikin@anikin-skywalker.com
  11. AnakinPt

    Problem with PHP newsletter system

    SELECT B.persoon_id, A.interesse_id FROM personen B JOIN interesse_persoon A on A.persoon_id = B.persoon_id order by b.persoon_id This way you get all the persons and the interests. Then you can do this: // $query="query above"; $res=mysql_query($query); $lastid=""...
  12. AnakinPt

    Don't saves passwords

    Well, that solved the outlook problem. I still remain with the IE password problem. It doesn't saves the passwords. Anikin Hugo Alexandre Dias Web-Programmer anikin@anikin-skywalker.com
  13. AnakinPt

    Don't saves passwords

    Perfect Anikin Hugo Alexandre Dias Web-Programmer anikin@anikin-skywalker.com
  14. AnakinPt

    sending an email

    www.php.net/mail Anikin Hugo Alexandre Dias Web-Programmer anikin@anikin-skywalker.com
  15. AnakinPt

    This is probably easier that it seems...

    Looking for a dummy code i thing you are trying to know the name of the script to see if it is in the set defined by the array. That will never work :) If you are tring to do that, try this piece of code instead: if (in_array(substr($_SERVER["SCRIPT_NAME"],1),$array))){ It's in the array...

Part and Inventory Search

Back
Top