|
Posted by Terry on 10/01/05 00:59
GoGs wrote:
> i'm a newbie to PHP, just starting of. i've got a couple questions, and
> i would be very thankfull if you could answer them in details...
>
> 1. how can i find out if my server supports PHP?
> all i know is that it doesn't support ASP...
File name whatever.php loaded to your site -
<?php
phpinfo();
?>
http://www.yourwebsitenamehere.com/whatever.php
If you get a whole bunch of information (that you do not undestand at
this point) - your server supports php.
>
> 2. i'd like to insert a small frame from some html page to my html
> page, but i don't want to do this with framesets. is there any other
> way?
Once you get a little more knowlegeable in php you can for example have
a <div> that is on every page on the site. Like a navigation bar for
example.
> P.S. any good PHP tutorials are welcome... :)
>
http://www.phpfreaks.com/index.php is good - the php manual is hard to
beat IMHO.
--
TK
http://www.wejuggle2.com/
Still Having a Ball
A: Because it messes up the order in which people normally read text.
Q: Why is it such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet?
..
----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----
Navigation:
[Reply to this message]
|