Search found 5 matches

by Reflexor
Tue Jul 13, 2004 9:06 pm
Forum: PHP - Code
Topic: Test PHP locally
Replies: 2
Views: 364

Test PHP locally

I am building a website that uses some PHP :D . My webhost has PHP 4 compatability. I need to test my entire site locally however, so how do I set up my Windows 2000 pc so that it will treat all my files exactly the same as they will be treated when live on the internet on my host's server. I think ...
by Reflexor
Tue Jun 01, 2004 7:21 pm
Forum: PHP - Code
Topic: Make my local computer php enabled
Replies: 3
Views: 303

Make my local computer php enabled

(newbie) How do I test the php in my site if all my files are local. Can I install php on my local computer so php code will execute just like it would on a php enabled server. Does it cost anything ? Where can I get it ?

Thanks for any help.
by Reflexor
Tue Jun 01, 2004 7:06 am
Forum: PHP - Code
Topic: URL with parameters/variables and auto emails ?, Lost newbie
Replies: 11
Views: 1799

That is great Mark - thanks for the info, this is making things much clearer.

My hosting server does have php installed so I will use a .php page. Just to clarify though - a .php page can display content like a .html page and also send emails (and do other application type things) this is correct ?
by Reflexor
Tue Jun 01, 2004 6:18 am
Forum: PHP - Code
Topic: URL with parameters/variables and auto emails ?, Lost newbie
Replies: 11
Views: 1799

How do I implement this ? Can you add php code to a html page or should I change the membersuccess.html page to membersuccess.php page. What needs to be different ? Sorry but I'm clueless with this stuff - its ok if you don't have time to reply :)
by Reflexor
Tue Jun 01, 2004 5:48 am
Forum: PHP - Code
Topic: URL with parameters/variables and auto emails ?, Lost newbie
Replies: 11
Views: 1799

URL with parameters/variables and auto emails ?, Lost newbie

The following URL and parameters are used to return a user to my site after making a transaction: h ttp://www.faststay.com/membersuccess.html?id=112211&email=george%40hotmail.com&city=Sydney&street_address=33+Red+Road So how do I use this URL and parameters to run a script that will auto...