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...
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
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
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...
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...
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=""...
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
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...
I prefer the hacking style cause it's a pain that it doesn't allow me to open the attach. I will hack all the extensions
Anikin
Hugo Alexandre Dias
Web-Programmer
anikin@anikin-skywalker.com
Better way is comparing in the YMD format (without slashes)
if ($year.$month.$day < date("Ymd")){
$LEAVE = "WAITING";
else $LEAVE = "Not Approved";
Anikin
Hugo Alexandre Dias
Web-Programmer
anikin@anikin-skywalker.com
Hi
I have a problem with my XP Home.
Since i reinstalled my laptop with the rescue disks, it never saved my passwords in IExplorer neither in Outlook, even when i say so save password (in IE), and to save the password in Outlook. This only appens when i close and reopen the outlook, cause if...
It was a late star, but you deserved it.
That didn't solve my stalling problem that i presumed it was from directX, but i was wrong.
Another istallation of my system i must do now.
But, it really uninstalled DirectX 9, and replaced it by the 8.1.
Anikin
Hugo Alexandre Dias
Web-Programmer...
Jamespotter:
Your example is fine, but you should refer the post vars using the $_POST array.
In the new versions of PHP, well since 4.1, PHP is set by default to not convert the form vars to $varname. You should use $_POST["varname"] or $_GET["varname"] (depending of the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.