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
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
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.