Summary: Hi, I’m creating some graphics from data obtained from MySQL in form of arrays which are passed to jpgraph, the issue here is that I trying to creat...
Summary: MySQL is a simple install... so you can grab a copy and just run the setup Download Apache 2.0... To make your Apache web server recognize PHP, add th...
Summary: First off, you should consider notating $HTTP_SERVER_VARS['DOCUMENT_ROOT'] as $_SERVER['DOCUMENT_ROOT'], which is the way things seem to be heading (s...
Summary: Hey guys, here is the situation. I have a custom "block" for PHPNuke which displays the details of a TeamSpeak server, such as the users who are conne...
Summary: httpd.conf is the file you want in your conf subdirectory. All you need to add is the following (replace my php dir with yours): ScriptAlias /php/ "c:...
Summary: First time starting a thread, I think. Go easy on me. I was toying with this code and could not get it to work correctly. Essentially I am passing im...
Summary: You are correct to use Input="file" and Enctype="multipart/form-data". You seem to understand the file is uploaded via a POST transaction. Therefore...
Summary: Well the php.ini is now inside SYSTEM32, and I've add the following 3 lines to the httpd.conf file for apache: LoadModule php5_module php/php5apache2....
Summary: the ip address in ipconfig and http://www.cmyip.com/ are the same.... did wat u said..changed it STILL DOESNT WORK :( here is my httpd.conf file... a...
Summary: I did some testing on my machine and from what I could tell niether EMBED nor OBJECT passed referrer information. I'm using PHP, and in both cases the...
Summary: Hello all- I've had a pet project over the last few months, working on a PHP IDE. I was wondering if you guys would be my "market research" and see i...
Summary: Hello! I am trying to write a script that retrieves the content of a submitted form to another script which does some de-related function on them. No...
Summary: hey. My questions is that can a php uploading script[like the one shown below] be used to upload to remote [different] servers, rather than to the one...
Summary: In the following php code to embed wmv file in a webpage, is it possible to list more than one wmv file (so that I do not have to create one php file ...
Summary: Hi all, I am new to this group and PHP programming. I have a very simple question. I have a database where I want to store and display all images. ...
Summary: From: Ask the Experts - About the Future of PHP " [Q:] Is there going to be a version of PHP 4.x which is declared stable for use with Apache 2.x or, ...
Summary: This is the code I'm currently using, to display pictures. Pictures are stored in directories depending upon their content in the form yyyyy (x).jpg w...
Summary: Hi, I am seeking to get a solution for the foll. The only thing is I need an email to come to me as well as the data going into a db table. I need to...
Summary: When I try to restart the httpd service, I get the following message: httpd failed. The error was: Stopping httpd: [FAILED] Starting httpd: Syntax err...
Summary: Why you wanna use IIS?? The best and easy solution is XAMPP X - Windows / Linux A - Apache Webserver M - MySql P - PHP P - Pearl Its very easy to inst...
Summary: Just so you know, this isn't the best way to do it (having seperate database fields is actually much easier when trying to pull and present the data)....
Summary: http://www.perfectionconstruction.c... On this page, I have a form that should collect personal info and an order for fotos and submit the order to my...
Summary: I'm using PHP 4.3.4 and MySQL 5.0.37 with InnoDb tables and am venturing into using transactions. If I'm using transactions, do I need to worry about ...