Php + Htm Cant Work!

free web hosting
Free Web Hosting, No Ads > CONTRIBUTE > Computers > Programming Languages > PHP Programming

Php + Htm Cant Work!

kakingho
test.php
CODE
<?php

$abc='123';
include 'index.htm';

?>


index.htm
HTML
<table width="200" border="1">
<tr>
<td>$abc</td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>

it shows this pic
http://i19.photobucket.com/albums/b190/kakingho/abc.jpg

but i want to show this
http://i19.photobucket.com/albums/b190/kakingho/123.jpg

i want to separate main php codes in php file and main website structure in htm file~
how to do that?!

i dont want to type this in htm file, any other method?? ohmy.gif
HTML
<table width="200" border="1">
<tr>
<td><?PHP $abc; ?></td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>

thx~

Notice from BuffaloHELP:
Please limit your picture's width to no more than 640px

 

 

 


Reply

Inspiron
You've actually answered for yourself.

This code
CODE

<td><?PHP $abc; ?></td>

or this code
CODE

<td><?php echo $abc; ?></td>

will work similarly.

Unfortunately, you have to do this to obtain the content of the variable $abc. There are no other ways because HTML cannot take non-HTML codes. The server does not understand $abc and hence treated it as plain text to display on a normal HTML page. Inserting PHP code tags and changing the file type to PHP will print the correct information as they stated the correct scripting.

Likewise you cannot have javascript contents without declaring it's a javascript.
<script language="javascript">

Reply

Spectre
Alternatively, you could simply get the contents of the file, and replace the said string with the variable's value, something like:

CODE
<?php

$abc='123';
echo str_replace('$abc',$abc,file_get_contents('index.htm'));

?>


You may want to check out the Smarty template engine; it's very easy to use and works wonderfully, and operates on a similar premises to this. You simply add the variable in the template along the lines of {$VARIABLE}, and Smarty automatically replaces it with the assigned value ($smarty->assign('VARIABLE','value');) when displaying it.

