Reply
installing php
Old 04-07-2004, 10:21 PM installing php
Junior Talker

Posts: 100
how can i set up php on my computer so that i can view it by simply clicking on the internet icon? this means without having to upload it anywhere.
ilikechikinn is offline
Reply With Quote
View Public Profile Visit ilikechikinn's homepage!
 
When You Register, These Ads Go Away!
Old 04-08-2004, 12:04 AM
Junior Talker

Posts: 86
well, you will always have to go through a server.
Download PHP and Apache, then you can use localhost.
King_Killa is offline
Reply With Quote
View Public Profile
 
Old 04-08-2004, 08:02 AM
Junior Talker

Posts: 100
ok. i didn't know i had to have apache to
ilikechikinn is offline
Reply With Quote
View Public Profile Visit ilikechikinn's homepage!
 
Old 04-08-2004, 07:31 PM
Junior Talker

Posts: 100
i actually just wound up using abyss. works just as well
ilikechikinn is offline
Reply With Quote
View Public Profile Visit ilikechikinn's homepage!
 
Old 04-08-2004, 07:44 PM
Junior Talker

Posts: 100
just one question though: why when you view the source of a php page does it only have html in it? i did a simple echo command saying hello and then viewed the source and the php was not there. i just wanted to make sure that was normal
ilikechikinn is offline
Reply With Quote
View Public Profile Visit ilikechikinn's homepage!
 
Old 04-08-2004, 10:23 PM
Junior Talker

Posts: 86
you SHOULDN'T see the php source. PHP is pre-proccessed.
<?
$pass = "mypassword";
if($_GET[pass] == $pass) {
echo "password accepted";
}
else {
echo "password denied";
}
?>

If you could view the php source, than people could crack your password
King_Killa is offline
Reply With Quote
View Public Profile
 
Old 04-09-2004, 07:46 AM
Junior Talker

Posts: 100
that is so cool
ilikechikinn is offline
Reply With Quote
View Public Profile Visit ilikechikinn's homepage!
 
Old 04-09-2004, 07:48 AM
wirlwind1's Avatar
Junior Talker

Posts: 2
wer do you lot learn this stuff cus i would like to know about it but but my head go kookoo to it.
wirlwind1 is offline
Reply With Quote
View Public Profile
 
Old 04-09-2004, 08:09 AM
Junior Talker

Posts: 100
i bought a book called "PHP and MySQL Web Development: Second Edition". cost $50 but is worth it
ilikechikinn is offline
Reply With Quote
View Public Profile Visit ilikechikinn's homepage!
 
Old 04-09-2004, 11:45 PM
Junior Talker

Posts: 86
www.php.net They have a tutorial for almost every single function in PHP.
King_Killa is offline
Reply With Quote
View Public Profile
 
Old 04-09-2004, 11:56 PM
Junior Talker

Posts: 100
true but i like to be able to have a book there for me for quick and easy access
ilikechikinn is offline
Reply With Quote
View Public Profile Visit ilikechikinn's homepage!
 
Old 04-13-2004, 08:04 AM
wirlwind1's Avatar
Junior Talker

Posts: 2
wer are the tutorials located i cant find them.
wirlwind1 is offline
Reply With Quote
View Public Profile
 
Old 04-13-2004, 04:51 PM
Junior Talker

Posts: 86
use the search form to search for a function
King_Killa is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to installing php
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Webmaster Resources Marketplace:
Software Development Company | Webhosting.UK.com | Text Link Brokers 


   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.15677 seconds with 12 queries