331 Posted Topics

Member Avatar for EnderX

I have been requested to create a file which will act like an XML page (expandable tree-like structure). I have been given the following requirements: 1. End user requires that the page be an xml file. No problem there, I know enough (barely) to do that. 2. Request that, if …

Member Avatar for MattEvans
0
117
Member Avatar for EnderX

First, I suspect that this is in the wrong place, but I'm not sure where else to put it. If this post does belong somewhere else, would a moderator please kindly move it to where it should be? Thank you. I'm trying to upgrade from php4 to php5 on a …

0
38
Member Avatar for EnderX

Is there a single RPM file for installing PHP 4 on a system? I found a solution to my updating problems that looks as though it will work, but it requires that php4 be installed on the system before php5 gets installed, and in following the advice of an aquaintance …

0
46
Member Avatar for EnderX

First: If this is in the wrong forum, I apologize. My question is more concerned with figuring out the correct configuration with the Apache2 web server than with anything dealing particularly with PHP. I simply did not see an appropriate forum for this type of topic. If such a forum …

Member Avatar for EnderX
0
87
Member Avatar for EnderX

I'm still trying to install PHP. I used a different set of configuration commands, ones that more closely match the set that the old setup had on it, and I've run into a different problem. It configures, it builds, and then when I try to restart the server I get …

0
49
Member Avatar for EnderX

I've about given up on trying to get my setup to work by poking at it manually. Does anyone know of any PHP5 rpms for SuSE 9.3 that are of later versions of PHP than PHP 5.1.2? That's the latest one I've found searching online. If anyone has any suggestions …

Member Avatar for EnderX
0
101
Member Avatar for happygeek

[quote=autocrat;271582]As for Browser-Wars... I don't think people/Companies should be coding the browsers - only the additional functions/features.[/quote] So...who would code the original browser? The machines themselves? [quote]The core Browser stuff ought to be coded and realeased - at least that way there would be a stable, realiable, cross-system browser and …

Member Avatar for iamthwee
0
328
Member Avatar for EnderX

I have been attempting to upgrade a SuSE 9 linux box from php 4.3.4 to php 5.1.6. I have something working, since I'm able to run my old programs under the new setup, but I'm fairly certain I've done something wrong somewhere; using the phpinfo() command shows that I'm still …

Member Avatar for sn4rf3r
0
132
Member Avatar for The Dude

Not if he heads over into Scotland he doesn't. I saw an article a few months ago on the BBC website about how the Scottish Parliment has passed a law outlawing swords.

Member Avatar for Ancient Dragon
0
102
Member Avatar for Scottg1989

At the moment? Confused. Hopefully that'll change in the near future.

Member Avatar for EnderX
2
122
Member Avatar for EnderX

I'm trying to upgrade from php 4.3.4 to php 5.1.6 on a system running SuSE 9. I [I]thought [/I]I had correctly followed the instructions in the install manual that came with the download, but when I restarted apache2, running the phpinfo() command still shows my system as running 4.3.4. There …

Member Avatar for EnderX
0
93
Member Avatar for EnderX

I've been requested to upgrade php on a number of systems. Currently, they are running version 4.3.4, and the most recent upgrade on the php.net site was version 5.1.6. I've never done this before, and have little clue what I'm supposed to be doing. I'm hoping that once I get …

Member Avatar for Puckdropper
0
104
Member Avatar for EnderX

There's probably a simple solution to this, I simply don't know what it is. I'm working on a php-driven web form, information to be submitted to a database. A number of the fields on the form correspond to [B]not null[/B] areas in the db, so I need to figure out …

Member Avatar for Rhyan
0
101
Member Avatar for EnderX

Is there any way to insert an animated .gif image into a Delphi form? The image component only seems to accept jpeg, bitmap, and icon files, plus a couple I've never seen before, but it's my understanding that none of those can be animated, and what I'd like to do …

Member Avatar for Micheus
0
330
Member Avatar for EnderX

I have two questions, somewhat linked together. I'm trying to create a webform, and for a few pieces of it I'll need to be able to enter descriptions into a field. I've been requested to make the fields in question larger, much like the reply-box field here, so as to …