Anyway, PHP is not going to process any data outside of the <? ?> tags (usually <?php ?>, but not always). Which means that you are going to explicitly instruct it to output the said variable.

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 : php, htm, work

  1. A Rant About Life And Work... Also A Plea For Advice
    (13)
  2. Help With Hosting - Cant Get Anything To Work [resolved]
    (6)
    Hi, im sure im being stupid and missing something obvious. But i cant get my site to work /sad.gif"
    style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /> The original index.html page
    says to put pages in "public_html" But when i do that, and try to access the page, i see the
    original index.html file. any suggestions, sorry, cant really be more specific, i dont really
    understand whats going on! :S....
  3. Browser Compatibility Problem With Firefox - Javascript + Css
    Having trouble making a script work right - any suggestions? (3)
    Hi, Im working on a website, and im trying to make a right-click menu, which opens on right click,
    wherever the cursor is, and closes on mouse out. I wrote the code below, and when i ran it in IE it
    ran fine, just how i wanted it to work. However in firefox, the menu just opened in the top left. im
    presuming this is because it doesnt like my style changing in the javascript. Any ideas, and
    suggestions? If i cant make this work, i will just make it so it works slightly differently when
    viewev in firefox so that it can just open in one place. All ideas appreciated. ....
  4. Does Online Dating Work?
    (9)
    Does Online Dating Work? Dating Online is currently the Internets biggest craze, &its here to
    stay! # Women Relationship Advice # Indeeaa Social Network # Meet Indian Girls & Guys #
    Divorcee Single ? # Make New Friends on ibibo # Dating India # India dating - 100% free # Amazing
    Journeys visit: http://modsonbro.com/dating/ ....
  5. Wubi?
    Does it work? (1)
    Well I'm not sure of what I'm doing wrong hence there isnt anything I can actually do wrong
    with an installation. M its complete i restart my computer and Ubuntu isnt there. I also had a question Can i use Wubi to
    install a different os? I saw someone say that you can change the .iso image name of Ubuntu and use
    a Linux Mint ISO and change the name of it to w.e Ubuntu was, then download the MD5's and
    Replace them in the same Manner Would this work?....
  6. Getting Exe Programs To Work Online
    is this possible? (2)
    i have heard that you can do this but is it really possible? i'm not talking about cms but like
    an antivirus program turning on by itself and scanning its files on its on. if this is possible
    how?....
  7. Friend's Tough Financial Situation, No Work
    (5)
    Hi, One of my best friends is in a really bad situation right now...his dad got laid off about six
    months ago and hasn't been able to find a job since, and money is quickly running out for them.
    It's causing a lot of problems at home and stuff and he's really worried about it and I
    don't like seeing him unhappy. /sad.gif" style="vertical-align:middle" emoid=":(" border="0"
    alt="sad.gif" /> I guess the job market is just pretty crappy right now, but I wish I could do
    something to help my friend and his family. Any comments or help would be appreciated.....
  8. Mailserver Fails To Work
    (1)
    I've my Domains hosted in Trap17. My Account is suspended due to lack of enough points, but I
    was able to use the Google Apps for Domains for checking out my mail. But recently I'm not able
    to send or receive any mail, I think the problem is in the MX Record which I've set in trap17
    cPanel. When I access my domain http://laschatz.info/ I get the Account suspended page which is
    the usual page, but I'm not getting that page when I access my Addon Domains xatre.info, it is
    pointing to ComputingHostst name servers. Is there anything I need to do to make ....
  9. Why Doesn't This Code Work On Computinghost?
    (2)
    Here is the script: Rcon Connection Client IP: Port: Password Cmd:
    $ip = $_POST ; if (!$ip) die(); $port = $_POST ; if
    (!$port) die(); $pass = $_POST ; if (!$pass) die(); $passlen =
    strlen($pass); $cmd = $_POST ; if (!$cmd) die(); $cmdlen =
    strlen($cmd); $packet = 'SAMP'; $packet .= chr(strtok($ip,
    '.')).chr(strtok('.')).chr(strtok('.')).chr(strtok('.'));
    $packet .= ch....
  10. User Name
    blimey this is the hardest work ever (0)
    Hi, I knew nothing about chaos until I signed up (and paid for my web space Order #2486 >
    Invoice #6589) with you and I drive in London for a living ... 8 hours after sign up and still
    don't know whether my User name and password work on cPanel or anywhere on this site for that
    matter. I would suggest that the admin send out an introductory eMail on sign up with all our info
    and put a sticky on at the start page of the forum containing standard info for all users. Like FTP
    eMail and cPanel settings. The other thing that's fascinating is the 3 domains us....
  11. Amazing Software
    I found this amazing software, if you work with flash.. (0)
    If you work with flash, this is the coolest software i seen.. You can make amazing things for the
    desktop.. check it out.. www.swfmagician.com ....
  12. Advice On A Girl From Work.
    (9)
    So there's this girl at work, we'll call her Shaniqua. I work relatively close to Shaniqua
    several days a week. We've become pretty good friends and hang out once in a while. We text/chat
    all the time, etc. The problem is Shaniqua is drop dead gorgeous. I mean like a perfect 10 model.
    I'm not a bad looking guy by any means, but I'm not Patrick Dempsey either. She's
    constantly getting hit on/asked out by other guys from school (university) and work and she always
    turns them down straight away (granted they're usually annoying or prodding too mu....
  13. Isync On Tiger To Work With A Samsung D520
    (3)
    Hey out there! Does anyone know where i can get either an isync plugin or a program (for mac os
    tiger) that will let me sync contacts with a samsung d520 via bluetooth? Preferably free or
    shareware. Im 17 and don't have a credit card /sad.gif" style="vertical-align:middle"
    emoid=":(" border="0" alt="sad.gif" />....
  14. Taking Phone Calls At Work
    (2)
    A potential client's first contact with the company is usually through the phone, so it is
    important that you make it a pleasant experience for him. Important phone etiquettes to bear in
    mind: When answering the phone, identify your company, department and state your name immediately
    name e.g. This is from the of . When talking to customers, call them by name. By repeating the
    name, you are more likely to remember it the next time. It also sounds more personalized and
    friendly. Know how you sound like to others. You can find this out by recording your voice.....
  15. Hair Growing Pill - Does It Really Work?
    Did You Know!(and Can You Explain) (2)
    Well yesterday i was walking down the street and i saw this guy selling something so i wondered what
    is it and i saw his selling hair growing pill so i didn't believe but guess what it really wort
    it make you sweat at your head and make ur hair that inside come out with it i know because he tried
    it on me i wonder how does this work what do the pills do?....
  16. Database With Mysql++
    getting mySQL++ to work with trap17 (7)
    Hi, I'm trying to build an online game and figured the easiest way to do the server list would
    be to make a mySQL database for it; however, I use the con() command on the IP i get from pinging my
    website and I always get an abnormal program termination; however, it will work with the mySQL on my
    own machine. The code is below: CODE #include <iostream> #include <iomanip>
    #include <mysql++> #include "pass.h"//holds my password (i program at
    school) int main(void) {     Connection con("t3jem3_test","....
  17. Ie 7 Issue With Ajax
    Some ajax calls dont seem to work (2)
    function reload_char() { race_id = Ext.get('race').dom.value; gender =
    Ext.get('race_gender').dom.value; face = Ext.get('race_face').dom.value; hair_id =
    Ext.get('race_hair').dom.value; // race race_letter =
    Array('H','E','T','M','G'); race = race_letter ; /*
    //gender if(race == 'G' || race == 'M') { gender = ''; } //hair
    if(hair_id == 1) { hair = 'a'; } else { hair = 'b'; } image =
    '80px-'+race+gender+face+hair+&....
  18. Php Msn Bot Does Not Work Right
    (2)
    First of all the debug log ######################################## ##....FreakBot @ Hotmail.com
    MSN BOT..## ##.........By El Diablo : Version 1.0.## ########################################
    Client:> VER 1 MSNP9 CVR0 Server:> VER 1 MSNP9 CVR0 Client:> CVR 2 0x0409 win 4.10 i386 MSNMSGR
    7.0.0816 MSMSGS fr3akb0t@hotmail.com Server:> CVR 2 7.0.0816 7.0.0816 7.0.0777
    http://msgr.dlservice.microsoft.com/downlo...essenger_DL.exe http://messenger.msn.com Client:>
    USR 3 TWN I fr3akb0t@hotmail.com Server:> XFR 3 NS 207.46.107.61:1863 0 207.46.96.153:1863
    Client....
  19. Job Vs Studies
    To study or to work? (13)
    Atleast in the country where i hail from that is India, i can say this without a shadow of doubt
    that here studies have become more of a minimum Qualification rather than doing something special TO
    take an example, people all over the world prefer to do an MBA at a later stage of life when they
    have an experience enough to boost their managerial skills. But here it is like, MBA has been
    downtrodden to a minimum Qualification as in, once you are done with Graduation, you will have to go
    for an MBA or else you will be left lurking with low salary and an average job. True ....
  20. Ctrl + C Will Not Work
    Windows Xp Pro SP2 (17)
    I recently built a computer, everything seems to be alright with it, except one thing, CTRL + C just
    won't work. I'm running a Windows Windows Xp Pro SP2, and Ctrl + X and Ctrl + V work fine.
    I mean, I could probably just cut and paste anything I want to copy but it seems like such a hassle.
    Has anyone came across this problem before? Or know how to fix it?....
  21. Evilboard (forum Software) - Multiple Categorys - Don't Work :(
    I am creating a forum and i can't fix more then 1 category. (6)
    I am at the moment trying to program my own forum, but i need more then a single category, here is
    my source: CODE function cat () { include("functions/functions.php");
    echo '<table width="100%"  border="0" cellspacing="0">
    <tr> <td class="eb_top" colspan="3" style="border-bottom-width:
    0; height: 30px; font-size: 12px;"> <b>Forum</b></td>
    </tr>';      global $catid;   $db = new db;   $db->connec....
  22. Remote Assistance Problem
    Won't work (8)
    I have tried tons of times and i can not get it too work. I did't even know about this until
    Paul from Trap 17 used it to help me with something on my site. Whenever i try it, it never
    connects. I have tried all three ways. Email, MSN, and download the file and send it. Both computers
    are connected to the internet. On microsoft's site they have a lot of people with the same
    problem, but no one ever helps with it. They are all unanswered. Paul: If you read this i know you
    know how to do it.....
  23. Idea For A Overunity/perpetual Motion Device
    Though I know it probably won't work (9)
    Well, though a way for such things has never been discovered, I'm giving my idea for a perpetual
    motion device, though it was originally thought up as a device for overunity. It's pretty
    simple - attatch a generator directly to an electric motor, then run a cord to the electric motor,
    and hand crank the generator to start it. Anyone else have an idea for a perpetual motion device?....
  24. What Is Phase Change Cooling?
    and how does it work? (14)
    I first came across phase change cooling when I bought the Zalman CNPS9500 heat sink. Basically
    the base of it (which is pure copper) is connected to what is being called "Heat Pipes (also pure
    copper)" and then a bunch of little copper "Fins" are attached to that. The fan sits perpendicular
    not parallel to the base which is why I bought it. I was curious as to how it could cool better than
    some water cooling that I decided to do a little research. I found out that the "Pipes" are actually
    hollow and they are filled with some type of liquid that at room temperature is ....
  25. Linux Question: Amarok And File Permissions
    please help, i can't get it to work with all music files (4)
    hey, i use to use Linux DC++ to download music from some hubs and i usually download it to
    /home/downloads/ and then i move the files to my collection on another HDD a sata one, on
    sda3/music/ but when i move the files using krushader root mode they become posessed by root and
    amarok can't play them displaying a locker on the file's icon. I tried to " chmod 774 music
    ", where music is my music directory, as root in konsole but no luck. What should i do to make a
    whole directory accessible from amarok as user?....
  26. Anarchy
    Would it work today? (31)
    What is Anarchy you say? No it has nothing to do with Punk Rock or criminals. Anarchy is,"Absence of
    any form of political authority. " Here is a passage from Wikipedia QUOTE The word "anarchy", as
    most anarchists use it, does not imply chaos, nihilism, or anomie, but rather a harmonious
    anti-authoritarian society that is based on individual self-determination and personal involvement.
    In place of what are regarded as authoritarian political structures and coercive economic
    institutions, anarchists advocate social relations based upon voluntary association of free ind....
  27. Razr Problems
    Keypad Doesn't Work (18)
    Hello, Can anyone help me? I own a Motorola Razr V3 and the only key that works is the on off
    button. I have never dropped it and i take excellent care of my phones. It was working fine for a
    few months and one day it just stopped working. The screen still works and I can awnser phone calls
    by opening the flip part, but I can't call anyone or text or anything that requires pushing a
    button unless it is to turn it on or off. I hace looked online and it seemse other people ahve had
    this problem but no one ever had a solution. Should I try to fix it? Should I ....
  28. How To Make Your Pc Work Faster
    get your pc working unbelievably fast in 5 minutes !! (16)
    Here you can find useful tips you can do to make your pc work faster in a few minutes , just follow
    these tips and you will definitely have a much faster and more reliable PC! QUOTE 1.
    Wallpapers: They slow your whole system down, so if you're willing to compromise, have a basic
    plain one instead! 2. Minimizing: If you want to use several programs at the same time then
    minimize those you are not using. This helps reduce the overload on RAM. 3. Boot Faster: The
    'starting Windows 9x , xp' message on startup can delay your booting for a couple ....
  29. How Does Google Adsense Work?
    Just a question i've always wanted answered. (5)
    Hey. I was interested in using google adsense, but was never too sure what it was and what it did.
    The first thing i wanted to know is how do you get the money that you earn. through paypall or a
    similar, or do they send you a check. Also, i wanted to know how you can make money through it. Does
    it count how many people press the links or what? The final thing that I wanted to know about google
    adsense is if it's worth it. For those that have used it before, please tell me whether it is
    worth it and please tell me of its pros and cons because i am interested in using....
  30. Games = Tough Work?
    Do You Sweat Whilst Playing Games? (21)
    Well a few weeks ago I was playing Tony Hawk's Underground 2 on my Xbox and I was furiously
    trying to beat my high record combo. After about a hour of this I was actually sweaty and I just
    felt like stopping playing and have a shower. Does anyone else sweat when they play games?
    Message from snlildude87: /smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' />
    ....

    1. Looking for php, htm, work

Searching Video's for php, htm, work
Similar
A Rant About
Life And
Work... Also
A Plea For
Advice
Help With
Hosting -
Cant Get
Anything To
Work
[resolved]
Browser
Compatibilit
y Problem
With Firefox
- Javascript
+ Css -
Having
trouble
making a
script work
right - any
suggestions?
Does Online
Dating Work?
Wubi? - Does
it work?
Getting Exe
Programs To
Work Online
- is this
possible?
Friend's
Tough
Financial
Situation,
No Work
Mailserver
Fails To
Work
Why
Doesn't
This Code
Work On
Computinghos
t?
User Name -
blimey this
is the
hardest work
ever
Amazing
Software - I
found this
amazing
software, if
you work
with flash..
Advice On A
Girl From
Work.
Isync On
Tiger To
Work With A
Samsung D520
Taking Phone
Calls At
Work
Hair Growing
Pill - Does
It Really
Work? - Did
You
Know!(an
d Can You
Explain)
Database
With Mysql++
- getting
mySQL++ to
work with
trap17
Ie 7 Issue
With Ajax -
Some ajax
calls dont
seem to work
Php Msn Bot
Does Not
Work Right
Job Vs
Studies - To
study or to
work?
Ctrl + C
Will Not
Work -
Windows Xp
Pro SP2
Evilboard
(forum
Software) -
Multiple
Categorys -
Don't
Work :( - I
am creating
a forum and
i can't
fix more
then 1
category.
Remote
Assistance
Problem -
Won't
work
Idea For A
Overunity/pe
rpetual
Motion
Device -
Though I
know it
probably
won't
work
What Is
Phase Change
Cooling? -
and how does
it work?
Linux
Question:
Amarok And
File
Permissions
- please
help, i
can't
get it to
work with
all music
files
Anarchy -
Would it
work today?
Razr
Problems -
Keypad
Doesn't
Work
How To Make
Your Pc Work
Faster - get
your pc
working
unbelievably
fast in 5
minutes
!!
How Does
Google
Adsense
Work? - Just
a question
i've
always
wanted
answered.
Games =
Tough Work?
- Do You
Sweat Whilst
Playing
Games?
advertisement



Php + Htm Cant Work!



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free 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