i am trying to include a file inside a folder called "txt"
the files name is inside a row in a dB
can some one help me with my syntax pleaae
PHP Code:include ("txt/" + $row0['shareText']);
i am trying to include a file inside a folder called "txt"
the files name is inside a row in a dB
can some one help me with my syntax pleaae
PHP Code:include ("txt/" + $row0['shareText']);
Last edited by ggalan; 11-09-2010 at 02:42 AM.
that did it, thanks!
No problem, I'm glad to help
Here on DD, we like to keep things organized. In an effort to do so, you have the option to set a thread to resolved when an issue is fixed. To make the status of the thread resolved:
1. Go to your first post
2. Edit your first post
3. Click "Go Advanced"
4. In the dropdown next to the title, select "RESOLVED"
Remember, concatenating with PHP uses a .
Jeremy | jfein.net
Bookmarks