My real problem is that I used to do Visual Basic programming and PHP is powerful enough, that I try to do things that should be really run locally LOL
Thanks again
ummmmm
Thanks for the reply, yes I thought about doing that...
but was reluctant, I don't know why LOL
so let me ask them...
I I were to read my directories into an array as I do now
and had it set to a global array
and then transferred control to another PHP page
would that restart the...
Hello to all,
I am a confused on looping and output buffering in regards to execution time.
I have 3000+ music files stored
they have a file structure
Library as main directory
then artists by directory
then albums by directory
then the songs for that album
Example
C:/Library/3 Doors...
I might suggest using javascript and the innerHTML command to update your parent window text field
you would add this to the popup
---------------------
<script language='javascript'>
function updatetext(x){
submitted = document.getElementById('content_1').value;
theheader = 'editor_' + x...
Well
okay after some playing around here is what I finally came up with to resolve my situation
Phew!!!
in IIS6 anyway you have the
Web Sites Branch the main one not Default Web Site
* on Web Sites
* I mapped the .php .php3 .php4 extensions to point to c:\php\php5isapi.dll and applied it...
Thanks jpadie for the reply
And sort of is the answer to your question.
I realize that by using the application process you can assign different php versions (copies) to run for each site.
But what I didn't want to have to do is install seperate copies(versions) for each web site...
Here is where I got the idea registry is only goof for CGI
The configuration file
The configuration file (called php3.ini in PHP 3, and simply php.ini as of PHP 4) is read when PHP starts up. For the server module versions of PHP, this happens only once when the web server is started. For the...
Thanks for the reply,
Ummm, I did go back and check the manual, it didn't mention anything about cgi mode and the registry. I am uncertain now as to where I read this information.
But, the fact remains its not reading my value.
For my php.ini, my pathing is set using the system enviroment...
Hi to all,
I installed PHP 5.1.1 .zip file on a Windows 2003 server, while I initially was using the php5isapi.dll, unfortunately to change configurations using windows registry the .dll ignores any registry entries and would need to run in CGI mode to use these.
In reading the install.txt it...
If you are new to programming in php and MySQL, what you may not understand is that the md5 is an encryption function
what is happening is a time value
Example: 05:19:25 is being encrypted by md5 function into the BEE77AB0FB9380C
but your true password is still the 051925
removing the md5...
Hello to all,
Question to any who might help me understand:
I have a Windows 2003 (Web Version) Server with PHP5 installed. With multiple web Sites. Everything runs great. But, I would like to set up multiple web sites, example:
mydomain1.com
mydomain2.com etc
where they can all run the same...
just go straight to the PHP website and look at the documentation
http://www.php.net/manual/en/
pretty straight forward
The problem is usually not PHP install but the
MySQL install can be tricky
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.