Forum: PHP Jan 8th, 2008 |
| Replies: 13 Views: 1,980 You're actually getting the HTML code to produce a result, right? I tried copying your code into a file of my own and built a microsized database to go with it, but I can't get the HTML tags to... |
Forum: PHP Jan 8th, 2008 |
| Replies: 13 Views: 1,980 Are you getting some kind of error, or is it simply not updating the information in the database? |
Forum: PHP Jan 8th, 2008 |
| Replies: 1 Views: 1,694 I've been requested to write a PHP-driven database report by my boss. The reports will be located on our servers, where PHP is installed. However, the DBs that I'm supposed to read from are going... |
Forum: PHP Oct 2nd, 2007 |
| Replies: 1 Views: 449 Please ignore, problem solved. |
Forum: PHP Oct 2nd, 2007 |
| Replies: 1 Views: 449 I have a php report page I'm working on that's giving me some problems. It's designed to be used on multiple systems; as far as I know, all of these systems are identical. On the system I did... |
Forum: PHP Aug 3rd, 2007 |
| Replies: 2 Views: 4,059 I'm working on a php-built report that's supposed to be printed out. It may be used on IE, it may be used on Firefox, I'm not sure which and have no control over the issue. Differences in the... |
Forum: PHP Feb 19th, 2007 |
| Replies: 3 Views: 2,822 Does anyone know what the names of the library files are likely to be? I'm not sure what to look for, and I'm not sure what path the original PHP4 system was using; it would be nice if I had some... |
Forum: PHP Feb 16th, 2007 |
| Replies: 3 Views: 2,822 I am currently responsible for a set of server units. Recently, the group of users working with one of these units informed me that they were having problems with a php-based report generating... |
Forum: PHP Feb 1st, 2007 |
| Replies: 2 Views: 1,498 I know, I know, one of the big advantages of PHP is that the variables in PHP don't take typecasting but instead any variable can hold any data. Thing is, for something I'm trying right now I need... |
Forum: PHP Nov 10th, 2006 |
| Replies: 0 Views: 1,377 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? ... |
Forum: PHP Nov 8th, 2006 |
| Replies: 0 Views: 1,050 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... |
Forum: PHP Nov 8th, 2006 |
| Replies: 3 Views: 2,131 Does this help any? I mucked with the system a bit yesterday, and tried a reconfigure using the original set of instructions. Still no luck getting everything to run; I can see phpinfo or echo... |
Forum: PHP Nov 7th, 2006 |
| Replies: 0 Views: 1,356 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... |
Forum: PHP Nov 7th, 2006 |
| Replies: 2 Views: 3,699 I have been trying to install 5.1.6 from the source. I've obviously messed up somewhere, because my results don't work.
The phpinfo() command works. If necessary, I'll post the appropriate... |
Forum: PHP Nov 6th, 2006 |
| Replies: 2 Views: 3,699 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... |
Forum: PHP Nov 6th, 2006 |
| Replies: 3 Views: 2,131 A much more knowledgeable aquaintence recommended that I use the command 'rpm -e apache2-mod_php4' to remove the old setup. I did so. Now, however, either php or apache2 one seems to have been... |
Forum: PHP Nov 6th, 2006 |
| Replies: 3 Views: 2,131 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... |
Forum: PHP Nov 3rd, 2006 |
| Replies: 3 Views: 1,467 I thought so, but at this point I'm not sure I updated the right files. What file exactly should I be updating? It'd be nice to know what I'm looking for. |
Forum: PHP Nov 2nd, 2006 |
| Replies: 3 Views: 1,467 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... |
Forum: PHP Nov 1st, 2006 |
| Replies: 3 Views: 1,730 Okay, new question now. I didn't realize at first that I needed to move the new php.ini file in. (Yeah, I know, I'm an idiot.) After I did so, though, I ran into a new problem. Moved ini,... |
Forum: PHP Oct 31st, 2006 |
| Replies: 3 Views: 1,730 Which files needed to be moved? Most of what I was able to make out from the instructions in the 'INSTALL' document were requirements to edit previously existing files. How badly have I mucked this... |
Forum: PHP Oct 31st, 2006 |
| Replies: 3 Views: 1,730 I'm trying to upgrade from php 4.3.4 to php 5.1.6 on a system running SuSE 9. I thought I had correctly followed the instructions in the install manual that came with the download, but when I... |
Forum: PHP Oct 30th, 2006 |
| Replies: 3 Views: 1,692 Thank you for your assistance.
I am now trying to follow up the last instructions in the Install directions that came with the php download. Instruction 15 involves telling apache what files to... |
Forum: PHP Oct 27th, 2006 |
| Replies: 3 Views: 1,692 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,... |
Forum: PHP Oct 26th, 2006 |
| Replies: 3 Views: 1,857 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... |
Forum: PHP Oct 18th, 2006 |
| Replies: 1 Views: 1,435 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... |
Forum: PHP Aug 31st, 2006 |
| Replies: 5 Views: 5,895 Never mind, I found a workaround. I was able to modify an older perl script to send out the message for me, and I never had any problem writing the php-driven data to a file, simply to the mail... |
Forum: PHP Aug 30th, 2006 |
| Replies: 5 Views: 5,895 Running on Unix, so the windows-based code didn't help much. I tried to id the location of our sendmail program, since it's mentioned in the commented out stuff, but no such luck; still didn't want... |
Forum: PHP Aug 28th, 2006 |
| Replies: 5 Views: 5,895 Thank you for your advice. I'll look into that. I suspect it's not the spam filters, though; I've tried sending to both my work account and my personal account and neither one got through.
What... |
Forum: PHP Aug 28th, 2006 |
| Replies: 5 Views: 5,895 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... |