Configure To Run With The Cold Fusion Standalone Server?
Can I configure PHP to run with the Cold Fusion standalone server? I don't have IIS installed. I'm on windows 2000 pro. I want to run the cold fusion server and be able to execute PHP scripts.
View Complete Forum Thread with Replies
Related Forum Messages:
Cold Fusion To PHP
I've been working with Cold Fusion for a few years now and was wondering if anyone else here has gone through this particular transition or has any advice. I'd love to learn PHP (need some pros and cons) and maybe even convert some of my current online modules. Any advice would be greatly appreciated.
View Replies !
Cold Fusion Vs Php/mysql
well, the topic is pretty much self-explanatory, but still: What is your choice? Combination of php/*sql or coldfusion? Assume we compare just by functions that are common for both of them.
View Replies !
PHP V.s CFML (Cold Fusion)
I was just wondering if PHP was better than Cold Fusion. The reason why I was wondering this, is because, I use Linux and Windows. I code PHP in Linux and Cold Fusion in Windows. You can use do the same things in both, however, you use way less code in Cold Fusion than what you do in PHP.
View Replies !
Configure Server Date To GMT +8.
how can i configure my server date to GMT +8. from my windows desktop i installed apache, php and mysql. i have configured my desktop to my current timezone which is GMT +8 beijing. but once i print the value of date("Ymh - His"); on my PHP it shows the date that is 8 hour behind my current time. do you know where can i configure it? by the way im using XAMMP as my webserver.
View Replies !
How To Configure External Mail Server On Linux In PHP.ini
Is there anyway I can configure PHP email to use external mail server on Linux? I know you can do it on Windows. I did an experience. I updated php.ini showed below. However I could not receive email. myServerAddress does have SMTP mail server running. Any comments? [mail function] ; For Win32 only. ; SMTP = localhost SMTP = myServerAddress smtp_port = 25 ; For Win32 only. ;sendmail_from = me@example.com ; For Unix only. You may supply arguments as well (default: "sendmail -t -i"). sendmail_path = /usr/sbin/sendmail -t -i
View Replies !
Configure My Apache Server To Display Thumbnails Of Images
Is there a way to configure my Apache server to display thumbnails of images when it lists a folder's entries? I have thousands of images which I upload to a folder on the server, but when I want to remotely find a particular image, I have to guess it based on the filename. Can this be done in apache, or is there a simple PHP script that can take the contents of a folder then generate and display thumbnails? I don't want a fancy image gallery. I've had a good look around, but all my searches turn up how to set up image galleries etc. which is not what I want.
View Replies !
Coldf Fusion
i m converting a coldfusion project to php. i have problem.i dont understabd that what r doing Evaluate function in this condition. Evaluate menthod that whats it function? and alternate of this function in php. Code:
View Replies !
Fusion Problem
Does anyone here know about PHP-fusion? Coz I have a slight problem with my site I Have added a new Usergold mod to my site which allows users to gain points by posting and playing games and stuff and it allows me to donate points to other users but when either myself or other users go to donate points to people andwhen we press "Submit" it redirects to another site. I have checked all my setting and everything seems fine i realy dont know!!
View Replies !
Profile Editing In PHP Fusion
I am currently using PHP Fusion as my website's CMS. I love the CMS, but I dislike the few options they give for user profiles (date of birth, email, IM, and location)... I want to add more options to the profile (gender, interests, photo, age and a few other things)... Can anyone guide me in the correct direction to doing this? Also, I currently have a large list of users, and do not want to lose the current user information, so if this can be done without losing the info, that would be great. I am brand new to PHP and MySQL (required for PHP Fusion profiles).
View Replies !
Standalone Problem
I've set up PHP 4 with Apache on an intel/Redhat 6.2 linux box with no network interface. Using URL PHP code with the .php extension works fine, but php code in html documents does nothing. In fact, view source shows the php code on the browser.
View Replies !
Multithreading For Standalone Php
I'm trying to write a mutlithreading server with standalone PHP. Concurrent requests is possible. Normally it is done by handling each socket spawn by serversocket in separate threads. But it seems that there is no thread support in PHP at all. Would anyone give me some suggestions? BTW, is the community considering add thread support to PHP in the future? What is the major difficulty to import an existing thread library (such as pthread library) into PHP
View Replies !
Standalone Program
I'm going to be doing a program for an elderly couple who owns a horse ranch, and wants some software to keep track of all their horses, owners, doctors, etc. I'm going to be writing the program in PHP using a MySQL database. I set up one like this for my work and it runs off of Apache on our server. I need this program to be a stand-alone install, without installing MySQL, PHP, and Apache seperately. How could I go about integrating it all into one package?
View Replies !
Standalone PHP Installation
I have never installed PHP before. It's always been set up for me. I have a client whose site is hosted as a virtual server. I'm trying to set up ecom for him, but the mhash library is not installed. So I use fopen to open a script on my website that hashes the variables. Obviously, this is not ideal because if my site goes down his ecom will too. I asked the tech people at his hosting company to set that up, but they said they don't do custom compilations. "As per compiling PHP with --with-mhash=[DIR] this is how that works: any custom compilations, custom applications, etc. are up to the user to compile and install. Use gcc/etc. to compile PHP with the options that you like. The php.ini in /etc is available for your customization as well. If you compile your own binary of PHP, you can place it where you like (or leave it at the default) and get the paths updated to use it, or you can obviously use it directly if necessary." I was planning on compiling a new, minimalist version of PHP (with just mhash) in a different directory, but I'm hesitant to do it in case I get unexpected results (I don't want to take the rest of his site down). Can anyone tell me if this sounds feasible? What kind of pitfalls can I expect? And can anyone recommend a tutorial? Most of the tutorials I've found assume you have root access and/or are compiling PHP/Apache together. I was also wondering if it would be possible to just compile the mhash library and add it to php.ini? That seems to be the simplest thing, though I don't know if it would work...
View Replies !
Php Install Standalone
I need to install php like standalone. can somebody say me that way to install it like standalone on linux, with support for mysql, apache and oci8?
View Replies !
Standalone Sig Generator
I currently have my sig generator running, the problme Im facing is that it outputs like this http://mysite.com/image.php?sigimage.png I need to have it out put like this -> http://mysite.com/image.png?sigimage.png or something like it because a lot of sites do not allow image.php. Code:
View Replies !
Standalone Apps And Php
I have a project in mind for a library management system which I would like to try building with php/mysql. Are there any Delphi-like IDE apps out there that would do the job? Can the code be compiled into an executable?
View Replies !
Standalone Solution
I was asked to write a database solution for a friend.. it was supposed to do the normal add/retrieve/modify/search functions of a databse. i started with vb6 then decided to use php/sql. I might sound really dumb and ignorant but the question is... if i want to "package" this to him... how can i do this without having to personally go and install a webserver and php and sql and the rest so he can use it just through his web browser? can i use an installer that will allow it to be packaged so after the install he would just have to open the databsae through his browser?
View Replies !
PHP Standalone: Charset Setting
I'm simply using PHP as a programming language, and I just want to print some text information to stdout, but instruction print "é" (é) does not print my "e" with an accent in the shell window: wrong charset. How to set the correct charset?
View Replies !
Standalone DB (like Access) For PHP/Apache
I am in the process of translating an WIndows/ASP/MsSQL Content Managment System (CMS) to Linux/PHP/???. Is there a popular database I can use that will allow standalone files like Access did (which used .MDB files)? In order for the CMS to work, there needs to be a standalone database file that is self-contained, just like Access .mdb files are under Windows. I guess I am asking for an Access equivalent for Linux/Apache.
View Replies !
Standalone Executable File
I downloaded the tarball and while was able to compile within PHP with no problems, I am having memory timeout issues involving image manipulation with extremely large images (800K - 2mb). Requirements are to create thumbnails for even these banner-sized images, but PHP + GD + [huge image] = too much memory. I'm trying to prove that it is undoable, though the suggestion was to do a command-line GD call to the image instead of using the PHP functions to do so to save some memory; if it still times out, then it's undoable altogether. However, I cannot find the standalone executable file that will ensure I can run GD from the command line.
View Replies !
Submit Standalone Programs With Php
I'm building an application which submits scheduled php jobs. The way I would like it to work is to have one php program to submit the other php programs on a scheduled basis. This control program shouldn't have to wait until one job finishes before it can start the next one; instead, it should be able to submit all the jobs in one go, but it also needs to be able to be informed of the return codes of the submitted programs so dependent programs can be submitted too. I've looked at the exec() and system() commands, but they either don't seem to allow return codes to be returned from a submitted program to the submitter program or they unconditionally print anything the submitted programs produce.
View Replies !
Where Can I Find The GD Library Standalone Executable File?
I downloaded the tarball and while was able to compile within PHP with no problems, I am having memory timeout issues involving image manipulation with extremely large images (800K - 2mb). Requirements are to create thumbnails for even these banner-sized images, but PHP + GD + [huge image] = too much memory. I'm trying to prove that it is undoable, though the suggestion was to do a command-line GD call to the image instead of using the PHP functions to do so to save some memory; if it still times out, then it's undoable altogether. However, I cannot find the standalone executable file that will ensure I can run GD from the command line.
View Replies !
Configure Php With Ibm-db2
I am having problems compiling php with the IBM-DB2 extension. The command I use to configure is # ./configure --with-mysql=/srv/mysql/mysql-standard-5.0.24a-linux-i686-glibc23 --with-apxs2=/srv/apache-2058/apache/bin/apxs --with-ibm-db2=/opt/IBM/db2/V8.1 --with-pdo-odbc=ibm-db2,/home/db2inst1/sqllib The error I am getting is configure: error: build test failed. Please check the config.log for details. You need to source your DB2 environment before running PHP configure: # . $IBM_DB2/db2profile
View Replies !
Configure Gd
what changes should be made to create gd library or imagemagick to install in php.ini. Please anybody help me how to configure php.ini or httpd.conf in windows2003 php4.3.2 and apache 2.0 ,Mysql 4x
View Replies !
PHP Configure
I am running PHP 5.2.3 on a WinXP machine with Apache. I have also installed Zend Core to help me in degugging scripts. Zend Core has disabled some extensions like bcmath, gd library. Although I know I can enable them using Zend Core's GUI interface, I want to know where exactly is this configure command stored so that I can work with it directly, in case Core is not installed. Using extension directive, the configure command should be able to tell which extensions are loaded, but it should not tell which are disabled. So, extension is not the solution I believe.
View Replies !
Configure Error
When I do the; ./configure --with-apxs=/usr/local/apache/bin/apxs --with-config-file-path=/etc/httpd --with-mysql --with-system-regex I get this error: "configure: error: Invalid MySql directory - unable to find mysql.h" What do I have to do?? the "mysql.h" file is locatet here: "/usr/local/mysql/include/mysql.h"
View Replies !
Configure Php With Apache
I got a Redhat8.0 server and installed above rpms. Apache is currently working, but the problem is that I can't get it to work with php(it only display php source codes). I already add this line "AddType application/x-httpd-php .php .phtml .php3 .phps" into my httpd.conf, so is there any possibility might cause the problem? I'm thinking it might because libphp4.so, so I try to include this line "LoadModule mod_php4 modules/libphp4.so". But libphp4.so is not in /etc/httpd/modules/, and I found it in /usr/lib/apache . Then I replace the line with correct directory, I got following error: Cannot load /usr/lib/apache/libphp4.so into server: /usr/lib/apache/libphp4.so: undefined symbol: ap_block_alarms
View Replies !
Php 4.4.0 Configure Question?
I download php 4.4.0, there is a configure file, so i ./configure then "make" then "make install". But how can i build the modules for apache and where should i place the module?
View Replies !
Can Any One Tell Me How To Configure Pear In Php
I am having problems installing PEAR. These step i followed 1. Go php>go-pear 2. Double click (system message for me "Are you installing a system-wide pear or a local copy (system local)") i just Enter 3.1-8 option Enter 4.clik to finish But the problem is that when i run this script <?php require_once('DB.php'); // Include the Pear::DB class code $db = DB::connect('mysql://user:pass@localhost/databasename'); if (DB::isError($db)) { die('Unable to connect. '.$db->getMessage ()); } $res = $db->query('select * from Customers'); if (DB::isError($res)) { die('Error fetching a list of customers'); } else { while ($rec = $db->fetchRow($res,DB_FETCHMODE_ASSOC)) { echo "Customer Name: ".$rec[CustomerName]." "; echo "Outstanding Balance: ".$rec [OutstandingBalance]." "; } } echo $db->numRows()." customers found"; ?> out put error Warning: require_once(DB.php) [function.require-once]: failed to open stream: No such file or directory in C:wampwwwphp_resourcephp_bookWrox_bookBP5Files_Updtd_06_01_05 My_workpeartest2.php on line 2 Fatal error: require_once() [function.require]: Failed opening required 'DB.php' (include_path='.;c:wampphppear') in C:wampwwwphp_resourcephp_bookWrox_bookBP5Files_Updtd_06_01_05 My_workpeartest2.php on line 2
View Replies !
Configure Members.txt
I have download phpauth-v1. I manage to set up almost everything accept to login. The read me file says: Create database text file on your webserver. e.g. members.txt 2. Edit phpAuth_config.php to suit your needs. 2.1 Change the database name to the database text file you've created. 2.1 Edit the redirection for login and logout CHMOD your database text file to 666 I have done everything the demo members.txt file was given was like that: admin 9003d1df22eb4d3820015070385194c8 Now in the login page I tried this combinatios but i got error login details. I changed to other username and password but the same result.
View Replies !
Configure My Php.ini File
I'm relatively new to PHP and am trying to configure my php.ini file. I discovered I had to when I tried to connect to a mssql database and had some errors. I went to the php.ini file and edited it (I think I did a little more than was required) but now php files just time out when I try to open them. Maybe someone can just send me a copy of their working file or just enable mssql on theirs (if they dont use it) and send me that. Code:
View Replies !
Configure SOAP
how to congfigure PHP with SOAP. I try to install pear soap but at time of installation it gives error that dependenices not fount and when i run this command pear install -a http://pear.php.net/get/soap-0.8.0.tgz . it runs and downloaded some dependencies but at time of Net_DIME package it terminates and says that this package is not stable so can't install.
View Replies !
Configure Command
how to edit the configure command so that PHP sees the GD library. The library is installed by default but not enabled. The server is Apache 1.3 on Fedora 2 with PHP 4.4.2.
View Replies !
Fedora4 Configure
How does one go about installing the DOM functions starting from the RPM install... The configure commands specifically say that the rpm was built with: '--disable-dom' It however also states it was configured with '-without-mysql', however later on it loads the mysql .so in the php.ini, so I'm assuming i should just be able to load up the dom that way? what do i need to do to actually get the bugger working. I'm assuming I can load the .so somehow If i know what it was I needed to get my hands on. php.net docs don't seem to tell me. It may be that I just missed it though. Where can I find out what needs to be installed where to get these functions working?
View Replies !
How Do I Configure --with-ldap
Ok lets see if I don't have to reinvent the wheel this time. I would like to search Windows 2003 ADS (ldap) to see if users are in groups and based on those groups do tasks. I run; Red Hat AS 3.4 (linux) php 4.3.9 apache 1.3.33 Windows 2003 ADS (ldap) question(s) I noticed I have the following rpm installed : openldap-clients* how do I configure --with-ldap do I have to put =dir which I am not sure where I should point it to. Second some sample code how to connect to ldap and print out the groups and members.
View Replies !
How To Configure Php4.4.0
I hv install php4.4.0 in my windows xp but i duno how to configure it...btw i already configured my apache tomcat 5.5.9 and it runs sucessfully... do i need to install for the IIS?
View Replies !
Configure Cron
I am trying to schedule a php script to run every 3 minutes. When I clicked on cron in my hosting control panel, this screen is shown. Now, I don't know how can I associate a php file with the cron scheduler to run every 3 minutes.
View Replies !
Configure Subversion
I pleased to set up a version controller for my project. So, I have downloaded and the version controller source file and installed in the server. But, unfortunately. I can't see a good tutorial for configuring a repository for my project in LINUX servers.
View Replies !
Configure Php.ini Or Httpd.conf
I am running php and apache on RH7.3, as the default php scripts only execute on /var/www/html. Is there a way to configure php.ini or httpd.conf to execute in /var/www/cgi-bin or /var/www/php-bin?
View Replies !
How To Configure Apache For CURL
I have just bought a new VPS with redhat 10 with apache and other utilities. Every thing upto now is working fine.But cURL has not been configured in this server. I have the WHM access and of cpanel of course. Now i want to configure cURL @ that server.
View Replies !
|