i have same ip address over a 2 years
my ftp port 21 works fine another people can download/upload files in there but web site dont work
any port i try is there any progman to check open ports
i have many server what i have tested but i like apache
i know how access web site on my on computer but how my brother and even you can access it because my ISP is blocking all port
i have try to create working website on my computer
many web server sofware like apache, savant, sambar, website...
all works fine on my computer but how i can access then on another computer by internet
http://my.computer.ip.address:80
how enable/disable form submit button
when user enter site form submit button is disabled and he cannot send form before he has click some link or banner and then button enabled and user can send form
what file and where i have to upload
when i want move mysql database on computer to internet
www.mydomain.com
or how i create directly on internet
using PHP
how i create mysql database on internet if erver is
www.domain.com
what file i have to upload if i have them on my computer
and where i upload them
or how i create database directly on www.domain.con
thank you everyone this is final code and it's works like i want to
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title></title>
</head>
<body bgcolor="F5F5F5">
<?php
$hostname = "localhost";
$username =...
why this not update my database i have another page where form and it send all data to this
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title></title>
</head>
<body>
<?php
$hostname = "localhost";
$username =...
so i want this code work like when user clik link it
check if it's allready click if not it write $user file
$advertise code and jump page continue.php if user
have click link it jump warnign.php
code works fine when user clicks first time it creates
($user).txt file and add $advertise code...
how i change text in file
example:
text1.txt
**********************
jack
robin
john
michael
jenny
**********************
How i change john to joe. So i have to search john
then change it to joe and write it file text1.txt
and all other not change
thanks
i have correct this code litle it works good if i use
$dataname="123.txt";
but i want to give filename on address line like this
test.php?u=123&p=qwerty so if i want read file 123.txt
test.php?u=124&p=qwerty so if i want read file 124.txt
<?PHP
$dataname =...
so i want to read text file and password have to match with user. if open tset.php>>>
www.address.com/test.php?u=123&p=qwerty
it read 123.txt file and check password and if is right
it prints first name and lastname
TEST.PHP
************
<?PHP
$dataname = $HTTP_GET_VARS['u'+'.txt'];
$pass =...
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.