PDA

Click to See Complete Forum and Search --> : Sending Registration Info.


proff.hacker
Nov 6th, 2002, 04:26 AM
http://www.somesite.com/reg.php?name=" & txtName.Text & "&email=" & txtEmail.Text



from where can I get reg.php :confused:

The Hobo
Nov 6th, 2002, 05:55 AM
what? :confused:

phpman
Nov 6th, 2002, 10:39 AM
this is a php forum, not an ASP forum. post in the appropriate forum.

& txtName.Text &


is not php

proff.hacker
Nov 6th, 2002, 12:07 PM
txtName.Text is just an example

think of it as a variable

techgnome
Nov 6th, 2002, 12:09 PM
You're still not making sense......
what are you looking for? The PHP equiv of the example or what?

phpman
Nov 6th, 2002, 12:19 PM
ok then how about this

http://www.somesite.com/reg.php?name=$txtName&email=$txtEmail

is that what you want?

now, what do you mean how do you get reg.php

you have to make teh file yourself and have it parse the url for the info you want.

proff.hacker
Nov 6th, 2002, 12:57 PM
I want the source code of reg.php

phpman
Nov 6th, 2002, 12:59 PM
don't want much do ya....


you have to code it to your specifications. nobody is going to code it for you.

techgnome
Nov 6th, 2002, 01:00 PM
You have to write it......only you know what data you will be looking for, only you will know where/how it's to be stored, only you can prevent forest fires, ... oops sorry ..... :D

It's not like there's one reg.php that everyone uses.

The Hobo
Nov 6th, 2002, 01:03 PM
lol, funny thread. :)

techgnome
Nov 6th, 2002, 01:10 PM
I know where you can get reg.php....
From http://www.somesite.com/


:p