Jul 7, 2008

How To Incorporate A Php Script To My Website - php beginner needs help

Free Web Hosting, No Ads > CONTRIBUTE > The Internet > Web Design

free web hosting

How To Incorporate A Php Script To My Website - php beginner needs help

MusicOnly
Well i dont know exactly how to say this but i ll try. So last few months i ve been discovering web design, dreamweaver, photoshop. I learned how to create layout and how to preapare it in dreamweaver but now i am stuck with php. I dont know how to put script in desired cell an lots of other stuff. yeah i am stupid, but i am who i am. all those tutorials are not helping me because they dont tell you how to install script where i want.
i am going to explode. i tried to find finished script on hotscripts.com but i cant/dont_know which one will suite my needs. my layout is here.

You see, i need shoutbox script, search script like one here where i can search by song or band names, script which will show the most downloaded songs ( top 5 songs on my layout), and script which will show last 5 updated items.. and so on.. list is quite big, because i have big plans for my site and php is my only problem wright now.

My main question would be how to install damn script where i want?
Second question would be can someone help me?


Notice from BuffaloHELP:
Topic title is very important. Please make it very specific. Modified.

 

 

 


Reply

BuffaloHELP
Once you insert a PHP script into your current page, you need to rename or save as whateverfilename.php otherwise your PHP script will not work.

If, let's say, you want to insert a PHP script to your finished HTML page within a table setting, a simple way to start would be:

HTML
<table>
<tr>
<td>

<?PHP
{insert the complete php script here}
{and close it with}
?>

</td>
</tr>
</table>


You'll note that <?PHP is the command to start the PHP script and ?> tells it to stop running the PHP script. For more information on how to use PHP scripts, visit http://www.PHP.net or http://www.w3schools.com for more samples.

This above sample is the easiest way to start using PHP scripts for your skill level. As you graduately become more comfortable using PHP code structure, you can then design the whole webpage using only PHP commands, rather than half HTML and half PHP. But the fundamentals of PHP codes come from basic HTML commands.

 

 

 


Reply

MusicOnly
thanks Buffalo. It helped me a lot. And sorry for posting topic in wrong section.

Reply

savge17
I always find PHP script hard to work with, but with the right resources it can be done very easily.

Reply

rvalkass
There is another option for inserting PHP scripts into a page, especially if you are going to be using the same script on a lot of pages. If you put the script in it's own file (surrounded by the <?PHP and ?>) and give it a logical name, such as shoutbox.php, you can then include that file in any page you want. It also means that if you edit the script you automatically edit it for every page rather than having to go through and change it hundreds of times. To include a file you need 1 line:
CODE

Rest of your HTML here...

<?PHP include('filename.php'); ?>

Some more HTML here...

Reply

Gem
True that will work but with most scripts, like rvalkass said uses the include function. Antoher way you could do it is to make a pure php file and use variables
for example:
CODE

<?php

$watever="your code here";

?>

then in your main file:

CODE
<?PHP include('filename.php'); ?>

$watever

I think that is right but ill have to check u on it tongue.gif

Reply

Albus Dumbledore
QUOTE(Gem @ Aug 6 2006, 12:00 AM) *

True that will work but with most scripts, like rvalkass said uses the include function. Antoher way you could do it is to make a pure php file and use variables
for example:
CODE

<?php

$watever="your code here";

?>

then in your main file:

CODE
<?PHP include('filename.php'); ?>

$watever

I think that is right but ill have to check u on it tongue.gif



yes, the code for using PHP include is

CODE
<?php include("FILE NAME.html"); ?>


and in their case, they would be putting a PHP script into the file so they would need it to be .php biggrin.gif


i wrote a tutorial on how to use the PHP includes you can find it

http://www.trap17.com/forums/how-make-simp...ite-t33636.html there biggrin.gif if you need further help with it.. if you evern plan on using it you can look there or PM me as well..

Reply

Panzer
Give yourself lots of space when you are typing/copying your info on to your script.

Lots

Of

Spaces

Doesnt

Matter

And remember what buffalo said, remember to rename it .PHP , all of your html stuff will still work but without it your php stuff wont.

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Similar Topics

