I have a problem where Apache will intermittently display either the directory index, or serve the correct index.html
I open up a new IE browser and go to http://www.mysite.co.uk/
Sometimes I will either get the correct index.html page displayed, sometimes a directory listing is returned.
If...
I have a routine which scans a directory looking for TXT files ready for parsing.
How can I ensure that the files are read in a certain sequence?
If the filenames are generated sequentially:
file1.txt 10:14 21-May
file2.txt 10:17 21-May
file3.txt 10:20 21-May
Then they are read in the...
Two databases Oldnames and Newnames.
I have a table with two columns. What I want to do is to scroll down the list and if I press F1 I want the data in column 1 to be copied to column 2. i.e. the name in Oldnames to be Newnames
....
oColumn := TBColumnNew("Old Name", FieldWBlock("NAME", 2)...
I have a database which lists car manufacturers and their models. How can I retrieve data such that each manufacturer is listed as well as the number of models?
Data
-----
Ford, Taurus
Ford, Escort
Ford, P350
Mitsubishi, Evo-7
Nissan, 350Z
Nissan, Skyline GT-R
Required Report
---------------...
Clipper runs much slower on Pentium systems than on equivalent AMD systems. I believe this is to do with changes to P4's which deprecated the use of 16-bit apps.
Is there a way around this? Is it just a matter of using a better compiler / linker?
In another thread Xharbour is mentioned. Does...
I'm trying to select data from within the last 28 days using PHP.
I don't think I'm getting the right results. This is either due to incorrect select or because of the leap year?
$date28 = date("Y-m-d", strtotime("-28 day"));
Is that correct or is there another way to do it?
I'm trying to compile dbf2mysql 1.14 and I'm getting:
server:/temp/dbf2mysql # make
gcc -O2 -Wall -s -L. -L/usr/lib/mysql -o dbf2mysql dbf2mysql.o -ldbf -lmysqlclient -lm
dbf2mysql.o(.text+0x1046): In function `do_inserts':
: the use of `tempnam' is dangerous, better use `mkstemp'...
Two PC's - A connects to internet via USB broadband, connects to PC B via cross over cable.
PC A has file sharing so that PC can read & write to drives, PC B does not and can not connect to internet.
If I use Automatically Assign IP address on PC A then PC B can write to PC A very quickly. But...
Has anyone tried running clipper on the new Athlon 64 bit chips?
OK, your O/S will still be 32 bit but I was just wondering if Clipper (5.2e), blinker etc. would get confused with such this new hardware technology.
I use 5.2e and link with RTLINK. I also use the XMSDSK ram drive to create a 700Mb ramdrive.
Do I have to use Blinker or will RTLINK work fine?
Has anyone tried XMSDSK on XP?
Is it possible to upgrade 98 to XP or does the disk have to be formatted and a fresh install?
My server is supposed to be a 2Ghz PIV. How can I check this is true and that it is not a 2Ghz Celeron?
I ran phpsysinfo and it identifies:
CPU : 1 GenuineIntel Intel(R) Pentium(R) 4 CPU 2.00GHz 1999 MHz
Cache : 0 KB
I'm sure it also classes Celerons as Pentium(R) 4 but the thing thats...
Is it possible to run two different .php scripts depending on a radio button selection? I don't mean run a script when a radio button changes. When the submit button is pressed, the setting of the radio button determines which file to cal
A simple form with two radio buttons and submit button...
I found a php script which test for open ports on the linux server.
I have found a list stating what each port is used for. What I don't know is:
Which ones are the security risks?
Which opened ports are not needed and should be closed if I am not using those services? e.g. things like...
I'm just skimming some threads about running FP on Linux.
Is it true that FP will run on a Linux webserver? Which version do I need, how much does it cost?
I'm currently using PHP and its limited .dbf functions. Really need some indexing functions.
If there is no version of FP which will run...
I'm more than happy with FP 2.0Dos running on Win 98. It aint broken so I see no need to fix it.
Just wondering what I could be missing out on though.
Is it worth upgrading to say 2.6Dos or a windows version?
Will my prg files need major overhaul?
Will the windows version run faster than the...
I have a form which passes data to a database scanning script. How do I create a 'please wait while the records are retrieved' kind of pre page before the results are displayed?
1. user fills in form presses submit
2. vars passed to database.php
3. database.php displays 'please wait'
4...
I've updated from 4.x to 7.0 and let it convert the profile.
7.0 won't login to retreive mail though. I think its getting confused because there is a / in the email settings for 4.x
This works fine in 4.x:
name: joe
email address: joe@mysite.com
pop3 mail server name: mysite.com
user name...
Is it possible to setup a different icon for each user rather than having to switch identities?
e.g.
I want to set up an icon called Joes Email which when joe clicks it, loads OE with his identity, then another for Jane etc.
Surely there is a command line switch to do this?
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.