I can only see about 4 lines of code...not the actual php coding.

I can't make small changes to my own files.

How can I view my code and why did they do it like that?
Shouldn't you be able to view full coding in server files?

:(
Feeling helpless

Recommended Answers

All 5 Replies

well show us the current code so we can help you out, not a lot we can do right now.

<?
	include("admin/config/constants.php");
	include("templetes/index-tpl.php");
	$page=new Index("YourTees Limited Time FREE CUSTOM TEE Promotion! Customize Your Own Soft, Ringspun, Organic Cotton T-Shirt... For FREE!!");
	$page->pageView();
?>

I have dreamweaver but can't figure out how to open the coding to fix any of it.

That is the "actual php coding" What's wrong with it exactly? Also, see the include s those are other files that you can open and look in

I was able to find code in the different folder.

Thank you so much!

make certain you do not change any code you do not understand
the 'new programmers' are using php,
your original answer is obvious, when you understand what the code says, but difficult when you are used to plain html
if you make changes to code that the php depends upon, everything will fail

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.