PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I currently have an online store and want to edit some text.
I have some basic understanding of html but am completely lost with php. I'm sure this will be annoying for most of you out there
All i want to know is how I can change this text. I have looked through the file information.php but the text is not contained within this file. I believe that the text is stored as a string variable in info_id ???
This could be in the database or in the source code. I would search the code for that string, and if found simply fix it. If it's in the database you will need to determine what table it is in and find the record, then update it.
I believe that the string will be on the database as I cannot find it within the source code.
How would I access the database and find this table?
I have included some of the text from the php file below:
Hmmm.....would anyone be able to provide a basic run down of the steps required to access my mySQL and, find the appropriate table and make changes based on the code i have supplied?
I don't see the spelling error on that page. You might want to check the admin panel to see if it's in one of the language versions of that page. If not, it could be in the actual language files which you could find by searching the code base.