Jump to content

[SOLVED] need help


saradrungta

Recommended Posts

hv started working on my project, but i am facing some problem

 

I have saved some questions on a data base, then one by one i fetch data from data base & display on screen,

 

But when ever data is something lke this it

 

PHP server scripts are surrounded by delimiters, which?

<&>...</&>

<?php…?>

<?php>...<?>

<script>...</script>

-----------------------------------------------------

 

What is the correct way to include the file "time.inc" ?

<!--include file="time.inc"-->

<?php include_file("time.inc"); ?>

<% include file="time.inc" %>

<?php require("time.inc"); ?>

 

only this is displayed

 

PHP server scripts are surrounded by delimiters, which?

<&>...

...

-------------------------------------------------

What is the correct way to include the file "time.inc" ?

 

-------------------------------------------------

 

 

but normal text with no html tag is displayed fine

 

can anyone advice what is the problem

 

Link to comment
https://forums.phpfreaks.com/topic/134206-solved-need-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.