hello i want run some web server under the ip sharer
my ip is floating ip but it doesnt matter since i can use DDNS
first what i do is Install and run the IIS on Windows xp sp3
and check of the DHCP option and set the default gateway as 192.168.10.1 and I set the DNS server too and I setthe virtual IP as 192.168.10.201 for not to crash with other computer ip
for now everthing is o.k. when I try to access to 192.168.10.201 the index.html page is apear what I setted before
but the thing is when i try to accesse by public ip the page is doesnt apear!
I also set the DMZ to 192.168.10.201
what am I suppose to do ? I working hard for this over 15 hours some body please help me~~~
ps.im using vmware too does it effect to my host os?
Help on code output
My CODE:Code: [Select] echo "<phone>".$line["phone"]."</phone>"; echo
wav to mp3 + goDaddy
I need to convert wav files to mp3s. From what I have found so far one way to do it is to have my PHP script call exec to some mp3 encoder on my host's server. I am using a GoDaddy shared Linux
Preventing blank or already entered values
Im trying to learn how to place a read file line by line and prevent duplicate entries and also BLANK entries, into my process php script, using feof, I have failed many times and get so many errors
eregi to preg
Im converting my regex for php 5.3 and I am stuck on the followingCode: [Select]if((eregi("<[^>]script*\"?[^>]*>", $secvalue)) ||
Is it possible to view php source code??
Hi AllI was just wondering if it's possible to view a websites php source code? I know that php is a server side scripting language and that it is processed at the server and the results are sent
Preventing SQL Injection
I have a question about SQL Injection, In some of our code we use this:
Need to write a cookie with a url var
Not sure if its possible, but I need to write a cookie with a url.So this would write 2232 as the cookie for ID.http://www.example.com/redirect.php?ID=2232Ultimately, I'm working on a pixel tracking
convert PHP array to Javascript array
I have a page that gets a request sent from AJAX, and I am trying to convert a PHP array to a javascript array. is this possible? I tried with Json_encode but it doesn't seem to work. is there
php/mysql problem
Hey all,Problem: im trying to setup a shop where people can use a drop-down list to select the amount of items they would like to purchase, then when they click on the "buy" button it uses
Setting condidtions for an input box
Hi all,I would like to set a condition in a txt box that says the number a user enters has to be in the following format###-#-##-##Would I use PHP to do this or is it part of the HTML form?