Search:
Type: Posts; User: ncsflorida
Search :
Search took 0.01 seconds.
I need help solving a problem and I can't think up a solution for...I've trying to get this array onto a calendar but I need to get the full date and time for all days in the next say 2 months with...
Hello
I'm in need of a way to automatically create directories from a path string. For example...
The Path Would be ../../files/dir1/dir2/dir3/
../../files/ will always be there but the...
I'm new to htaccess and need a little help.
I need to rewrite domain.com/dir1/dir2/htmlfile.html
I need to get the name of dir1, dir2, & htmlfile via php. Can someone provide the an htaccess...
I'm new to htaccess coding
I've got this code:
RewriteRule ^(\w+)/?$ index.php?mode=$1
I need to do the same to domain/category-name
I can't find a way to get the rewrite to work with a...
How do I do virtual directories in php? I'm building a CMS and I really don't understand how to, does it involve htaccess? Hopefully this will help:
MAIN SITE > user trys to access...
Can someone please help. I need the CDATA tags but simplexml doesn't work right. Can someone convert this to dom?
$title = 'the-title';
$image = 'test445.png';
$delay = '10000';
$link = '#';...
Thanks tracknut! It worked
Well the <p> tags are automatically put in by the text editor inside the admin panel when adding or editing a page. And sometimes there is img tags or hrefs involved. So I just need to echo...
How can I echo all content of a XML child?
Example:
<page>
<title>TITLE</title>
<content>CONTENT
<p>CONTENT PARAGRAGH</p>
</content>
</page>
Haha thanks, my mind doesn't work sometimes. :) I've got it now.
Which function specifically should I look at? I need to generate a page, not copy.
I'm building a CMS and need to create php pages in php.
Example.
I need to generate a .php file and save it to the server.
But I need to do it from a PHP page in the admin panel.
:confused:
Yea, didn't work the first time but I re-wrote my code and added some things. Got it perfect now :cool:
Thanks for help ;)
could you include an example code? :confused:
How can I echo the last 5 mysql entries in a table?