[PHP-WIN] Has anyone installed AWF 1.10?? I need some help
Has anyone installed AWF 1.10?? I need some help... -- -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-WIN] Search Script????
I have my web site with file extensions .php .php3 .html .htm .shtml Now i (am looking for a script or) would like to write a php script so that users can search my web site for information Can anyone help me get started. I want to include a search in my web site.. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP-WIN] WEB SERVER help
Hi all, I am a fresh graduate out off uni and i need some ones helps. U see our company has a HP server which came with win2000 server OS cd. I have installed win2k and have installed IIS on it. I am trying to have our web site (build on PHP and MYSQL). After a bit of trying, i got PHP to run with IIS, but then i realised that IIS takes a lot of time in process the PHP scripts. So i then stopped IIS and instaled Apache web server. Apache was faster in process the PHP scripts then IIS. Now my web server is working fine. But i can't get it to be accessable outside the server. I can only view my web site on the server and not on any of the other computers. I get an ISA Server Error, saying that gateway no access . Please help me, i am not that well vesed with server setup.. Please do email me on [EMAIL PROTECTED] Thanks prit
Re: [PHP-WIN] WEB SERVER help
This i think so. When i did a c:\>ipconfig/all this is what i get Windows 2000 IP Configuration Host Name : something Primary DNS Suffix : (<- this was null) Node Type : Broadcast IP Routing Enable : No WINS Proxy Enabled : No Can someone tell me what i have to do to get my web server running and accessable from outside. Do i need to enable my IP Routing and if yes then how. Is there anything that i need to keep in mind before enabling the IP Routing? Please reply.. thanks prit "B.A.T. Svensson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Your problem has nothing to do with PHP, it's a IP routing problem. -Original Message- From: Student To: [EMAIL PROTECTED] Sent: 20-3-2004 11:59 Subject: [PHP-WIN] WEB SERVER help Hi all, I am a fresh graduate out off uni and i need some ones helps. U see our company has a HP server which came with win2000 server OS cd. I have installed win2k and have installed IIS on it. I am trying to have our web site (build on PHP and MYSQL). After a bit of trying, i got PHP to run with IIS, but then i realised that IIS takes a lot of time in process the PHP scripts. So i then stopped IIS and instaled Apache web server. Apache was faster in process the PHP scripts then IIS. Now my web server is working fine. But i can't get it to be accessable outside the server. I can only view my web site on the server and not on any of the other computers. I get an ISA Server Error, saying that gateway no access . Please help me, i am not that well vesed with server setup.. Please do email me on [EMAIL PROTECTED] Thanks prit
Re: [PHP-WIN] Slash problem in link
I think its better to have the image folder in the root directory eg www.website.com/image and then have the code as . That way, it would be able to access the image from anyway in your web site...(I Think) "Paul Brownsea" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] On Sunday 21 March 2004 05:33, Harpreet wrote: > I am having a weird problem. I am not sure if this is a php problme or > plain html problme but see if anyone can help. > > I have a page called login.php. It has the following image link. It works > at home fine when i put the link as below > > > > We tried putting the same page on another customer and it wont show. We put > a slash in the front of image and it worked and we can view the image. src="/images/onlylogo.gif"> > > But the slash does not work at home on my machine. > > When do we have to use the slash and when not ...how can we tell > > please help With the "/" you are delcaring that the image is in the directory "images", relative to the server root (maybe "c:\program files\apache\htdocs\images\onlylogo.gif" giving a webaddress of "http://www.mywebsite.com/images/onlylogo.gif";). Whereas without the "/" you are declaring that the image is in the "images" directory, relative to the PHP script (or HTML page) (maybe "c:\program files\apache\htdocs\MYWEBSITE\images\onlylogo.gif" giving "http://www.mywebsite.com/MYWEBSITE/images/onlylogo.gif";). So I think it is just a HTML problem.
[PHP-WIN] Web Server Setup helpppp pleaseeee
Hi, Ok, lets start from the beginning. We have a new HP server with win 2k OS. I want to set it up as a web server that will only host our company website. I have installed Apache, mysql, php and also iis. Now can someone tell me what i have to do to make it a web server for my web site build on php mysql. I am i newbie... I have already configured apache and php variable. the site is running well on the server itself. Please help me in setting it up. I have never done it before..email [EMAIL PROTECTED]
[PHP-WIN] i need help
Hi i was hoping if someone can help; I want to trim the following text [i:abcdef] but the inside text is different at time eg abcdef, bcdefg, etc etc how can i trim [i:(some text here)] so that i can replace them with nothing. eg these are to be trimmed. [i:abcdef] [i:bcdefg] [i:xyzab] [i:priftds] how can i trim them.. thanks --