Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    PHP


SuperbHosting.net have generously sponsored dedicated servers to ensure a reliable and scalable dedicated hosting solution for BigResource.com.





Urgent Please Help (how To Show .doc File On An Html Page)


i have uploadeed a .doc file into server now i want to show it on a
page
how can i do it




View Complete Forum Thread with Replies

Related Forum Messages:
If Page = 'about' Show The About.html Page?
I wanted to do some kind of PHP script so that if the current page the viewer is trying to view is called index.php?page=about then it will use the php script to embed with an i-frame the about.html file into a cell in my web page's table. Basically, so that the whole page stays the same other than one cell of the table which is dynamic depending on the status of the index.php?page=whatever. Code:

View Replies !
Show And Update Html Code From A File
there's a inc.php file which contains html code.I want to show this html in a textarea box and if it edited ,update the file.

View Replies !
Display A .php File In A .html Page
if u have a .php file, u can use include to pull in other files. no problem there. This is what i need to know. how to use html coding to pull in a .php file into the page and display it.

View Replies !
Converting An Html/php Page To Pdf File
Im using php 4.2.2, and need to convert an page that consist of html and php to and pdf file. Can anyone help me on how I can do this and if it’s possible to do with php 4.2.2

View Replies !
How To Extract A Page Title From An HTML File
I am trying to extract the page title, description and keywords from an HTML page. Description and Keywords are easy, using get_meta_tags().

View Replies !
Loading External HTML File In Every Page
how can I load a HTML into my "every-page" template. Let's say I have a menu (HTML - ul list that becomes a collapsing menu thru CSS) and I want to have it loaded in every page of my site.

View Replies !
Script That Reads My Log File And Displays It In An HTML Page.
I have a problem. I am trying to make a script that reads my log file and displays it in an HTML page. I got the base code from a book, being that I am still learning PHP and I needed a little help starting out. But the code I am using gives me an error.

The error is :

Fatal error: Maximum execution time of 30 seconds exceeded in /home/sites/home/web/php-site/log-file.php on line 15

It ranges from to line like so :

Fatal error: Maximum execution time of 30 seconds exceeded in /home/sites/home/web/php-site/log-file.php on line 27

I want to know if anyone knows the specific reason or maybe a place to start at to find out the problem and the solution.

View Replies !
How To Get My Upload File To Automaticaly Post A Link To A Html Web Page
Can some one direct me to a good tutorial that can teach me how to get my upload file to automaticaly post a link to a html web page on a web site.

View Replies !
If Value =1 Direct To Page Otherwise Show Data On Page
In the member account area there is a button saying (list) when the member clicks this they are redirected to add.php here i am wanting to check if a members account is limited, if it is direct them to a page saying you must pay your bill. if its not display the info on the page.

in the database there is a field called limited which is tiny in if its not limited the value of the field would be 0 if it is limited the value would be 1.

View Replies !
Get The Html To Show In The E-mail
I'm trying to get the html to show in the e-mail (so 'here' is highlighted and they can click on it) but instead it just shows the link. I've tried a couple of things but am getting errors. How do I go about doing this? Code:

View Replies !
Show Html Files In A Folder
I am trying to create a script that will parse the folder it's containing php page is in for html files. Create a drop down list of links to the html files.
Anyone know how I might do this?

View Replies !
Send The Mail, My Html Tags Show
I am trying to send emails from my script but when I send the mail, my html tags show. Code:

View Replies !
Show Some And More On Next Page
I'm stuck making my log for login sessions show only 50 per page. The reason I need this is because it will only display about 250 items before not updating/displaying anymore.

If anyone has a link to a tutorial, that would be super- couldnt find one via google.

View Replies !
Show When The Page Has Been Last Modified
1. I have php script that will show when the page has been last modified. How do I link it on my home page. The link that I am using now does not work. Here is the link:
<? include("updatepage.php"); ?>

2. I have a php forum. When I link it this way <a href="xxxxx/index.php"> it brings up the source code. When I link it this way <a href="xxxxxx/"> it brings up the dir. When I link it this way <a href="http://xxx/xxxxx/index.php"> it works. How do I get it to work with this linking <a href="xxxxxx/index.php">

View Replies !
Why Does My Page Always Show JUST First Set Of Results?
Whenever I execute a query I limit it to lets say 2 rows per page. The problem is my code will only say there is 1 page of results when there should be more! What am I doing wrong? Code:

View Replies !
Show 20 Results Per Page
i have created a database with some data in it and i want my page to read page and display the first 20 results and on the bottom to add numbers like [1] [2] [3] so the user can go to the next results.I figured that i can display the first 20 results by adding a counter on the while loop

