Search found 5 matches
- Tue Jul 13, 2004 9:06 pm
- Forum: PHP - Code
- Topic: Test PHP locally
- Replies: 2
- Views: 363
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 ...
- Tue Jun 01, 2004 7:21 pm
- Forum: PHP - Code
- Topic: Make my local computer php enabled
- Replies: 3
- Views: 301
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.
Thanks for any help.
- Tue Jun 01, 2004 7:06 am
- Forum: PHP - Code
- Topic: URL with parameters/variables and auto emails ?, Lost newbie
- Replies: 11
- Views: 1797
- Tue Jun 01, 2004 6:18 am
- Forum: PHP - Code
- Topic: URL with parameters/variables and auto emails ?, Lost newbie
- Replies: 11
- Views: 1797
- Tue Jun 01, 2004 5:48 am
- Forum: PHP - Code
- Topic: URL with parameters/variables and auto emails ?, Lost newbie
- Replies: 11
- Views: 1797
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...