Keywords : incorporate, php, script, website, php, beginner

  1. Best Way To Make Money From Your Website?
    (3)
  2. How To Make A View New Post Script?
    (5)
    Ok so i'm still working on the forum software i posted about a while back, but I have no idea
    how to do this. I want to make a view new post script, as this is one of the main things that my
    forum software dose not have that all other forums have. so does any body have an idea on how i
    would do this? Thanks.....
  3. Has Anyone Designed A Website For A Wow Guild?
    (0)
    I belong to a WOW guild and we're considering a website for our members. Has anyone any
    experience designing and running such a site? For a start, we're only interested in a basic
    website for our members so we can show member character stats, announce raids and have a forum so we
    can all leave messages for each other and discuss strategy and levelling tips. I know there are
    templates available and I'm wondering if it would be just as easy to use one of the premade
    templates rather than create a site from scratch. Any comments would be greatly appreciated ....
  4. Website/blog Layout (circle Design)
    (2)
    Opinions? Took me a while, don't look at the design in the middle the abstract that is there
    just because i needed to put something there for a example. Judge the website layout it self. And
    if anyone wants to purchase this i'm open to offers.....
  5. Basic Of Website Creation
    Get basic knowledge on website creation here (0)
    By basic, i mean reaaaal "BASIC". I know that its probably redundant info for so many of us, but I
    still would like you to add your bit into this post , so that newbies benefit from it.....
  6. Please Help Immediately! My Website Is Completely Down.
    (1)
    Hi- a few days ago I was unable to view my website or log in to cpanel. So then I decided to try
    to post something on trap17. Lo and behold, i couldn't log in there either. So I emailed
    support. They sent me name servers and a new password. Hmm..I'm using python.trap17.com. So i
    don't know who i'm going to have point the name servers to. Who is my registrar? Also I am
    still unable to access CPANEL. Please help. ASAP One more thing. This has been taking up my
    hosting credits...no fault of my own. So i need some of those back. Thanks -Derric....
  7. Website Layout?
    Help me please (3)
    Im sorta really new to html and php, and i want to make or edit a layout for my website that i might
    get from this forum thing, and i need sombody to point me to some tutorials or make me a layout.
    also if you want to you can make me a myspace one too xD. Please and thanks.....
  8. My Website Randomly Went Offline
    (8)
    My website was working fine, then when I tried to access it on Core FTP Lite (to upload files) Core
    FTP couldnt connect (i've changed my password, but forgot to change it on Core FTP). I
    disconnected from Core FTP to try and change my password, but then it couldn't re-connect, and
    my website has gone down. Everytime I try and go on, I get the "The page cannot be displayed. The
    page you are looking for is currently unavailable." page. However, it is only me who's getting
    this....and I can't log in using FTP or access the Cpanel Any help?....
  9. Guessing Php Script
    (0)
    I am looking for: freeware php quess the person in the photo game script....
  10. Free Web Hosting: (erdemir) [screened] [approved]
    Website Upgrade: <erdemirteknik.com> (2)
    To generate an application for free web hosting account upgrade please click here:
    Free Web Hosting Account Upgrade Request Form I would like to request a free web hosting
    account upgrade from Trap17. Please find my application below. Domain or Subdomain Name:
    erdemirteknik.com cPanel Username: erdemir Reason For Upgrade: I need more
    bandwidth and space Email Address: abdullaherdemir@gmail.com My Websites Theme:
    Mechanical Engineering forum site Current Hosting Credits: 49.82 ....
  11. Free Web Hosting: (buherath) [screened] [approved]
    Free Website: <fitnessabpro.trap17.com> (2)
    I would like to request free web hosting from Trap17. Please find my application below. *
    Your Registered Domain Name or Desired Trap17 Subdomain Name: o fitnessabpro.trap17.com
    * Account Username: o fitnessa * Introduction: o My name is Buddhi. I
    like computer programming and web designing. I also like playing multiplayer online games like Call
    of duty 4. I would like to build this web site to do some affiliate marketing and google adsense to
    get some money. * Email Address: o buherath@gmail.com * ....
  12. Free Web Hosting: (erdemir) [denied]
    Free Website: <erdemirteknik.com> (2)
    To generate an application for free web hosting please click here: Free Web Hosting
    Request Form I would like to request free web hosting from Trap17. Please find my application
    below. Your Registered Domain Name or Desired Trap17 Subdomain Name: erdemirteknik.com
    Account Username: erdemir Introduction: I have already have a starter package. I
    want to upgrade to the Regular package. And I want my files not deleted and mysql database not
    deleted please. Email Address: abdullaherdemir@gmail.com Age: ....
  13. Creating A Good Website, How?!
    (17)
    Creating a good website, How?! I looked at many forums, searching on now to create a good
    website, by good I meant good website interface. For example, Trap17 have this amazing flash header,
    and nice design… I searched and searched, I found that many people started with a photoshop
    picture, then they make it come true by requesting a website coder (A.K.A. Programmer) to code the
    whole website for it. If, I said if, I were good a art, I can design a good nice picture off
    photoshop, and I know how to code, does that means I can make a good website? Please post any ....
  14. I Want To Make Money From A Website
    Please I need help (12)
    I need a suggestion on making money from a website. Even 30 dollars a month is fine, I just want to
    make a website If you guys know any real way to start off, using any CMS, ANY, and any template or
    anything (I can buy it, but must be good) and a way I can make some money I would be happy. I
     don't know what but I just want to do something where people pay to do it. I don't know
    what at the top of my head, but if someone knows, start spitting out ideas. Also I have a skill of
    typing, I can type rediculously fast and I want to know if there are really anythi....
  15. Php Auto Website Title
    (8)
    This simple PHP function is pretty handy if you want your websites pages in the title without having
    to name individual ones. It will look like: QUOTE MyWebsite | Index QUOTE Quote:
    MyWebsite | Gallery QUOTE Quote: MyWebsite | Forums etc.. paste the code into your
    "functions" file, or any webpage which is included in every page you have (Reminder: To include a
    webpage, use 'include("webpage.php");') You can of course put the function in each page, but
    that's just annoying .. /tongue.gif" style="vertical-align:middle" emoid=":P" borde....
  16. Need Help Installing Dolphin Community Script!
    (5)
    I'm not sure if this is the right place to post this but I really need help in installing the
    dolphin community script. I have absolutely no previous experience of scripts or programming. I
    would really appreciate if someone could walk me through it step-by-step, or even do it for me by
    logging into my cpanel. I have tried to install it my self but I'm a little confused. I'm
    sure it won't take very long at all for someone who has done this before.....
  17. Please Make A Professional Review Of My Website
    A complete review is enough for me, thanks. (19)
    I have a website in the first place at google and other search engines, and the adress is:
    http://www.free-flash-clocks.trap17.com i created another one to substitute this one, and the
    adress is: http://www.freeflashclocks.com What i want from you is a good and perhaps
    professional review of the new website, what can i do to optimize it to the maximum, so please do
    not be afraid to say what you really think of the new website, i am open to your comments, as long
    as they are creative. Perhaps you could to tell a word or two about the google adsense ads structu....
  18. Invite Script..
    (1)
    I didn't know where else to put it /sad.gif" style="vertical-align:middle" emoid=":("
    border="0" alt="sad.gif" /> If moderators find another forum more suitable plz move this one
    /biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> I am looking
    for some sort of sript or program that let's people on your website invite friends. Like they
    put in their Emailadress and mails are send to everyone in their list.. I hope someone can help me
    /sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /> Greetzz....
  19. Html Code Tester. Online Script
    (15)
    Yes, yes. I have another script that I have written and I am distributing. I am not entirely sure if
    this works. I have not tested it yet, but I will later and post back with a demo and fix it up.
    Current script: CODE <?php //Save this as something like htmltest.php function
    CheckForm() { $html_unsafe=$_POST['code']; //Gives us our user
    input $html_safe=str_replace("<?php"," ",$html_unsafe);
    //Starts security measures $html_safe=str_replace("?>","
    ",$html_sa....
  20. Help! Php Or Just Html?
    i want to start buliding my website. which is better, php or basic htm (13)
    i try to start this topic in webhost category but it seems like i cant. i dont have the permission
    so i just post my topic here. im sorry mod.. i want to build a website which contains: - Links to
    videos - Informations - photos - flash i don't know if i should use php or just HTML. guys,
    what are your opinions..??....
  21. Php Scripts And Website Templates
    php scripts and website templates (5)
    I need some help. I´m trying to start my own website but I´m out of ideas about the design... The
    site should look something like this (click to view) Like I said I´m out of ideas so if any of you
    knows of a good and free web template that looks like my site please post the link to it. I´m also
    looking for some free php scripts (classified ads, fotolog, youtube, banner exchange, link exchange,
    adbux) so if you know where I can find any of those scripts please let me know. Thanks in advance.
    "I Need Some Help" isn't a good topic title. Changed to a more descript....
  22. How To Create Smallest Website
    (21)
    I wonder if any one create smallest website on earth? any webmaster can share this things .. .if
    they can make how could it be? /wink.gif" style="vertical-align:middle" emoid=";)" border="0"
    alt="wink.gif" />....
  23. What Are The Steps To Making A Website?
    (15)
    what are some steps to making a website? im doing a project and i need like 5-7, but id ont know
    waht to put. ....
  24. Review Of New Website
    classified ads (8)
    Please review my website. It is a classified ad Buy, Sell and Trade site which is free to the
    public. www.webtise-it.com/webtiseit Thanks....
  25. Runescape 2 Website
    (48)
    Can someone please give me a link to the runescape 2 website. I want to play runescape 2 but, I
    don't know the website and if you know the runescape 2 website then, please please please tell
    meeeeeeeeeeeeeeeeeeeeee. I tried to find the runescape 2 website everyday but, I didn't. I'm
    still searching for it, No answer yet. -Smartking790- ....
  26. Innovative Login System
    A new way to login to a website (17)
    Hi, I came across this website www.planmylifestyle.com which offers an innovative login system. In
    the traditional login system, a user is asked to enter a username and password besides many other
    personal information. In this website, to register the site creates an ID file that the user can
    download to the local hard drive. After registration, to login to the website, the user has to
    simply upload the registered ID file (browser and select ID file from local hard drive) and click on
    the Login Button. The user is then taken to the website which seems to be a searc....
  27. Give Me Website Ideas..
    Website Ideas : Something original. Ideas for making a site (29)
    Website Ideas I'm deciding to take down my site, it's getting kind of old and
    boring, but I don't want to just stop with having a site. I need some ideas for something that
    provides a service of some sort to people. There are millions of blogs, I really don't want to
    post about my life on a daily basis anyway. All ideas will be welcomed, I can't seem to think
    of anything at all, so Im asking you. What could my new website be about?....
  28. The Most Annoying Website
    post the most annoying website you've encountered here (57)
    As you know, there are quite a few websites out there, some are professional while others are not so
    professional. This is where you come in. Have you ever been to a website where it was so bad that
    you had to use your hands to cover the annoying content? I know I had. This website that I visited
    today , in my opinion, tops the list in annoying websites. The links (and there are a lot of them)
    blinks. That's right, this author uses the tag so all links blink. Because of this technique,
    the majority of the site is very hard to read which is why I nominate http://....
  29. Free Weather Feed Script
    (1)
    If you are tired of providing your clients with weather feeds that take visitors off of their site
    or slam their site with ads, I finally found one after searching for hours. Here's a link to a
    FREE php script that pulls the feed directly from any airport in the world to your site. It is easy
    to customize and has simple, well documented installation instructions.
    http://www.mattsscripts.co.uk/mweather.htm hope you find it helpful... a good one for designers
    to archive as you will most likely need it some day for a client. Check out Matt's other free
    scripts....
  30. Php Quiz Script
    Make quizzes for your site. (20)
    Hello all, A little bit back I decided to make a quiz scriptjust out of no where lol. However it
    doesnt do anything special but I am going to make an email mod for it so that it will email results
    to your email address. So here is the basis of it. INSTRUCTIONS: Open a new page in your text
    editor and paste in the following code. CODE <?php $qid = "Quiz ID-00"; ?>
    <html> <head> <title><? echo "Gamers Pub $qid";
    ?></title> </head> <body> <p><h3><? echo "....

    1. Looking for incorporate, php, script, website, php, beginner

Searching Video's for incorporate, php, script, website, php, beginner
Similar
Best Way To
Make Money
From Your
Website?
How To Make
A View New
Post Script?
Has Anyone
Designed A
Website For
A Wow Guild?
Website/blog
Layout
(circle
Design)
Basic Of
Website
Creation -
Get basic
knowledge on
website
creation
here
Please Help
Immediately&
#33; My
Website Is
Completely
Down.
Website
Layout? -
Help me
please
My Website
Randomly
Went Offline
Guessing Php
Script
Free Web
Hosting:
(erdemir)
[screened]
[approved] -
Website
Upgrade:
<erdemirt
eknik.com>
;
Free Web
Hosting:
(buherath)
[screened]
[approved] -
Free
Website:
<fitnessa
bpro.trap17.
com>
Free Web
Hosting:
(erdemir)
[denied] -
Free
Website:
<erdemirt
eknik.com>
;
Creating A
Good
Website,
How?!
I Want To
Make Money
From A
Website -
Please I
need help
Php Auto
Website
Title
Need Help
Installing
Dolphin
Community
Script!
Please Make
A
Professional
Review Of My
Website - A
complete
review is
enough for
me, thanks.
Invite
Script..
Html Code
Tester.
Online
Script
Help!
Php Or Just
Html? - i
want to
start
buliding my
website.
which is
better, php
or basic htm
Php Scripts
And Website
Templates -
php scripts
and website
templates
How To
Create
Smallest
Website
What Are The
Steps To
Making A
Website?
Review Of
New Website
- classified
ads
Runescape 2
Website
Innovative
Login System
- A new way
to login to
a website
Give Me
Website
Ideas.. -
Website
Ideas :
Something
original.
Ideas for
making a
site
The Most
Annoying
Website -
post the
most
annoying
website
you've
encountered
here
Free Weather
Feed Script
Php Quiz
Script -
Make quizzes
for your
site.
advertisement



How To Incorporate A Php Script To My Website - php beginner needs help



 

 

 

 

ADD REPLY / Got an Opinion! Remove these ADs! RAPID SEARCH! Free Web Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE