I'm struggeling with configuring Apache 1.3. I want to set an environment variable and set logfiles to a dynamic name. I rewrite a part of the url, get the prefix (which is the name of the website i want to load) and set the document root with a rewrite rule.
<VirtualHost *>
# Rewrite...
I would like to get the title and description from a wmv file. I can't find any documentation about how it can be done in PHP, or any example scripts.
Does somebody has experience with this, and point me in de right direction or to some documentation?
mcvdmvs
"It never hurts to help"...
Hi all,
I would like to vertically align a div on the page, so it's exactly centered. But I can't get it to work. I don't want to use a table.
vertical-align isn't working either, i guess because the browser don't knows the heigth of the page.
mcvdmvs
"It never hurts to help" -- Eek...
Hi,
I have a table consisting of two columns and one row. In both cells there is a from field. When a user fills in te last field in the last cell i would like to have a pop-up that asks if there must be a new row inserted into the active table. (ofcourse with the two fields again).
I cant...
Im trying to connect with PHP4 to a postgresql database (version 6.3.2). However, i get an error message that the frontend not is supported. So how can i solve this without upgrading the database?
Are there options to send with the pg_connect so that it will work?
Or do i need to install a...
I would like to build an easy FDF document. But i cant find any resources about how the structure of FDF works.
I would like to convert my xml files to fdf to use in interactive pdf forms. mcvdmvs
-- "It never hurts to help" -- Eek the Cat
I have a simple question. Can i check a field in a db with a regular expression?
CREATE TABLE "links" (
"id" int primary key index NOT NULL,
"naam" varchar(32) NOT NULL,
"omschrijving" text NOT NULL,
"url" varchar(128) NOT NULL CHECK...
I have a problem with an applet.
I designed a website with an java applet with a menusystem. On my development server its happy up and running, however when i uploaded the site to the right domain the applet wont load, it just shows a grey field. I guessed i did something wrong with the param...
Hi, i set up a webserver but after using netconf, yeah i know it is bad, LILO wont go, it just stop with LI.
Im using RH 6.2 with 2.2.19.6-2.7 kernel.
Anyone who can help?
mcvdmvs
mick@nederland.net
http://www.wezine.net, http://www.vandermostvanspijk.nl, http://geentijd.nu
knows: html...
Is it possible with CSS to make up attributes, like the title-attribute in an anchor?
possibly give the background another color. Its standard a yellowish kinda color. mcvdmvs
mick@nederland.net
http://www.wezine.net, http://www.vandermostvanspijk.nl, http://geentijd.nu
knows: html...
Hello,
Im running PHP4 and im trying to unserialize a serialize string. The serialize will work, but i cant get it unserialized. It's done with objects, and te unserialized result should be an object. But with print_r($unserialized string) it is empty...
I dunno if it is a bug in php or...
I am trying to check for valid email and url adresses with eregi, but i cant find out what to check: heres my code:
if(!eregi("([a-z0-9])*@([a-z0-9])*(\.[a-z0-9])*", $email))
theres one problem, does it match RFC standard? I tried finding answers on http://www.rfc-editor.org. I think...
Im having a problem with chdir.
This is a piece of my code
in a function a variable of an dir is given: $variable
the variable must be lowercase:
$variable = strtolower($variable);
then i need to go to the dir:
chdir("../../../mod_index/nieuwsbrief/".$variable);
but what i get is...
I am running RH7.0. After installing programs like Netscape 6 and Nmap-fe I get segmentation faults.
Someone told me that this could be memory, but after installing new memory the fault is still there.
So, does anyone know how to solve the problem. They acoure directly when i start a program...
Is it possible to load a ttf on a request so the page is formatted in that particular font. It would help, cause many people dont have the font i want to show on my page.
I know how this is done with the imagecreatefromgif and ttf. But i wonder if i can use ttf's as the font for my pages text...
Well, i guess i have a serious problem.
I have made a collapsable menu, it works fine in netscape 4.74 and Explorer. Yet it doesnt work in NS 6 nor explorer for macintosh.
I used document.all for explorer and document.layers for netscape. I guess there's the problem, but i have no idea.
The...
I have a problem with cookies, im new in baking so please advise.
I want to build an interactive menu, without frames. So far it is collapsable, but when it is collapsed and i select a link the menu is loaded again. I guess the best way to let the menu stayed collapsed is with using cookies.
The...
I am busy building a new router running RedHat 6.2.
I added the gateway with:
route add default gw 192.168.0.100
well, it works for 1 minute and when I type route -n, after about a minute, the route has disappeared.
How can i configure the system so the gw route stays?
<p>MiQ<br><a...
Sometimes I see an image in my adressbar but I can't figure out how it comes there, can someone tell me how to do that?
I guess it's JavaScript but I'm not sure.
Ok, i have a little problem, i wanna change my mouseOver image after 2 seconds. But i cant get it right, i tried this:
function turnOn(imageName)
{
if (document.images)
{
document.images[imageName].src = eval (imageName + 'on.src');
setTimeout("document.images[imageName].src = eval...
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.