wilzy;10889877 wrote:You need backslashes before the quotation marks in the href so that PHP doesn't think that it is PHP code.
eg: \"linktoshowproducts\"
hello
thank you for your reply
that is a mistake , and it is not the actual data that i want to write
this is another example
i have a code to include file1 , and i want to use the same code and write it to a file , but change it to include file2
admin store file1 and file2 , when the user go to page1.php , it should have the code to include
file1.php , file1.jpg , or anything related
so the content of page1.php that the admin saved should be the same as defaulpage.php , but with different data to include
for example the image might be texttext.gif for file1 , but wordword.png for file2 , so i always going to write different things
the problem is i can not explain very well , i dont know how to explain things
but maybe i should say copy a file that got html and/or php , edit some of its content ( for example variables ) and save it
thanks