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...
...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 to all of my sites
what this did was...
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...
...051925 where
$_SESSION['pwd'] = "051925";
and then convert(encrypt) that using the md5 function again
example:
$loginpass = md5($_SESSION['pwd']);
then do your Database routine
$sql = "SELECT * FROM user WHERE
userid = '$uid' AND password = $loginpass";
I hope that helps explain it
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
We have a Win 2003 server with web edition installed
Is it not possible to setup multiple sites with web edition?
I have set up seperate directories, and each has its own IP, PHP is also installed, each has its own index.php
but when accessing the second site the index.php is pulled from the...
Hello to all,
I hope someone might steer me in the right direction, we are running a site with Windows2003 Web Version.
We have 100Mbps connection and do large file transfers, we were getting 1.2Mbytes - 750Kbyte data transers and then all of a sudden the best transfer rates we can get are in...
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.