Member Avatar for SnowDog
0
159
Member Avatar for EnderX

For a program I'm working on, I need to do the following: 1. Starting with a single set of fields in a form, I need to be able to dublicate them (multiple identical form entries) without necessarily knowing how many there will be. I managed to do this, by incrementing …

Member Avatar for sn4rf3r
0
79
Member Avatar for EnderX

I'm trying to figure out how to change the font in part of a large text field in delphi. (At the moment, I'm working with a RichEdit field.) I know it's possible to set the font style for the component, but that changes all the text, which isn't what I'm …

Member Avatar for Lord Soth
0
171
Member Avatar for EnderX

When calling the date function, or referencing database information from a 'date' field, is it possible to specify what format the date will be returned as? Windows has at least seven formats that I know of, two of which (mm/dd/yy and yy/mm/dd) are impossible to tell apart with my current …

Member Avatar for Lord Soth
0
185
Member Avatar for EnderX

First, if this is in the wrong forum, I apologize. I couldn't find one that exactly fit my problem, and this was the closest thing I could come up with. If this is not the correct place for this post, I would respectfully request that a mod move it where …

0
73
Member Avatar for EnderX

Earlier in the day, I was forced to generate a new public key/private key pair for one of the systems I work with, as it appeared to have been hacked into at some point during the night. The system in question was running a process called 'Slony', which is used …

Member Avatar for masijade
0
138
Member Avatar for The Dude

90%. Missed the one about the INS form, and the one about the original states. Does that mean I have to go retake my high school history classes?

Member Avatar for pistolsnipe16
0
173
Member Avatar for UrbanKhoja

Awesome. Both the slang meaning of 'wonderful' and the extended meaning of 'inspiring reverent fear.' (That's what awe really is, after all.)

Member Avatar for ~s.o.s~
0
91
Member Avatar for EnderX

Does anyone know how to change the ownership of a view in a postgres database? I have no clue how to do so, and all of the solutions I've seen so far online don't want to work for me. Thanks in advance, -EnderX

Member Avatar for pty
0
71
Member Avatar for EnderX

I'm trying to run a perl script designed to update the database on a remote server from the copy on our main server. Both dbs are in postgresql and running the slony replication setup. Semi-recently, the server went down on the remote unit and had to be replaced; I was …

Member Avatar for masijade
0
136
Member Avatar for EnderX

Has anyone here ever worked with the Slony database replication system? A while back, one of the (remote) servers we were running this on went down, and the server had to be replaced before we could get the DB back up. I was able to upload the database this morning, …

0
58
Member Avatar for EnderX

I've been requested to update a segment of a database, and given that it's kind of longish, I was looking for some way to directly write the data I've got from a file into the DB. I know it can be done via a third party; I have used Delphi …

Member Avatar for pritaeas
0
126
Member Avatar for EnderX

First: if this is in the wrong place, I apologize. I'm a newcomer to Linux, but I'm trying to learn what I need to in order to correctly use it. I've got a program I need to run multiple times, without my having to do anything. The book on Linux …

Member Avatar for EnderX
0
149
Member Avatar for EnderX

I do not know if this is the right place for this message to go, but there does not appear to be a forum specifically set up for the users of the PostgreSQL database, so this was the best match I could find. Does anyone know what function or functions …

Member Avatar for pty
0
76
Member Avatar for EnderX

I'm currently trying to create a program in delphi to call up a webpage; the page is written in php and records some data about its contents for record-keeping in my system. I'd like to be able to write the program so that when it opens it does the following: …

Member Avatar for EnderX
0
172
Member Avatar for EnderX

Does Delphi have any way to escape symbols embedded in strings? I'm trying to write a database project, and have just run into a rather nasty problem; the db I'm working with, PostgreSQL, refuses to recognize equality to date functions unless the value being tested is contained within a pair …

Member Avatar for EnderX
0
165
Member Avatar for EnderX

I am attempting to track and record information in a specific php file used where I work. The file is not my own work originally; I inherited it from my predecessor in the position. I am somewhat familiar with PHP, but not an expert. Additionally, I am still a newcomer …

Member Avatar for EnderX
0
188

The End.