Search

You searched for the word(s): php
Showing page 49 of 158 (1,571 total posts) < 1 second(s)
  • Re: simplexml_load_file() error in Firefox

    Thanks Adam you are correct.  It turns out my ISP was requiring me to use a .php5 extension for PHP 5 scripts. I had changed the index script but not the included files. I asked my ISP to map .php to PHP 5 and it's now working. Thank You!
    Posted to Cute Editor for PHP (Forum) by patrick.face on July 30, 2007
  • Re: Problem with License - code directory location

     > Are you sure your have exact same copy on two locations?   100% positive.   In fact, I've made another copy, /test2, that is just like the /test, except that it pulls the include_phpuploader.php from the original folder I set up with /examples/phpfileuploader/phpuploader. When I make that change to the include path, ...
    Posted to PHP File Uploader (Forum) by rspurrie on February 26, 2010
  • Clicking on File upload button does nothing

    I'm new to PHP File Uploader and have downloaded the trial to try it out. copied  all files in the archive to a folder called PHPfileuploader.   clicking on the included demo.htm brings up the menu. selecting any of the demos displays the File Upload button and does nothing else.  is there something I'm ...
    Posted to PHP File Uploader (Forum) by pickledham on February 22, 2013
  • Re: Single File Uploads and Save into DB

    Hi,   Please try the way below   <?php require_once "phpuploader/include_phpuploader.php" ?> <?php session_start(); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html ...
    Posted to PHP File Uploader (Forum) by Kenneth on November 20, 2012
  • Re: how to deal with duplicate file name

    Hi acyk, You can custom the file name by method MoveTo, like below. In this example, I add the time belore the file name. <?php require_once ''phpuploader/include_phpuploader.php'' ?> <?php session_start(); ?> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ...
    Posted to PHP File Uploader (Forum) by Kenneth on May 29, 2011
  • Re: problems with deployement

    siwelis: I was trying the demo of this project, yet am having the same problem as this fellow.   Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /phpuploader/include_phpuploader.php on line 198     I've changed  nothing except what was mentioned in the ...
    Posted to PHP File Uploader (Forum) by Adam on February 16, 2010
  • Microsoft JScript runtime error: Object expected , upon local deployment.

    Greetings,   Whenever running any one of the examples locally (running apache, and php 5.x), I get a: Microsoft JScript runtime error: Object expected.   Luckily, I have good debugging capability here, and have been able to pinpoint the problem to the following module:   include_phpuploader.php.   the error occurs as a ...
    Posted to PHP File Uploader (Forum) by pelegr on July 25, 2009
  • Re: CuteEditor via AJAX

    I've tried several different things, even set up a section of code EXACTLY like your code (just in my directory structure) and still receive a: Not Found The requested URL /core/CuteEditor_Files/template.php was not found on this server.   Here's my directory ...
    Posted to Cute Editor for PHP (Forum) by infringer on December 26, 2008
  • Directory Problem

    Hi, I have a pb with when inserting the component with our web application. So The support tells me to create a simple web projet just with this files : I put all the zip package in the root web folder called : CuteEditor. The include file ''include_CuteEditor.php'' is in CuteEditor/CuteEditor_FIles. In a test directory in the root ...
    Posted to Cute Editor for PHP (Forum) by fmourioux on March 27, 2008
  • Re: Click Button to Upload and Nothing :(

    No javascript errors at all.Would rather not share my url :( in my header.php I have the correct line up: require_once ''phpuploader/include_phpuploader.php'';session_start(); the only thing I use different is ob_start(); So looks like this:  require_once ...
    Posted to PHP File Uploader (Forum) by gravy216 on August 31, 2011
« First ... < Previous 47 48 49 50 51 Next > ... Last »