Forum: PHP Feb 23rd, 2009 |
| Replies: 3 Views: 403 I have a PHP (version 5) site on a Windows server that allows uploading of files into our Windows server. I currently allow the user to upload up to 10 files at once. If users upload files as big as... |
Forum: PHP Jan 21st, 2009 |
| Replies: 0 Views: 480 I am using PHP 5.2.5 to insert record into Oracle 9i.
For my database input I was getting two duplicate record inserts when I only needed just one record.
Here is what I had:
... |
Forum: PHP Oct 7th, 2008 |
| Replies: 4 Views: 630 I am thinking of going with ColdFusion Enterprise over my current PHP. We do alot of web apps working with MySQL and Oracle.
I have no problem paying for it compared with free PHP because I hear... |
Forum: PHP Jun 29th, 2008 |
| Replies: 4 Views: 532 I tried translating it to Java and its not working. I am trying (in Java) to take the results and return it as an array, where each field of the row is in an array key.
Please correct my... |
Forum: PHP Jun 29th, 2008 |
| Replies: 4 Views: 532 I am trying to translate the PHP script into Java. If anything please advise what or how this translates?
PHP:
if(isset($_GET['getClientId'])){
$res = mysql_query("select * from tableOne... |
Forum: PHP Apr 10th, 2008 |
| Replies: 2 Views: 591 What advantage does PHP have over Cold Fusion besides being free and Cold Fusion cost money.
I see alot of examples of procedural scripts in PHP whereas Cold Fusion has MVC framework type Fusebox... |
Forum: PHP Mar 2nd, 2008 |
| Replies: 1 Views: 516 I need to do an SSI include in my PHP web page located on a Unix web server, but cant seem to get it to work.
<!--#include virtual="http://anotherServer/thepage.asp" -->
Please advise. |
Forum: PHP Dec 27th, 2007 |
| Replies: 1 Views: 900 I have done a little PHP and end up using Model 1 architecture combining Model, View and Prensentation where it ends up looking like "spaghetti" scripting.
For PHP, how would I use the equivalent... |
Forum: PHP Dec 20th, 2007 |
| Replies: 4 Views: 2,636 I have my PHP inserting into Oracle 9i.
But how do I prevent duplicate record entries?
I only have 3 fields in the insert in the action page and my below attempt doesnt output anything or insert... |