$num_rows = mysql_num_rows($result);
$k=0;
         while (($k<=20)&&($row = mysql_fetch_row($result))){
$k+=1;
$i+=1;but i don't know how to display the numbers on the bottom.Here is my try
<?php for($j=1;$j<=($num_rows/20);$j+=1){
  echo "[".$j."]";
} ?> ...

View Replies !
Flash .swf Doesn't Show In PHP Page
I've recently put together a flash navigation for a 4 page site... three pages are HTML, the index page is PHP with a weblog. In all current Mac browsers, all four pages load fine. In Win IE 6 only the .shtml pages will load the flash--the .php page shows a big white box instead.

If I include the index.php in the index.shtml file, the flash loads fine, but I'd like to know if there is some issue with PHP & flash that I should look out for... or is the issue with IE 6.

View Replies !
Show Image On Same Page
I echo a certain amount of images, these images are thumbnails. I want to be able to show the real enlarged image next to the thumbnail without having to reload the page. So what i'm thinking of is something like the onclick function in JS. I tried some stuff but still can't make it work. my code is something like this:

for (i=0; i<count($test); i++){
echo "<a href="...."><img src="$test[$i]"></a>";
}

tried putting a javascript function in there but wasn't successful. i basically need to pass just $i to another function and that function onclick() will produce the image.

View Replies !
Show Home Page On Log In
I want to have a homepage with a log in feature. But I want it to say 'You are not logged in" or "you are logged in" depending on whatever is the case. I know how to check db entries etc but should I have the php on the same page in order to position the welcome note ie:

<?php echo "<p>Welcome $_SESSION(username), to my website</p>;?>

View Replies !
Show Page Depending On Request Url?
Is there any way to show a different page depending on the request url? I have a few domains that point to one IP address. What I want to do is if someone requests

http://www.site1.co.uk they see site1.php or
http://www.site2.co.uk they see site2.php etc

all from the root directory? I do not have httpd.conf access Is this possible?

View Replies !
Dont Show Update Page
I dont want people to see my update script more like when they press update the page will refresh with the new entry..

View Replies !
Show Number Of Visits On Each Page...
How should i do when I want to show number of visitor on each page where each page is describing a user details like this:

http://localhost/user.php?user=1 on this page it show details about user 1. And for user_52 I want to show how many visitors this user have had: http://localhost/user.php?user=52 it will show number of visits

View Replies !
Show Error Message On Same Page
I have Index.php which contains the HTML form with a username and password field + submit button, action: is my check.php.

Say for example the user only input's a username and miss out the password field; when he clicks the submit button. I want the same page to be refreshed with a error message appearing below the submit button saying "error, please fill all in". I can get this to display on another page. but want this to be on refereshed on the log-in page.

View Replies !
Show Page Break In Records
I've just started to learn php and sql, and I noticed that there are
several php discussion groups here. Pardon me if this is the wrong
group, and I hope my first question isn't too silly. :-)

I'm building a website that will publish articles, so I have an
article table which contains a heading field, an ingress field, and a
body field which will hold the complete article. There are line shifts
(or page breaks) in this field, but my display-page won't show them.
How do I show the article with the page breaks?

View Replies !
How To Sho Video Clip On Web Page Also A Live Show On Web
Indeed I am using php and Mysql.

My licent want to
1. Show a video clippings on the web site.
What I need to do ?
Please elaborate a n example will be great thing.

2. He also want me to show live telecast of a seminar
What arrangement I ned to do
From hardware point of view as well as Software point of view.

View Replies !
Show Postings From A PHPBB Forum On Another Page
I want to show the 3 latest threads in a phpbb forum on another php
page, but as I completely SUCK at PHP,

View Replies !
Page Load Time Show Really High
im running PHP 5.2 on IIS 6 (Windows 2003 Server) and im getting a weird load time result when trying to display page load times on each page. e.g. Page generated in 1193387528.5501 seconds. this is my current code:
<?php
$time = microtime();
$time = explode(' ', $time);
$time = $time[1] + $time[0];
$finish = $time;
$total_time = round(($finish - $start), 4);
echo '<p>Page generated in '.$total_time.' seconds.</p>'."
"; ?>

but i've tried 4 others which are all simular. Any idea as to why it's showing a false result as it's loading in unde 1 second (Dual Xeon 2.8 HT server and connecting over 100mb pipe (college campus)).

View Replies !
Get A Paragraph Of Text To Show On The Home Page Only
I am using a script that I purchased and downloaded. This script has a template folder and inside has header. php, and footer.php. The center content is populated from various other pages. How would I get a paragraph of text to show on the home page only, and no other pages in the script

View Replies !
How Do I Alter This Script To Show 5 Rows Per Page?
I'm very new to php/mysql and am having a few problems I would like to show five rows of data then have a link to next five / previous etc.

I've included the script I have below. I would like to add I have found articles on how to do this, but my problems is i don't knowwhere I should be editing the below code. I have tried several examples but just keep getting errors. Code:

View Replies !
Str_replace - Add Some Content On The Page To Show What You Have Submitted?
I had this wacky idea to have a pull down that keeps the same values when previewing what they have select in the post (ie. Webmaster World's 'Preview' Button When you post It has the same value of what u put in it when you add some content on the page to show what you have submitted) My Code:

$genre_pulldown = "<select name="genre" id="genre"><optgroup label="Genre"><option value="Yo Mama">Yo Mama</option><option value="Blonde">Blonde</option><option value="Political">Political</option><option value="Religious">Religious</option><option value="knock Knock Jokes">knock Knock Jokes</option></optgroup></select>";
if(!isset($_POST['genre'])){
echo $genre_pulldown;
}
else{
$genre_pulldown = str_replace('{$_POST['genre']}"', '{$_POST['genre']}" selected', '{$genre_pulldown}');//LINE 81
}

View Replies !
I Can Not Get File Uploads To Show Up When I Upload A File
I've a form that starts off like this:

<form method="post" action="profile.php?
id=5&formName=my_story_edit.htm" enctype="multipart/form-data">

<p>Email address:<br />
<input type="text" name="totalFormInputs[users][5][email_address]"
value="lawrence@krubner.com" /></p>

<p>Zip code:<br />
<input type="text" name="totalFormInputs[users][5][zip_code]"
value="22902" /></p>

<p>Personal image:<br />
<input type="file" name="totalFormInputs[users][5][upload_file]" /></
p>

Oddly enough, the "upload_file" has suddenly disappeared from the
uploaded array. When I hit $totalFormInputs with print_r, this is what
I get:

Array
(
[users] =Array
(
[5] =Array
(
[description] =I grew up in New Jersey.
[email_address] =lawrence@krubner.com
[zip_code] =22902
[time] =1187380627
)

)

)

View Replies !
Leaving Certain File Out Of A Show All File Loop
I have a page that displays all files in a certain directory, makes them a link, and then theres checkboxes. Works great...only thing is I need it to leave out a certain file (process.php) How do I do this? This is my code:

View Replies !
How To Show The Number Of Queries Executed For A PHP/mysql Page?
I would like to do some benchmark on my site...

Could you tell me how to show the numbe rof queries executed for a PHP/mySQL generated page?

View Replies !
Problem With Include - Register Page Doesn't Show Up
I am trying to include a page, but for some reason it is not working. Here is my code:
<?php

if ($page=="") {
echo "<center>Starbits Pets is currently upgrading to V2, so we will be down for a while, come back later!";
}
elseif ($page=register") {
include ("html/register.html");
}
else {
echo "That is not a valid location!";
}

?>

The register page doesn't show up I have tried almost everything I can think of, and it still doesn't work.

View Replies !
Show The Current Time At The Resort On His Home Page.
I have a client who owns a resort in the Philippines. This client wants to show the current time at the resort on his home page. How would this be done with PHP? Is it some calculation based upon GMT? I think (I'll have to check) that the Philippines is +8 GMT...so is that what you'd have to do: create a snippet that grabs the current GMT and add "8" to it?

View Replies !
<link:page.html,xxx> => <a Href="page.html?id=xxx">
I want to transform this code <link:page.html,xxx> to

<a href="page.html?id=xxx"> dynamically.

I tried out alot of preg_replace stuff, but I didn't get to manage it.

View Replies !
Script Show The Requested Secure Page Apear In The Right Frame?
How do I have my formscript show the requested secure page apear in the right frame instead of popping up this page in a new window. I tried to fix it by writing " target=top" into the script line. Doesn't work ! Code;

View Replies !
Show On A Page The Date A Table In A MySQL Database Was Last Updated.
I am looking for a way to show on a page the date a table in a mySQL database was last updated. Does anyone know of a simple PHP (or similar script) that can do this for me.

View Replies !
Embed Php Generated Html In Another Html Page
I am trying to include some php generated html in a page that is just a standard html file, NOT a php file. I have seen other html pages do this by including an src to the cgi script in script tags, like this:

<script src="http://someurl.com/somescript.cgi"></script>

the html page loads and the script is executed and the returned html is displayed in the calling page. So, I tried this:

<script src="http://someurl.com/somescript.php"></script>

It doesnt work!!

View Replies !
.html' Page Be Replaced By '.html.php'
Can a '.html' page be replaced by '.html.php' page via RewriteRule? To clarify, I'm using a software that formats the look of the site using .html pages. I'd like to add PHP code to that page but of course, it is not of the right page type.

What I was wondering is Could I create a duplicate of that '.html' page, rename it to .g. '.html.php' and make the revisions and then just create a RewriteRule that redirects the '.html' page to the '.html.php' without generating an error?

The alternative and undesired way of doing it would be to rename the original page to '.html.php' and find and revise ALL of the routines that call that page. That would create a revision nightmare especially upon upgrading the software.

View Replies !
Showing Database Records As Links To A Page To Show Relevant Detail
What I currently have is list of players what I want to do is make each player a hyperlink to a page with their details on. The hyperlink would be like this www.mydomain.com/playerDetails.php?playerID=1 and it would display the player with playerID 1. I have seen this on lots of sites and would like to know how this is done, can anybody recommend me any tutorials or write me a short script to do this.

View Replies !
Page Redirection - Link Index.html Page To A .php Pag
I have an index.html page with a link to a .php page This is the complete code of the .php page Code:

View Replies !
Write A Simple Script Which Will Show Different Content On A Page Depending On The Week And Time
I am trying to write a simple script which will show different content on a page depending on the week and time (it needs to change at 5pm on Friday over the weekend) and I came up with this: Code:

View Replies !
Urgent Help With == And Fopen Please
I have a txt file on the server that I need to compare a date with. The contents of the file are like:

020702
050702
...

This would be like July 2, 2002 and July 5, 2002.

So I want to take the current date, and compare it with all the dates in the file and if one of them matches, I want to return true, but for some reason the equality isn't working. When I echo out the values, they are the same ... but ... no luck?

Here is the snippet:

View Replies !
Looking For Smarty Chm (urgent)
I'm looking for last Smarty chm file (english) but Smarty's site is down.
Does anybody can send it to me by email please? Also a link should be
enought...

View Replies !
Need Urgent Help Regarding Web Cam Chat In Php
Anybody have idea or done before web cam chat in php, what are the things needed for that..

View Replies !
Urgent Help With Session
i have developed an application located on a server that has
a front end and a back end interface, the application uses session
object. when i log on as a backend user and a client user form the same

computer, the sessions conflict together and i get unexpected results,
and i found out that this happenes when one of the sessions ends. Ex:
when i log on as a backend user, and then as a front end one(from the
same computer at the same time), if i log out(destroy the session) as a

front end user the back end user no longer works because the session
variables are destroyed.

View Replies !
Urgent String
I am trying to read the content of url into string using following code

curl_setopt($ch, CURLOPT_URL, $new_url);
curl_setopt ($ch, CURLOPT_RETURNTRANSFER, true);
$store_content = curl_exec ($ch);

When i am trying to print the string using
print("content is: ".$store_content);

it is printing the whole html page in the browser but when i try to take length of the content using $contentlength=strlen($store_content);

it is returning only 256. and when i try to fetch index of particular string say 'Description' from the content using

$description_start = ' Description'
$description_start_pos=strpos($store_content,$description_start);

it is returning false. But the string is present in the page and i have seen it physically..

View Replies !
Phpbannerexchange2.0 Urgent
my problem is i upload phpbannerexchange2.0 go to see the result but i see this meassage how i finish it Template file /template/footer.php not found.

View Replies !
Show File Content
I need to show the content of the file, the file is chosen in a form and so far I have.

if($_GET["username"] == "comp1920" && $_GET["password"] == "php")
{
$contents = file($_GET["course"]);

$array = split(",", $contents);
foreach($array as $item){
echo "$item<br>";
}
}
else{
echo 'username/password combination is not correct, sorry';
}

But this does not work, I get an error, Array to String. What am I doing wrong? The file that I am trying to display is chosen in a form.

View Replies !
Show Only The First File From Directory
how can i extract only the first file from a directory?

View Replies !
Include/Show File
I'm looking for a script that will switch out gif images depending on the date. For example, November through December, the site will show a Christmas image. Then mid January though Feb 14th, a Valentine's day image. Can anyone recommend a script? I tried searching for one but I must be using the wrong keywords.

View Replies !

Copyright © 2005-08 www.BigResource.com, All rights reserved