Yeah... I need to insert a .php script unto my web page, to put a online account creator.
each time I try, I always end up seeing the scipt itself...
My web hoster support .php scripts.
Any one got any idea what I'm doing wrong?
How To Insert A .php Script To A Web Page
Steps to set up ur own apache/php server:
1:
download apache from some webby (can't remember... google search: apache, first link)
2:
download php from <a href='http://php.net' target='_blank'>http://php.net</a>
3:
follow instructions forinstalling php with apache (should be a txt file in the php zip file)
4:
place your php script in your 'htdocs' folder (should be in your apache folder, eg. K:\Apache Group\Apache\htdocs)
5:
test it: <a href='http://127.0.0.1' target='_blank'>http://127.0.0.1</a> (127.0.0.1 is a local address, want ppl toc it? you have to get ppl to use <a href='http://YOUR' target='_blank'>http://YOUR</a> IP)
NOTE:
- Your computer has to be on! (can't beleive how many ppl come tome saying it dosn't work when they got there computer off lol
)
- Remember that the scrip needs to be configered to suitur computer
- If you find a host that supports php, the acccreatescript won't work because it'll be trying tocreatea file/folder on the host's comp :rolleyes:
- Dono about you but for the script to work for me i had to create all 255 ascii folders (thank god for batch files!)
Have Fun, Plague
1:
download apache from some webby (can't remember... google search: apache, first link)
2:
download php from <a href='http://php.net' target='_blank'>http://php.net</a>
3:
follow instructions forinstalling php with apache (should be a txt file in the php zip file)
4:
place your php script in your 'htdocs' folder (should be in your apache folder, eg. K:\Apache Group\Apache\htdocs)
5:
test it: <a href='http://127.0.0.1' target='_blank'>http://127.0.0.1</a> (127.0.0.1 is a local address, want ppl toc it? you have to get ppl to use <a href='http://YOUR' target='_blank'>http://YOUR</a> IP)
NOTE:
- Your computer has to be on! (can't beleive how many ppl come tome saying it dosn't work when they got there computer off lol

- Remember that the scrip needs to be configered to suitur computer
- If you find a host that supports php, the acccreatescript won't work because it'll be trying tocreatea file/folder on the host's comp :rolleyes:
- Dono about you but for the script to work for me i had to create all 255 ascii folders (thank god for batch files!)
Have Fun, Plague
<!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->Human knowleag belongs to THE WORLD<!--QuoteEnd--></td></tr></table><div class='signature'><!--QuoteEEnd--><br>So i highly dislike people who keep to their proud selfs... thats why i wanna share everything i got with you guys 

-
- Member
- Posts: 118
- Joined: Wed Oct 29, 2003 6:33 pm
- Location: Some Place In The World
- Contact:
hey maybe u can make me a site? please help me add me to hbforsaken@hotmail.com if u r willing to help me make one thankyouwannabee wrote: Steps to set up ur own apache/php server:
1:
download apache from some webby (can't remember... google search: apache, first link)
2:
download php from <a href='http://php.net' target='_blank'>http://php.net</a>
3:
follow instructions forinstalling php with apache (should be a txt file in the php zip file)
4:
place your php script in your 'htdocs' folder (should be in your apache folder, eg. K:\Apache Group\Apache\htdocs)
5:
test it: <a href='http://127.0.0.1' target='_blank'>http://127.0.0.1</a> (127.0.0.1 is a local address, want ppl toc it? you have to get ppl to use <a href='http://YOUR' target='_blank'>http://YOUR</a> IP)
NOTE:
- Your computer has to be on! (can't beleive how many ppl come tome saying it dosn't work when they got there computer off lol)
- Remember that the scrip needs to be configered to suitur computer
- If you find a host that supports php, the acccreatescript won't work because it'll be trying tocreatea file/folder on the host's comp :rolleyes:
- Dono about you but for the script to work for me i had to create all 255 ascii folders (thank god for batch files!)
Have Fun, Plague